Skip to content
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

Post RAPIDS roll out: Update default CUDA from 12.5 to 12.8 (and other bits) #455

Open
jakirkham opened this issue Jan 28, 2025 · 0 comments

Comments

@jakirkham
Copy link
Member

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

x-cuda-curr-max: &cuda_curr_max_rapids { name: "cuda", version: "12.5" }

check "CUDA version" bash -c "echo '$CUDA_VERSION' | grep '12.5.0'";

VERSION="${CUDA_VERSION:-${VERSION:-12.5.0}}";

| 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant