Skip to main content

Module construction

Module construction 

Source
Expand description

GPU-accelerated COO/CSR/CSC construction from triplets.

Provides standalone CooMatrix, CsrMatrix, and CscMatrix types that are designed for GPU-friendly construction workflows (sort-then-scan patterns matching a compute shader pipeline).

Structsยง

GpuCooMatrix
Sparse matrix in coordinate (COO) format.
GpuCscMatrix
Sparse matrix in compressed sparse column (CSC) format.
GpuCsrMatrix
Sparse matrix in compressed sparse row (CSR) format.