pub fn gemm_i8_with( ws: &mut Workspace, alpha: i32, a: MatRef<'_, i8>, b: MatRef<'_, i8>, beta: i32, c: MatMut<'_, i32>, par: Parallelism, )
int8
Like gemm_i8 but reuses a caller-owned Workspace instead of the thread-local pool
gemm_i8
Workspace
Same conditions as gemm_i8