Skip to content

Commit c284099

Browse files
authored
Merge pull request #2508 from liujingjue/develop
[OpenBLAS]:fix the iamax benchmark error
2 parents c775458 + a0a3bf7 commit c284099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/iamax.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ int main(int argc, char *argv[]){
181181
timeg /= loops;
182182

183183
fprintf(stderr,
184-
" %10.2f MFlops %10.6f sec\n",
184+
" %10.2f MBytes %10.6f sec\n",
185185
COMPSIZE * sizeof(FLOAT) * 1. * (double)m / timeg * 1.e-6, timeg);
186186

187187
}

0 commit comments

Comments
 (0)