Merge pull request #2116 from dhiltgen/cc_50_80

Add support for CUDA 5.0 cards
This commit is contained in:
Daniel Hiltgen
2024-01-27 10:28:38 -08:00
committed by GitHub
5 changed files with 15 additions and 6 deletions

View File

@@ -50,7 +50,8 @@ development and runtime packages.
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.
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")
Then generate dependencies: