I\'m trying to compile a cuda test program on Windows 7 via Command Prompt, I\'m this command:
nvcc test.cu
But all I get is this error:<
Solve this problem by adding this options to nvcc
nvcc x.cu ... -ccbin "D:\Program Files\Microsoft Visual Studio 11.0\VC\bin"
for example my compiler is VS2012. and cl.exe is in this dir