CUDA compute capability is a numerical indicator of GPU type and architectural generation.
CUDA compute capability is a numerical indicator of GPU type and architectural generation. It consists of a major and minor number, such as 3.5. The compute capability is used by the compiler (e.g. nvcc
) to build code for a specific architecture. Questions with this tag should pertain to questions about compute capability itself, or errors arising from compute capability mismatch (code/device).