AlexeyAB
2018-03-05 ae1768e5831caa95214b93b08ee711aede36df07
src/cpu_gemm.c
@@ -1,4 +1,4 @@
#include "mini_blas.h"
//#include "mini_blas.h"
void cpu_gemm_nn(int TA, int TB, int M, int N, int K, float ALPHA, 
        float *A, int lda,