Skip to content

Commit fe615e6

Browse files
authored
doc: correct paths in CUDA update section (NixOS#415902)
2 parents 81d115d + 3f0d99c commit fe615e6

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)