#include "mat_mul.h" #include #include #include static float *A, *B, *C; static int M, N, K; static int num_threads; int min(int a,int b) { return (a