pub type SGEMM<'a, 'b, 'c> = GEMM<'a, 'b, 'c, f32>;
struct SGEMM<'a, 'b, 'c> { /* private fields */ }