On Donnerstag 15 Oktober 2009, Darcoux Christine wrote:
> Hi Andreas
> 
>  0.93.1rc1 seems to works for me, except that I had to download a
>  distribute_setup.py file. Could you include that file in the source
>  tarball ? I think this is the usual way to work with Distribute, since
>  the documentation say :

Whoops. Good point. This should be fixed in 0.93.1rc2, here:
http://pypi.python.org/pypi/pycuda/0.93.1rc2

>  I ran the examples/demo.py with success, but the transpose demo
>  crashed. I assume this is not related to the use of Distribute, but
>  here is the trace :
> 
>   File "transpose.py", line 205, in <module>
>     run_benchmark()
>   File "transpose.py", line 165, in run_benchmark
>     target = gpuarray.empty((size, size), dtype=source.dtype)
>   File "/usr/lib/python2.6/site-packages/pycuda/gpuarray.py", line 81,
>  in __init__
>     self.gpudata = self.allocator(self.size * self.dtype.itemsize)
>  pycuda._driver.MemoryError: cuMemAlloc failed: out of memory

Well, I'm not sure transpose.py adapts to the amount of memory you have. It 
works on my ~900M card. If you'd like to prepare a fix, I'd certainly merge 
it.

Andreas

Attachment: signature.asc
Description: This is a digitally signed message part.

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

Reply via email to