Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Library Wrapper Routines
reference_cusolver
reference_cula
reference_pcula
reference_cusparse

High-Level Routines
-------------------
Expand Down
43 changes: 43 additions & 0 deletions docs/source/reference_cusparse.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.. -*- rst -*-

.. currentmodule:: skcuda.cusparse

CUSPARSE Routines
=================

Helper Routines
---------------
.. autosummary::
:toctree: generated/
:nosignatures:

cusparseCreate
cusparseDestroy
cusparseGetVersion
cusparseSetStream
cusparseGetStream

Wrapper Routines
----------------

Single Precision Routines
^^^^^^^^^^^^^^^^^^^^^^^^^
.. autosummary::
:toctree: generated/
:nosignatures:

cusparseSgtsv2StridedBatch_bufferSizeExt
cusparseSgtsv2StridedBatch
cusparseSgtsvInterleavedBatch_bufferSizeExt
cusparseSgtsvInterleavedBatch

Double Precision Routines
^^^^^^^^^^^^^^^^^^^^^^^^^
.. autosummary::
:toctree: generated/
:nosignatures:

cusparseDgtsv2StridedBatch_bufferSizeExt
cusparseDgtsv2StridedBatch
cusparseDgtsvInterleavedBatch_bufferSizeExt
cusparseDgtsvInterleavedBatch
Loading