Browse Source
Merge pull request #2508 from liujingjue/develop
[OpenBLAS]:fix the iamax benchmark error
tags/v0.3.10^2
Martin Kroeker
GitHub
5 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
benchmark/iamax.c
|
|
@@ -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); |
|
|
|
|
|
|
|
} |
|
|
|