CUDA设备查询错误

时间:2012-10-09 21:33:52

标签: cuda

我尝试在我的集群上编译CUDA设备查询包,但是当在位置/ NVIDIA GPU计算SDK / C / src / deviceQuery上进行make时,我收到以下错误

deviceQuery.cpp:在函数'int main(int,char * )'中: deviceQuery.cpp:119:错误:'struct cudaDeviceProp'没有名为'maxThreadsPerMultiProcessor'的成员 make:* * [obj / x86_64 / release / deviceQuery.cpp.o]错误1

有人可以帮我解决这个错误。

谢谢。

1 个答案:

答案 0 :(得分:4)

maxThreadsPerMultiProcessor已添加到CUDA 4.0中的struct cudaDeviceProp。你的一台机器必须有一个较旧的CUDA。