我尝试在集群上编译 CUDA 设备查询包,但是在位置 /NVIDIA GPU Computing SDK/C/src/deviceQuery 进行 make 时,出现以下错误
deviceQuery.cpp: In function 'int main(int, char**)':
deviceQuery.cpp:119: error: 'struct cudaDeviceProp' has no member named 'maxThreadsPerMultiProcessor'
make: *** [obj/x86_64/release/deviceQuery.cpp.o] Error 1
有人可以帮我解决这个错误。
谢谢你。