pub fn execute<A: RudaPrimitive, B: RudaPrimitive, C: RudaPrimitive, D: RudaPrimitive>(
mat_a: &Matrix<A>,
mat_b: &Matrix<B>,
mat_c: &Matrix<C>,
mat_d: &Matrix<D>,
)Expand description
Execute the matrix-multiply and accumulate operation on the given matrices.