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

cuBLAS library wrapper and handle management. More...

Functions

CuBlasHandlerculite::globalCuBlasHandler ()
 Returns the global cuBLAS handler instance.

Detailed Description

cuBLAS library wrapper and handle management.

Encapsulates cuBLAS handle creation and provides convenient methods for Basic Linear Algebra Subprograms (BLAS) operations on GPU. This module simplifies calling cuBLAS functions with automatic resource management.

Classes:

Function Documentation

◆ globalCuBlasHandler()

CuBlasHandler & culite::globalCuBlasHandler ( )
inline

Returns the global cuBLAS handler instance.

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

Returns
Reference to the global CuBlasHandler instance.