Revert "Avoid deprecation warnings on GPU CI for now" - #3029
Conversation
This reverts commit bb36217.
Review checklistThis checklist is meant to assist creators of PRs (to let them know what reviewers will typically look for) and reviewers (to guide them in a structured review process). Items do not need to be checked explicitly for a PR to be eligible for merging. Purpose and scope
Code quality
Documentation
Testing
Performance
Verification
Created with ❤️ by the Trixi.jl community. |
|
Since CUDA.jl did not release a new version yet since they fixed the deprecations from GPUCompiler.jl in JuliaGPU/CUDA.jl#3131, do we get the deprecation warnings again if we merge this PR and #2925 until they release a new version? |
|
Ok yes, CUDA tests fail again because CUDA.jl did not yet release a new version of CUDACore.jl after fixing the deprecation warnings in JuliaGPU/CUDA.jl#3131 (which is already one month ago). |
|
@vchuravy When will there be a new release of CUDACore.jl? |
|
A new release of CUDACore.jl is out, but to test it we need to wait until GPU tests are running again (ref https://discourse.julialang.org/t/psa-all-ci-services-temporarily-halted/137559). |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3029 +/- ##
=======================================
Coverage 96.89% 96.89%
=======================================
Files 647 647
Lines 50021 50021
=======================================
Hits 48463 48463
Misses 1558 1558
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Reverts #3001
fixes #3002, closes #3005