Skip to main content

Module cusparse

Module cusparse 

Source
Expand description

GraphOpRecord impls for crate::kernel::SparseActor requests.

Mirrors the existing SparseMsg::SpMv / SparseMsg::SpMm shape that ships on main. The Phase 4 cuSPARSE expansion (extra datatypes / additional ops) is independent — these adapters wrap exactly the f32-only single-op surface that exists today.

Structs§

SpMmOp
Capture-mode op for SparseMsg::SpMm.
SpMvOp
Capture-mode op for SparseMsg::SpMv.