diff options
-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 b4cadb7..9f0ab7f 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 |