Skip to content

stevertaylor/scikits.cuda

 
 

Repository files navigation

CUDA SciKit

Package Description

This SciKit (toolkit for SciPy1) provides Python interfaces to a subset of the functions in the CUDA, CUDART, CUBLAS, and CUFFT libraries distributed as part of NVIDIA's CUDA Programming Toolkit 2, as well as interfaces to select functions in the free and standard versions of the CULA Dense Toolkit3. In contrast to most existing Python wrappers for these libraries (many of which only provide a low-level interface to the actual library functions), this package uses PyCUDA4 to provide high-level functions comparable to those in the NumPy package5.

Development

The latest source code can be obtained from http://github.com/lebedov/scikits.cuda.

Authors & Acknowledgments

See the included AUTHORS file for more information.

License

This software is licensed under the BSD License. See the included LICENSE file for more information.


  1. http://www.scipy.org/

  2. http://www.nvidia.com/cuda/

  3. http://www.culatools.com/dense/

  4. http://mathema.tician.de/software/pycuda/

  5. http://numpy.scipy.org/

Packages

No packages published

Languages

  • Python 95.7%
  • C++ 2.5%
  • C 1.8%