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

Fix uses_icon_grid_with_otf fixture that broke with gt4py#1470 #401

Merged
merged 6 commits into from
Mar 1, 2024

Conversation

tehrengruber
Copy link
Contributor

@tehrengruber tehrengruber commented Feb 29, 2024

Note: This change is not backwards compatible with older versions of GT4Py.

@tehrengruber
Copy link
Contributor Author

cscs-ci run default

@tehrengruber
Copy link
Contributor Author

cscs-ci run default

@@ -37,6 +37,8 @@ def is_otf(backend) -> bool: # noqa : F811 # fixture is used in the test
# - cannot run on embedded: because of slicing
# - roundtrip is very slow on large grid
if hasattr(backend, "executor"):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This should not be a fixture but just a function in the common.test_utils module.

Copy link
Contributor

Choose a reason for hiding this comment

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

@halungge I propose to fix this in a separate PR. First I'll fix the icon4py CI.

Copy link

github-actions bot commented Mar 1, 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.

@edopao
Copy link
Contributor

edopao commented Mar 1, 2024

cscs-ci run default

@edopao
Copy link
Contributor

edopao commented Mar 1, 2024

launch jenkins spack

@edopao edopao merged commit 50a3486 into main Mar 1, 2024
5 checks passed
@edopao edopao deleted the fix_otf_compile_executor branch March 1, 2024 10:44
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.

2 participants