Module cuda

Module cuda 

Source
Expand description

CUDA backend for sparse matrix GPU operations

This module provides CUDA-specific implementations for sparse matrix operations.

Structs§

CudaMemoryManager
CUDA memory management for sparse matrices
CudaSpMatVec
CUDA sparse matrix operations

Enums§

CudaOptimizationLevel
CUDA optimization levels for sparse matrix operations
MemoryAccessPattern
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