NVIDIA GPU Compute Capability はこちらで調べる
例えば
NVIDIA Tesla A100 8.0
NVIDIA Tesla V100 7.0
GeForce RTX 3080 8.6
Geforce RTX 3060 8.6
Geforce RTX 2080 7.5
Geforce RTX 2060 7.5
Jetson AGX Xavier 7.2
Jetson Nano 5.3
C言語の CMakeLists.txt において, 例えば下記のように指定
set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS} "-gencode arch=compute_80,code=compute_80")