File: index.rst

package info (click to toggle)
python-scikit-cuda 0.5.3-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 1,516 kB
  • sloc: python: 18,940; ansic: 459; makefile: 95; sh: 9
file content (30 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.. -*- rst -*-

scikit-cuda
===========
scikit-cuda provides Python interfaces to many of the functions in the
CUDA device/runtime, CUBLAS, CUFFT, and CUSOLVER libraries distributed
as part of NVIDIA's `CUDA Programming Toolkit
<http://www.nvidia.com/cuda/>`_, as well as interfaces to select
functions in the `CULA Dense Toolkit
<http://www.culatools.com/dense>`_.  Both low-level wrapper functions
similar to their C counterparts and high-level functions comparable to
those in `NumPy and Scipy <http://www.scipy.org>`_ are provided.

Python wrappers for cuDNN by Hannes Bretschneider are available `here
<https://github.com/hannes-brt/cudnn-python-wrappers>`_.

Contents
--------
.. toctree::
   :maxdepth: 2

   install
   reference
   authors
   license
   changes

Index
-----
* :ref:`genindex`