I've released scikits.cuda 0.04. Changes since the last release include the following:
* Add integrate module. * Automatically determine device used by current context. * Support batched and multidimensional FFT operations. * Extended dot() function to support implicit transpose/Hermitian. * Support for in-place computation of singular vectors in svd() function. * Various useful utility functions added to misc module. * Use pycuda-complex.hpp to improve kernel readability. * Add unit tests for high-level functions. * Simplify kernel launch setup. * More CULA routine wrappers (including CULA R11 auxiliary routines). * Bug fixes. The code can be downloaded from https://github.com/downloads/lebedov/scikits.cuda/scikits.cuda-0.04.tar.gz Documentation is available at http://lebedov.github.com/scikits.cuda/ Suggestions, criticisms, and bug reports (preferably submitted via github) are all welcome. L.G. _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
