-
Notifications
You must be signed in to change notification settings - Fork 160
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
added yaml for gpu_ci #1359
added yaml for gpu_ci #1359
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1359 +/- ##
==========================================
+ Coverage 83.71% 85.83% +2.12%
==========================================
Files 35 35
Lines 5564 5564
==========================================
+ Hits 4658 4776 +118
+ Misses 906 788 -118
Flags with carried forward coverage won't be shown. Click here to find out more. |
Seeing a different error (but still failures) if I bump the cuda version to 12.3 https://github.com/scverse/anndata/actions/runs/7815601152/job/21319267093?pr=1360 |
I'm going to merge this as a temporary fix, but I think its bad that we are now only testing with a version of CUDA from 2022, so will keep tracking this for the next release. |
Co-authored-by: Severin Dicks <[email protected]>
Adds
Yaml
file for the GPU test environment. This might help with #1357