Skip to main content

Module sgemm

Module sgemm 

Source
Expand description

SGEMM op for super::super::GraphOp.

Wraps the lower-level crate::kernel::record::BlasSgemmOp / crate::kernel::record::BlasRecorder pair into a single GraphOp-implementing type.

Structs§

SgemmOp
SGEMM op for graph capture: C := alpha · A·B + beta · C, column-major, no transpose.