Expand description
CUDA backend for sparse matrix GPU operations
This module provides CUDA-specific implementations for sparse matrix operations.
Structs§
- Cuda
Memory Manager - CUDA memory management for sparse matrices
- Cuda
SpMat Vec - CUDA sparse matrix operations
Enums§
- Cuda
Optimization Level - CUDA optimization levels for sparse matrix operations
- Memory
Access Pattern - Memory access patterns for optimization
Constants§
- CUDA_
SPMV_ KERNEL_ SOURCE - CUDA kernel source code for sparse matrix-vector multiplication
- CUDA_
WARP_ SPMV_ KERNEL_ SOURCE - CUDA warp-level sparse matrix-vector multiplication kernel