Skip to content

alexlee-gk/scikits.cuda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA SciKit

Package Description

The CUDA 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.

Downloads

Support the project

Documentation

Package documentation is available at http://scikit-cuda.readthedocs.org/.

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.9%
  • C++ 2.4%
  • C 1.7%