Skip to content

Commit

Permalink
Update INSTALL
Browse files Browse the repository at this point in the history
Added additional notice concerning compute capabilities.
  • Loading branch information
wickedfoo committed Apr 25, 2017
1 parent 2816831 commit 7fdbe07
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fdbe07

Please sign in to comment.