且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

NVIDIA CUDA SDK示例编译不受支持的体系结构'compute_20'

更新时间:2023-11-10 17:04:28

我相信compute_20是目标Fermi硬件,你没有。此外,Cuda 2.3不支持Fermi功能或compute_20。请改用compute_13。

I believe compute_20 is targeting Fermi hardware, which you do not have. Also, Cuda 2.3 doesn't support Fermi features or compute_20. Try using compute_13 instead.