We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab5bf1 commit 35c5a32Copy full SHA for 35c5a32
1 file changed
benchmark/gemm.c
@@ -237,7 +237,7 @@ int main(int argc, char *argv[]){
237
timeg = time1/loops;
238
fprintf(stderr,
239
" %10.2f MFlops %10.6f sec\n",
240
- COMPSIZE * COMPSIZE * 2. * (double)m * (double)m * (double)n / timeg * 1.e-6, time1);
+ COMPSIZE * COMPSIZE * 2. * (double)k * (double)m * (double)n / timeg * 1.e-6, time1);
241
242
}
243
0 commit comments