Re: [PyCUDA] Runtime problem: cuDeviceGetAttribute failed: not found

2009-12-30 Thread Raymond Tay
Hi Bryan, The driver is already upgraded to CUDA 2.3a on my test machine so i don't know what's happening under the hood. Any suggestions? Ray On Wed, Dec 30, 2009 at 4:24 PM, Bryan Catanzaro bryan.catanz...@gmail.comwrote: I run CUDA code on my 9400m under OS X all the time, although my

Re: [PyCUDA] Runtime problem: cuDeviceGetAttribute failed: not found

2009-12-27 Thread Raymond Tay
Hi Andreas, They are one and the same and it was the same card at both times. Any other ideas? Ray On Sun, Dec 27, 2009 at 5:19 PM, Andreas Klöckner li...@informa.tiker.netwrote: On Donnerstag 24 Dezember 2009, Raymond Tay wrote: another comparison by running the CUDA 2.3 SDK samples

Re: [PyCUDA] Runtime problem: cuDeviceGetAttribute failed: not found

2009-12-08 Thread Andreas Klöckner
On Dienstag 08 Dezember 2009, you wrote: It's the first time I've installed the drivers, so I don't have multiple versions. Anyway how can I know the versions of the headers used in the compilation? pycuda.driver.get_version() pycuda.driver.get_driver_version() Andreas signature.asc

Re: [PyCUDA] Runtime problem: cuDeviceGetAttribute failed: not found

2009-12-08 Thread Roger Pau Monné
I got this: drv.get_version() (2, 3, 0) drv.get_driver_version() 2030 Maybe there is a problem in the test_driver.py file? 2009/12/8 Andreas Klöckner li...@informa.tiker.net On Dienstag 08 Dezember 2009, you wrote: It's the first time I've installed the drivers, so I don't have multiple

Re: [PyCUDA] Runtime problem: cuDeviceGetAttribute failed: not found

2009-12-08 Thread Roger Pau Monné
Where's att? I've tried drv.att and pycuda.autoinit.device.att with no luck 2009/12/8 Andreas Klöckner li...@informa.tiker.net On Dienstag 08 Dezember 2009, Roger Pau Monné wrote: I got this: drv.get_version() (2, 3, 0) drv.get_driver_version() 2030 Maybe there is a