diff options
| author | David Seifert <soap@gentoo.org> | 2021-07-26 12:58:36 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-07-27 13:21:51 +0300 |
| commit | 46380b5b1e82a5c2b49299eb35ac185d4fa02e18 (patch) | |
| tree | 7e66257e888ad5dd88a4f947e59a09a8ff863bed /docs | |
| parent | 254969b128d2e74c86ba7d8462b58e7c66dd8647 (diff) | |
| download | meson-46380b5b1e82a5c2b49299eb35ac185d4fa02e18.tar.gz | |
doc: mention CUDA_PATH in dependency('cuda') [skip ci]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/Dependencies.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index b4cadb73e..9f0ab7f17 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -350,7 +350,9 @@ dep = dependency('cuda', version : '>=10', modules : ['cublas']) Note that explicitly adding this dependency is only necessary if you are using CUDA Toolkit from a C/C++ file or project, or if you are utilizing -additional toolkit libraries that need to be explicitly linked to. +additional toolkit libraries that need to be explicitly linked to. If the +CUDA Toolkit cannot be found in the default paths on your system, you can +set the path using `CUDA_PATH` explicitly. ## CUPS |
