Re: [PyCUDA] test_driver.py problem

2010-07-17 Thread Andreas Kloeckner
On Sat, 17 Jul 2010 17:40:27 -0400, Julien Cornebise julien.corneb...@gmail.com wrote: The daemon of forgotten attachment strikes again. Corrected. Sorry about that. On Sat, Jul 17, 2010 at 5:39 PM, Julien Cornebise julien.corneb...@gmail.com wrote: Awesome, thanks Andreas ! Indeed

Re: [PyCUDA] test_driver.py problem

2010-07-17 Thread Julien Cornebise
Odd, I can't reproduce these issues on the Fermis I have access to. (a 480 and a couple C2050s) Something is odd, too--these NotImplementedErrors should be gone--did you get a partial git update somehow? (Ian implemented these a while ago IIRC) Woops, indeed, my bad: I last ran make install

Re: [PyCUDA] test_driver.py problem

2010-07-16 Thread Andreas Kloeckner
Hi Julien, On Fri, 9 Jul 2010 21:16:36 -0700, Julien Cornebise julien.corneb...@gmail.com wrote: New to pyCuda, and very excited by the possibilities, I'm unfortunately having a LaunchError problem with test_driver.py. I have tried to trace it down using printf() and such, and it seems that

Re: [PyCUDA] test_driver.py problem

2010-07-15 Thread Ian Ozsvald
On installing my GTX 480 a couple of weeks back I noticed errors too. test_math.py works fine test_gpuarray.py has soft errors - it looks like the precision of some of the results breaks the assertions test_driver.py has hard erros - the equivalent of a seg fault followed by instability for me

Re: [PyCUDA] test_driver.py problem

2010-07-14 Thread Tomasz Rybak
Dnia 2010-07-13, wto o godzinie 11:22 -0400, Julien Cornebise pisze: Dear all, I have been trying with pycuda 0.94rc (instead of latest GIT commit), and the problem stays the same :( And correction: I'm using python 2.6.4 (not 2.6.5) Would anybody have an idea, please ? Any help much

Re: [PyCUDA] test_driver.py problem

2010-07-13 Thread Julien Cornebise
Dear all, I have been trying with pycuda 0.94rc (instead of latest GIT commit), and the problem stays the same :( And correction: I'm using python 2.6.4 (not 2.6.5) Would anybody have an idea, please ? Any help much appreciated ! Thanks Julien On Sat, Jul 10, 2010 at 12:16 AM, Julien Cornebise

Re: [PyCuda] test_driver.py problem

2008-12-14 Thread Andreas Klöckner
Hi Jyh-Shyong, On Sonntag 14 Dezember 2008, Jyh-Shyong Ho wrote: I just installed pycuda-0.90.2 on my computer and I got the following error message when I ran the program test_drive.py: python test_drive.py Traceback (most recent call last): File test_driver.py, line 2, in module