Skip to content

Commit 3f0d99c

Browse files
committed
doc: correct paths in CUDA update section
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
1 parent 917dfaf commit 3f0d99c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/languages-frameworks/cuda.section.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ All new projects should use the CUDA redistributables available in [`cudaPackage
115115

116116
### Updating supported compilers and GPUs {#updating-supported-compilers-and-gpus}
117117

118-
1. Update `nvccCompatibilities` in `pkgs/development/cuda-modules/_cuda/data/nvcc.nix` to include the newest release of NVCC, as well as any newly supported host compilers.
119-
2. Update `cudaCapabilityToInfo` in `pkgs/development/cuda-modules/_cuda/data/cuda.nix` to include any new GPUs supported by the new release of CUDA.
118+
1. Update `nvccCompatibilities` in `pkgs/development/cuda-modules/_cuda/db/bootstrap/nvcc.nix` to include the newest release of NVCC, as well as any newly supported host compilers.
119+
2. Update `cudaCapabilityToInfo` in `pkgs/development/cuda-modules/_cuda/db/bootstrap/cuda.nix` to include any new GPUs supported by the new release of CUDA.
120120

121121
### Updating the CUDA Toolkit runfile installer {#updating-the-cuda-toolkit}
122122

0 commit comments

Comments
 (0)