Skip to content

Commit a0a3bf7

Browse files
committed
[OpenBLAS]:fix the iamax benchmark error
[Description]:the result for i?amax is not MFlops, it is MBytes
1 parent 4e1c4e6 commit a0a3bf7

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)