Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to GT4Py:main #596

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Update to GT4Py:main #596

wants to merge 16 commits into from

Conversation

tehrengruber
Copy link
Contributor

@tehrengruber tehrengruber commented Nov 14, 2024

Blocked by GridTools/gt4py#1738, GridTools/gt4py#1648, GridTools/gt4py#1764

TODO: add a better PR title before merging, the current title is to connect it with the cycle task.

@tehrengruber
Copy link
Contributor Author

cscs-ci run default

@havogt
Copy link
Contributor

havogt commented Dec 9, 2024

cscs-ci run default

@havogt
Copy link
Contributor

havogt commented Dec 9, 2024

cscs-ci run default

@@ -445,8 +446,8 @@ def _get_offset_providers(self, grid: icon_grid.IconGrid) -> dict[str, gtx.Field
horizontal_offsets = {
k: v
for k, v in grid.offset_providers.items()
if isinstance(v, gtx.NeighborTableOffsetProvider)
and v.origin_axis.kind == gtx.DimensionKind.HORIZONTAL
if isinstance(v, gtx.Connectivity)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should be able to remove this workaround with PR 1746...

@edopao
Copy link
Contributor

edopao commented Dec 20, 2024

cscs-ci run default

@edopao
Copy link
Contributor

edopao commented Dec 20, 2024

cscs-ci run dace

pyproject.toml Outdated
@@ -109,8 +109,7 @@ explicit = true

[tool.uv.sources]
# ghex = { git = "https://github.com/ghex-org/GHEX.git", branch = "master"}
# TODO(egparedes): use GT4Py tagged release until #596 & gt4py#1738 are merged
gt4py = { git = "https://github.com/GridTools/gt4py", tag = "icon4py_20241113" }
gt4py = { git = "https://github.com/GridTools/gt4py.git", branch = "main" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took the freedom to update this PR and merge the latest icon4py main, in order to include the uv development environment.

While merging, I reverted a change from @havogt, that used a custom gt4py branch. If needed, you can re-apply it by changing this line:

Suggested change
gt4py = { git = "https://github.com/GridTools/gt4py.git", branch = "main" }
gt4py = { git = "https://github.com/havogt/gt4py.git", branch = "increase_inlining_loop" }

@havogt
Copy link
Contributor

havogt commented Jan 27, 2025

cscs-ci run default

@havogt havogt changed the title Use new itir.Program everywhere Update to GT4Py:main Jan 27, 2025
@havogt
Copy link
Contributor

havogt commented Jan 27, 2025

cscs-ci run default

@havogt
Copy link
Contributor

havogt commented Jan 27, 2025

cscs-ci run default

@tehrengruber
Copy link
Contributor Author

cscs-ci run default

@C2SM C2SM deleted a comment from github-actions bot Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants