Ewan Maxwell <sungs...@...> writes:

> CompileError: nvcc compilation of 
> c:\users\$MYNAME$\appdata\local\temp\tmprofcd6\kernel.cu failed
> 



Seems like the underlying problem is 
"nvcc fatal : nvcc cannot find a supported cl version. 
Only MSVC 8.0 and MSVC 9.0 are supported"

Using "Visual Studio 2008 Command Prompt" I could get most of the tests to work.
curiously, "Visual Studio 2008 x64 Win64 Command Prompt" does NOT work


I want it to "just work". I'd like to execute PyCuda code without the cli. 
Thus I'd like it to work just by double clicking the test_driver.py file.

I added several items to the PATH environment variable(\VC\Bin;\VC\bin\amd64)

test_driver.py works(all 16 tests), the example code i mentioned works to
however, other tests still fail with the same reason("nvcc fatal~")




_______________________________________________
PyCUDA mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to