Skip to content

Commit

Permalink
Merge pull request #2508 from liujingjue/develop
Browse files Browse the repository at this point in the history
[OpenBLAS]:fix the iamax benchmark error
  • Loading branch information
martin-frbg authored Mar 14, 2020
2 parents c775458 + a0a3bf7 commit c284099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/iamax.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

}
Expand Down

0 comments on commit c284099

Please sign in to comment.