CI: Add CUDA 13.2 to relevant workflows#1374
Conversation
|
CUDA 13.2 on windows is hitting some deprecation warnings being promoted to errors in Thrust, which are not being triggered under linux CI
Need to check that Edit: This will likely be a conflcit with #1367, where rocthrust/hipcub are used rather than a CCCL equivalent 😢 |
|
With CUDA 13.2, and HIP in-mind, switching This will need testing (i.e. run the test suite) with our minimum supported CUDA & host compiler (12.0, GCC10 + 12.4 MSVC 17) on all platforms to ensure that nvcc handles it correctly. I think this should be fine for CUDA 11.0+ from googling, but not 100% confident of that. If that doesn't work, we'll need to use |
Adds CUDA 13.2 to relevant CI workflows
Closes #1364