Update INSTALL

Added additional notice concerning compute capabilities.
pull/109/head
Jeff Johnson 2017-04-24 21:21:47 -04:00 committed by GitHub
parent 281683100a
commit 7fdbe07b4c
1 changed files with 5 additions and 1 deletions

View File

@ -191,12 +191,16 @@ See the example makefile on how to set the flags.
The nvcc-specific flags to pass to the compiler, based on your desired
compute capability. Only compute capability 3.5+ is supported. For
example:
example, we enable by default:
-gencode arch=compute_35,code="compute_35"
-gencode arch=compute_52,code="compute_52"
-gencode arch=compute_60,code="compute_60"
However, look at https://developer.nvidia.com/cuda-gpus to determine
what compute capability you need to use, and replace our gencode
specifications with the one(s) you need.
Most other flags are related to the C++11 compiler used by nvcc to
complile the actual C++ code. They are normally just transmitted by
nvcc, except some of them that are not recognized and that should be