Skip to content

Commit 0dce8ca

Browse files
authored
Escape JLL names in documentation.
[skip tests]
1 parent 82c7df2 commit 0dce8ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/installation/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ This generates the following `LocalPreferences.toml` file in your active environ
129129
version = "11.8"
130130
```
131131

132-
This preference is compatible with other CUDA JLLs, e.g., if you load CUDNN_jll it will
132+
This preference is compatible with other CUDA JLLs, e.g., if you load `CUDNN_jll` it will
133133
only select artifacts that are compatible with the configured CUDA runtime.
134134

135135
### Using a local CUDA
@@ -175,7 +175,7 @@ binaries aren't on a globally-discoverable path. For more information, run Julia
175175
`JULIA_DEBUG` environment variable set to `CUDA_Runtime_Discovery`.
176176

177177
Note that setting the version to `"local"` disables use of *any* CUDA-related JLL, not just
178-
of CUDA_Runtime_jll. This is out of necessity: JLLs are baked in the precompilation image at
178+
of `CUDA_Runtime_jll`. This is out of necessity: JLLs are baked in the precompilation image at
179179
compile time, while local toolkit discovery happens at run time; this inconsistency makes it
180180
impossible to select a compatible artifact for the JLLs. If you care about other JLLs, use
181181
CUDA from artifacts.

0 commit comments

Comments
 (0)