I have installed Python(x,y) and Visual Studio 2008 (9.0).
I also have set up different environment variables.

When I install the pycuda binary, and try import pycuda.driver
(and gpuarray), I got the following error:

ImportError: DLL load failed: Invalid access to memory location.

I then removed the binary installation and try building pycuda from source 
instead.
Following the guide on pycuda wiki, I created the siteconf.py file.
When I ran "python setup.py build", I get this error

c:\pycuda-0.94rc\src\cpp\cuda.hpp(32) : 
fatal error C1021: invalid preprocessor command 'warning'
error: command '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe"'
failed with exit status 2

Please enlighten me...


_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda

Reply via email to