CudaArch
-
struct CudaArch
Represent the architecture of a CUDA-capable device. The architecture is represented using two numbers: the major and the minor version. For example,
sm_82
has major version “8” and minor version “2”.
Represent the architecture of a CUDA-capable device. The architecture is represented using two numbers: the major and the minor version. For example, sm_82
has major version “8” and minor version “2”.