-
Notifications
You must be signed in to change notification settings - Fork 195
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
Run Enzyme tests on the GPU on Sverdrup #3911
base: main
Are you sure you want to change the base?
Conversation
What's the problem? Why disable the tests? |
It's running on the CPU so it is a duplicate of the Tartarus one, but it takes quite some time on Sverdrup because the CPU there is not that great. |
the fix is to change the test to GPU |
I'll do it |
Yeah I mentioned it in the PR |
I changed the name of the PR then |
If they take too long to run / compile, we will have to come up with a differerent strategy |
How long do they take right now? |
It was taking upwards of an hour. But on the GPU I imagine it takes less. |
The distributed tests take 2h right? |
About an hour, but it depends if there is space on the cluster or not. |
Ok, so if it takes an hour we are alright I think |
Solves #3910.
However, if it was just a typo and GPU support is in fact enabled, we can use this PR to pass the correct architecture to the grid and enable GPU tests
Let me know @jlk9 @wsmoses @glwagner