[PyCUDA] How to manually free GPUarray to avoid leak?

2010-04-25 Thread gerald wrong
I think I may be running into a memory leak using GPUarray. I have a function using GPUarrays that is working stable on single calls. If I loop this function within python from another script like this: for i in xrange(m): do_some_gpuarray_stuff() I can watch the memory

Re: [PyCUDA] mac64 PyCUDA

2010-09-19 Thread gerald wrong
, 2010 at 8:55 PM, Andreas Kloeckner li...@informa.tiker.netwrote: On Thu, 16 Sep 2010 14:37:31 -0400, gerald wrong psillymathh...@gmail.com wrote: Looking at PyCUDA setup.py, I found this: if 'darwin' in sys.platform: # prevent from building ppc since cuda on OS X