nvcc fatal : Unsupported gpu architecture 'compute_30' ETH

mowen 2021-06-21 1375

参考:
http://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/


cuda11已经不再支持SM30 or SM_30, compute_30,即基于开普勒(Kepler)核心的型号:GeForce 700, GT-730等。


因此生成时移除以下架构即可:

list(APPEND CUDA_NVCC_FLAGS "-gencode arch=compute_30,code=sm_30")


最新回复 (0)
返回
发新帖
X