[OpenBLAS]:fix the iamax benchmark error

[Description]:the result for i?amax is not MFlops, it is MBytes
This commit is contained in:
l00546269 2020-03-13 10:58:39 +08:00
parent 4e1c4e67d4
commit a0a3bf7c81
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ int main(int argc, char *argv[]){
timeg /= loops;
fprintf(stderr,
" %10.2f MFlops %10.6f sec\n",
" %10.2f MBytes %10.6f sec\n",
COMPSIZE * sizeof(FLOAT) * 1. * (double)m / timeg * 1.e-6, timeg);
}