Mojo function
matmul_impl
fn matmul_impl[Type: DType, //, kc: Int, mr: Int, nr: Int](mc: Int, nc: Int, mut C: Matrix[Type], A: Matrix[Type], B: Matrix[Type])
Parameters:
- Type (
DType) - kc (
Int) - mr (
Int) - nr (
Int)
Args:
- mc (
Int) - nc (
Int) - C (
Matrix) - A (
Matrix) - B (
Matrix)