build and test against CUDA 13.1.0#1677
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
/ok to test |
|
All of the CUDA 13.1.0 builds are failing like this:
Quoting an offline conversation w/ @robertmaynard
That's here: cuvs/cpp/src/neighbors/ivf_pq/ivf_pq_compute_similarity_impl.cuh Lines 611 to 613 in e1d127c |
|
Calling out the fix in b3a0cf1: Switching from |
|
/merge |
#1686) ## use CUDA 13.1 devcontainers Follow-up to #1677 There, I forgot to switch devcontainer testing here back to CUDA 13.1 (I'd temporarily kept it at 13.0 because there weren't yet NCCL packages with 13.1 support). This fixes that. ## react to cutlass removals in RAFT rapidsai/raft#2916 removed headers used by cuVS and stopped exporting cutlass from RAFT. This brings those headers and some related patches over here to cuVS. Related: rapidsai/cuml#7658 Authors: - James Lamb (https://github.com/jameslamb) - Divye Gala (https://github.com/divyegala) Approvers: - Bradley Dice (https://github.com/bdice) - Robert Maynard (https://github.com/robertmaynard) - Dante Gama Dessavre (https://github.com/dantegd) URL: #1686
Contributes to rapidsai/build-planning#236
Tests that CI here will work with the changes from rapidsai/shared-workflows#483,
switches CUDA 13 builds to CUDA 13.1.0 and adds some CUDA 13.1.0 test jobs.
Also restores the CUDA 13.0 devcontainers and switches CI to testing those (see rapidsai/devcontainers#644 (comment)).