Skip to content

iskandr/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.

Authors & Acknowledgments

This software was written and packaged by Lev Givon, currently at the Bionet Group6 at Columbia University. See the included AUTHORS file for more information and acknowledgments.

License

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

Contact Information

Please direct all questions and comments pertaining to this software to

Lev Givon


  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/

  6. http://bionet.ee.columbia.edu/

Packages

No packages published

Languages

  • Python 95.0%
  • C++ 2.9%
  • C 2.1%