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 Detailed list of changes in 2011.1: * Add support for CUDA 3.0-style OpenGL interop. (thanks to Tomasz Rybak) * Add pycuda.driver.Stream.wait_for_event(). * Add range and slice keyword argument to pycuda.elementwise.ElementwiseKernel.__call__(). * Document preamble constructor keyword argument to pycuda.elementwise.ElementwiseKernel. * Add vector types, see pycuda.gpuarray.vec. * Add pycuda.scan. * Add support for new features in CUDA 4.0. * Add pycuda.gpuarray.GPUArray.strides, pycuda.gpuarray.GPUArray.flags. Allow the creation of arrys in C and Fortran order. * Adopt stateless launch interface from CUDA, deprecate old one. * Add CURAND wrapper. (with work by Tomasz Rybak) * Add pycuda.compiler.DEFAULT_NVCC_FLAGS.
pgpR0UVGrb5iJ.pgp
Description: PGP signature
_______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
