This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Use the correct unit of measure
tags/v0.3.10^2
s00527847
5 years ago
parent
97c36ca58c
commit
cd8871f1a1
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
benchmark/spr.c
+1
-1
benchmark/spr2.c
+ 1
- 1
benchmark/spr.c
View File
@@ -187,7 +187,7 @@ int main(int argc, char *argv[]){
timeg /= loops;
fprintf(stderr,
" %10.2f M
Byte
s %10.6f sec\n",
" %10.2f M
Flop
s %10.6f sec\n",
COMPSIZE * COMPSIZE * 1. * (double)m * (double)m / timeg * 1.e-6, timeg);
}
+ 1
- 1
benchmark/spr2.c
View File
@@ -196,7 +196,7 @@ int main(int argc, char *argv[]){
timeg /= loops;
fprintf(stderr,
" %10.2f M
Byte
s %10.6f sec\n",
" %10.2f M
Flop
s %10.6f sec\n",
COMPSIZE * COMPSIZE * 2. * (double)m * (double)m / timeg * 1.e-6, timeg);
}
Write
Preview
Loading…
Cancel
Save