Hi,

I'd installed latest boost, python2.6 and CUDA 3.0 (all is 64-bit) and
compile latest pycuda 0.94rc.
AFAIK CUDA 3.0 is 64-bit compatible.

But when I try to execute any pycuda code, it raise this exception:

~# python2.6 hello_gpu.py
Traceback (most recent call last):
 File "hello_gpu.py", line 3, in <module>
   import pycuda.autoinit
 File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pycuda/autoinit.py",
line 4, in <module>
   cuda.init()
pycuda._driver.LogicError: cuInit failed: pointer is 64-bit

How to fix this issue?

PS. Unfortunately, I can't switch to 32-bit due some third-party dependencies.

PPS. PyOpenCL works perfectly on the same machine

--
With best regards,
Andrew Stromnov

_______________________________________________
PyCUDA mailing list
pyc...@host304.hostmonster.com
http://host304.hostmonster.com/mailman/listinfo/pycuda_tiker.net

Reply via email to