You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CUDA 12.5 is pinned in a few places. After we have RAPIDS updated and building with CUDA 12.8, we will want to sweep back through and update these remaining bits
| version | Version of the CUDA Toolkit to install. | string | 12.5 |
To simplify future updates, we may want to consolidate more of these to a single file with the latest CUDA version. That way fewer things will need to be touched each time
The text was updated successfully, but these errors were encountered:
CUDA 12.5 is pinned in a few places. After we have RAPIDS updated and building with CUDA 12.8, we will want to sweep back through and update these remaining bits
devcontainers/features/src/cuda/devcontainer-feature.json
Line 25 in febd04e
devcontainers/matrix.yml
Line 5 in febd04e
devcontainers/.github/workflows/build-all-rapids-repos.yml
Line 39 in febd04e
devcontainers/features/test/_global/cpp_llvm_cuda_nvhpc.sh
Line 42 in febd04e
devcontainers/features/test/ucx/scenarios.json
Line 6 in febd04e
devcontainers/features/src/cuda/install.sh
Line 33 in febd04e
devcontainers/windows/image/installers/install-cuda.ps1
Line 4 in febd04e
devcontainers/features/src/cuda/README.md
Line 18 in febd04e
To simplify future updates, we may want to consolidate more of these to a single file with the latest CUDA version. That way fewer things will need to be touched each time
The text was updated successfully, but these errors were encountered: