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

Core CUDA runtime and library utility classes. More...

Topics

 Grid Utilities
 CUDA kernel grid and block dimension configuration utilities.
 Stream Utilities
 CUDA stream management and synchronization.
 cuBLAS Utilities
 cuBLAS library wrapper and handle management.
 cuSOLVER Utilities
 cuSOLVER library wrapper and handle management.
 cuSPARSE Utilities
 cuSPARSE library wrapper and handle management.

Detailed Description

Core CUDA runtime and library utility classes.

This module encompasses wrapper classes for CUDA runtime components and NVIDIA library handles. It provides convenient RAII-based management of CUDA streams, cuBLAS contexts, and cuSOLVER handles, ensuring proper resource lifecycle and exception safety.