我尝试在我的集群上编译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
有人可以帮我解决这个错误。
谢谢。
答案 0 :(得分:4)
maxThreadsPerMultiProcessor
已添加到CUDA 4.0中的struct cudaDeviceProp
。你的一台机器必须有一个较旧的CUDA。