Hi,
I am using 64bit Python 2.7.2 on 64bit Windows 7. I tried to install
pycuda2012.1.
When I try to run the example file "hello_gpu.py" I encounter the following
error:
***********************************************
Traceback (most recent call last):
File "E:\GPU\pycuda-2012.1\examples\hello_gpu.py", line 14, in <module>
""")
File "C:\Python27\lib\site-packages\pycuda\compiler.py", line 282, in
__init__
arch, code, cache_dir, include_dirs)
File "C:\Python27\lib\site-packages\pycuda\compiler.py", line 272, in
compile
return compile_plain(source, options, keep, nvcc, cache_dir)
File "C:\Python27\lib\site-packages\pycuda\compiler.py", line 129, in
compile_plain
cmdline, stdout=stdout, stderr=stderr)
CompileError: nvcc compilation of
c:\users\cosmic\appdata\local\temp\tmpwiiblp\kernel.cu failed
[command: nvcc --cubin -arch sm_21 -m64
-IC:\Python27\lib\site-packages\pycuda\..\..\..\include\pycuda kernel.cu]
[stderr:
nvcc fatal : Visual Studio configuration file '(null)' could not be found
for installation at 'F:\Program Files (x86)\Microsoft Visual Studio
9.0\VC\bin\/../..'
]
***********************************************
What would you suggest to solve this?
_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda