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[next]: Fix for GPU test execution #1368

Merged
merged 4 commits into from
Nov 24, 2023
Merged

Conversation

edopao
Copy link
Contributor

@edopao edopao commented Nov 21, 2023

Description

Spack build of icon4py was broken because dace is an optional module, not installed in the default environment, and the dace backend is not available in test execution. This caused an ImportError exception in test_gpu_backend.py, because this test is bypassing the test exclusion matrix.
The initial proposed fix was to use try/except to handle this case. However, all tests in baseline are already executed on GPU backends (both GTFN and DaCe), therefore this simple test is no longer needed. The final decision was to remove the test case.

@edopao edopao requested review from havogt and DropD and removed request for havogt November 21, 2023 15:31
@edopao edopao merged commit 6bea007 into GridTools:main Nov 24, 2023
@edopao edopao deleted the dace-gpu_fix branch November 24, 2023 11:58
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