Re: [PyCUDA] [Robert Kern] Re: [Numpy-discussion] dtype comparison, hash

2012-03-12 Thread Thomas Wiecki
Just got this from the numpy tracker, seems like the hashing bug got fixed upstream: #2017: On 32 bit, uintp and uint32 do not have the same hash -+-- Reporter: twiecki | Owner: somebody Type: defect |

[PyCUDA] issue with pycuda.autoinit

2012-03-12 Thread Srinath Vadlamani
I'm new to implementing PyCuda on: Darwin proton.txcorp.com 10.8.0 Darwin Kernel Version 10.8.0 I am working through the introduction: http://documen.tician.de/pycuda/tutorial.html and have an error when n [5]: import pycuda.autoinit

Re: [PyCUDA] issue with pycuda.autoinit

2012-03-12 Thread Andreas Kloeckner
#part sign=pgpmime On Mon, 12 Mar 2012 14:31:46 -0600, Srinath Vadlamani srinath.vadlam...@gmail.com wrote: I'm new to implementing PyCuda on: Darwin proton.txcorp.com 10.8.0 Darwin Kernel Version 10.8.0 I am working through the introduction: http://documen.tician.de/pycuda/tutorial.html