Hi,

I have installed PyCuda on this system and while the test driver runs successfully i experience problems with mem_alloc_pitch.

I can allocate memory on the GPU with mem_alloc but when i am trying to use mem_alloc_pitch i get the following traceback:

Traceback (most recent call last):
 File "cudamatch.py", line 183, in <module>
query_dev, query_pitch = cuda.mem_alloc_pitch(query_width*sof, query_height, sof) TypeError: No to_python (by-value) converter found for C++ type: cuda::device_allocation


Is this a problem with my installation or a missing feature in the code? My system is configured as follows: OSX 10.5.5, Python 2.5.1, Ctags 5.7, boost-1_37, gcc 4.0.1


Kind regards,
Nicholas



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

Reply via email to