cuLite v0.3.1
A lite CUDA C++ Interface
Loading...
Searching...
No Matches
cuSPARSE Utilities

cuSPARSE library wrapper and handle management. More...

Functions

CuSparseHandlerculite::globalCuSparseHandler ()
 Returns the global cuSPARSE handler instance.

Detailed Description

cuSPARSE library wrapper and handle management.

Provides wrapper functionality for cuSPARSE handles used in sparse matrix computations such as sparse matrix-vector multiplication, sparse matrix-matrix multiplication, and format conversions on GPU.

Classes:

Function Documentation

◆ globalCuSparseHandler()

CuSparseHandler & culite::globalCuSparseHandler ( )
inline

Returns the global cuSPARSE handler instance.

Provides access to a singleton cuSPARSE handler that can be used throughout the application for cuSPARSE operations.

Returns
Reference to the global CuSparseHandler instance.