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
We should update the defaults in these docs to encourage the use of CUDA 12.
Benefits of this work
nudges RAPIDS users to move to newer CUDA versions, with all the performance, usability, and other improvements that comes with
Acceptance Criteria
all docs published from this repo use CUDA 12 in examples recommending container images and packages, except those where this is a compelling and specific reason to stay on CUDA 11
jameslamb
changed the title
Start defaulting to CUDA 12 and Python 3.11 in examples
Start defaulting to CUDA 12 and Python 3.12 in examples
Dec 11, 2024
Description
RAPIDS supports CUDA 11.x and 12.x, and has for a couple of releases.
Throughout the examples in this repo, most examples default to CUDA 11. For example:
deployment/source/conf.py
Lines 27 to 42 in 26ae5ec
We should update the defaults in these docs to encourage the use of CUDA 12.
Benefits of this work
Acceptance Criteria
Approach
Start from here:
deployment/source/conf.py
Lines 27 to 42 in 26ae5ec
And then search through the code for other CUDA 11 and CUDA 12 references. Replace them and test the new references.
Notes
N/A
The text was updated successfully, but these errors were encountered: