CUDA linking error - Visual Express 2008 - nvcc fatal due to (null) configuration file

后端 未结 4 1549
渐次进展
渐次进展 2020-12-01 15:20

I\'ve been searching extensively for a possible solution to my error for the past 2 weeks. I have successfully installed the Cuda 64-bit compiler (tools) and SDK as well as

4条回答
  •  广开言路
    2020-12-01 15:34

    Same error message, but different solution yet again. I was trying to compile 32 bits CUDA libs on a 64bits machine. I had to add --machine 32 argument to nvcc call, as suggested by Imperian in a comment, here : Error compiling CUDA from Command Prompt

    in hope this helps someone

提交回复
热议问题