cuda 3.2 对比 2010
基本上,我尝试从 本指南。我计划使用 CUDA 3.2,并且我使用的是 64 位 Win7。我一步步按照指南进行操作,但是当我尝试重建时,我收到一条相当神秘的错误消息:
Fehler 1 错误 MSB3721:Der Befehl ""C:\Program Files\NVIDIA GPU 计算工具包\CUDA\v3.2\bin\nvcc.exe" -ccbin "bin\x86_amd64" -I"C:\Program Files \NVIDIA GPU 计算工具包\CUDA\v3.2\include" --keep-dir "x64\Debug\" -maxrregcount=32 --machine 64 --compile -D_NEXUS_DEBUG -g -Xcompiler "/EHsc /nologo /Od / Zi /MTd " -o "x64\Debug\kernel.obj" "D:\unsorted\VS2010Test\VS2010Test\VS2010Test\kernel.cu" -clean" wurde mit 代码 -1 已完成。 C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations\CUDA 3.2.targets 352
“wurde mit Code -1 Beendet”是德语,意思是“结束返回代码 -1”。有人经历过这个错误吗?有什么指点吗?
Basically, I try to compile the test project from this guide. I plan to use CUDA 3.2 and I'm on 64bit Win7. I followed the guide step by step, but I get a rather cryptic error message when I try to rebuild:
Fehler 1 error MSB3721: Der Befehl ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v3.2\bin\nvcc.exe" -ccbin "bin\x86_amd64" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v3.2\include" --keep-dir "x64\Debug\" -maxrregcount=32 --machine 64 --compile -D_NEXUS_DEBUG -g -Xcompiler "/EHsc /nologo /Od /Zi /MTd " -o "x64\Debug\kernel.obj" "D:\unsorted\VS2010Test\VS2010Test\VS2010Test\kernel.cu" -clean" wurde mit Code -1 beendet. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations\CUDA 3.2.targets 352
"wurde mit Code -1 beendet" is german for "ended returning code -1". Has anyone experienced this error? Any pointers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可以认为已经解决(参见上文)
this can be considered solved (c.f. above)