Replies: 1 comment 5 replies
-
It is used as the default value for This option is akin to the architecture specification options in nvcc: https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/#base-notation You can look up the compute capability of a GPU here: https://developer.nvidia.com/cuda-gpus So for your example of a 3090, the compute capability is 8.6. So to build both PTX and SASS for that GPU you would specify A nice feature starting with CMake 3.24 is the ability to say |
Beta Was this translation helpful? Give feedback.
-
What are the values for
CMAKE_CUDA_ARCHITECTURES
? For example, for Ampere 3090 series.Cannot find this value anywhere. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions