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

bug[next]: Mark cupy tests as requires gpu #1483

Merged
merged 3 commits into from
Mar 11, 2024

Conversation

tehrengruber
Copy link
Contributor

@tehrengruber tehrengruber commented Mar 6, 2024

It noticed we execute some tests that use cupy in the cpu CSCS-CI. Tese tests are always executed when cupy is installed (which usually means we have a gpu, but not necessarily). This PR changes this such that they are marked with requires_gpu and as such can be disabled.

@tehrengruber tehrengruber changed the title Mark cupy tests as requires gpu bug[next]: Mark cupy tests as requires gpu Mar 6, 2024
@havogt
Copy link
Contributor

havogt commented Mar 7, 2024

I don't understand the failing tests in cartesian. The failing tests in next are probably because the tests where never run so far in ci. (They work locally on my machine.) Seems it's trying to build cub.

@tehrengruber tehrengruber merged commit cb2056c into GridTools:main Mar 11, 2024
31 checks passed
edopao pushed a commit to edopao/gt4py that referenced this pull request Mar 18, 2024
It noticed we execute some tests that use cupy in the cpu CSCS-CI. These tests are always executed when cupy is installed (which usually means we have a gpu, but not necessarily). This PR changes this such that they are marked with `requires_gpu` and as such can be disabled.
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