[PyCuda] Problem Running test_driver.py on Ubuntu 9.04

2009-05-30 Thread Rob
Hello, I was able to successfully compile and install pycuda-0.93rc2. However, when I try to run the test driver, I get the following (I apologize in advance for all the output): python pycuda-0.93rc2/test/test_driver.py (Sat,May30) EE..EEEE

[PyCuda] 0.93rc3

2009-05-30 Thread Andreas Klöckner
Hi all, Since there were a few issues reported with 0.93rc2, I've just rolled 0.93rc3. Here's to hoping this version will also be 0.93. To make sure we get a solid 0.93 out, please test: http://pypi.python.org/pypi/pycuda/0.93rc3 Thanks for all your dedication in reporting issues in these

Re: [PyCuda] FW: Why are Function.lmem, Functio n.smem, and Function.registers deprecated?

2009-05-30 Thread Andreas Klöckner
On Sonntag 24 Mai 2009, Andreas Klöckner wrote: Here's something that somehow feels like a second-best solution, but it at least maintains consistency: Everything that can be accessed as something.get_attribute(some.scope.ATTR_NAME) can now *also* be accessed as something.attr_name.