On Mon, 27 Jun 2011 10:31:29 -0700, Christoph Gohlke <[email protected]> wrote: > > > On 6/27/2011 8:56 AM, Andreas Kloeckner wrote: > > Hi all, > > > > I've just released PyCUDA version 2011.1. This is, once again, a rather > > big release. A detailed list of changes is below. In the same spirit as > > PyOpenCL (whose 2011.1 release happened yesterday), I'll try to move to > > smaller, more frequent releases in the future. > > > > Have fun, and let me know if there are any issues. > > > > Andreas > > > > Hello, > > I noticed two problems on Windows: > > 1) PyCUDA will not work at all if the "HOME" environment variable is not > defined, which is the case on many Windows systems. Maybe it's better to > use the "USERNAME" variable if possible (in line 155 of compiler.py) > > 2) One test fails (see output below) because > `numpy.random.random_integers(0, (1 << 31) - 1, 1000)` does not work on > Windows. With `(1 << 31) - 2` all tests pass (line 492 in curandom.py).
Thanks! I've stuck those into git. Can you please test them? Once you decide they're ok, I'll push out 2011.1.1 to include them. Andreas
pgpruhxiMPy4h.pgp
Description: PGP signature
_______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
