Browse Source
chore: fix typo in docs/development.md (#4073)
bmizerany/filepathwithcoloninhost
alwqx
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
docs/development.md
|
|
|
@ -51,7 +51,7 @@ Typically the build scripts will auto-detect CUDA, however, if your Linux distro |
|
|
|
or installation approach uses unusual paths, you can specify the location by |
|
|
|
specifying an environment variable `CUDA_LIB_DIR` to the location of the shared |
|
|
|
libraries, and `CUDACXX` to the location of the nvcc compiler. You can customize |
|
|
|
set set of target CUDA architectues by setting `CMAKE_CUDA_ARCHITECTURES` (e.g. "50;60;70") |
|
|
|
a set of target CUDA architectures by setting `CMAKE_CUDA_ARCHITECTURES` (e.g. "50;60;70") |
|
|
|
|
|
|
|
Then generate dependencies: |
|
|
|
|
|
|
|
|