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ยง
- GpuCoo
Matrix - Sparse matrix in coordinate (COO) format.
- GpuCsc
Matrix - Sparse matrix in compressed sparse column (CSC) format.
- GpuCsr
Matrix - Sparse matrix in compressed sparse row (CSR) format.