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

Use new itir.Program everywhere #596

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

Use new itir.Program everywhere #596

wants to merge 5 commits into from

Conversation

tehrengruber
Copy link
Contributor

@tehrengruber tehrengruber commented Nov 14, 2024

@tehrengruber
Copy link
Contributor Author

cscs-ci run default

@havogt
Copy link
Contributor

havogt commented Dec 9, 2024

cscs-ci run default

Copy link

github-actions bot commented Dec 9, 2024

Mandatory Tests

Please make sure you run these tests via comment before you merge!

  • cscs-ci run default
  • launch jenkins spack

Optional Tests

To run benchmarks you can use:

  • cscs-ci run benchmark

To run tests and benchmarks with the DaCe backend you can use:

  • cscs-ci run dace

In case your change might affect downstream icon-exclaim, please consider running

  • launch jenkins icon

For more detailed information please look at CI in the EXCLAIM universe.

@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...

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.

3 participants