We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7b55b6 + 35c5a32 commit 07ed01eCopy full SHA for 07ed01e
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