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
Change ifdef linux to __linux for C11 compatibility
tags/v0.3.11^2
Martin Kroeker
GitHub
5 years ago
parent
e1574cbc83
commit
5464eb13ea
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
51 changed files
with
51 additions
and
51 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
benchmark/amax.c
+1
-1
benchmark/amin.c
+1
-1
benchmark/asum.c
+1
-1
benchmark/axpby.c
+1
-1
benchmark/axpy.c
+1
-1
benchmark/copy.c
+1
-1
benchmark/dot.c
+1
-1
benchmark/geev.c
+1
-1
benchmark/gemm.c
+1
-1
benchmark/gemm3m.c
+1
-1
benchmark/gemv.c
+1
-1
benchmark/ger.c
+1
-1
benchmark/gesv.c
+1
-1
benchmark/getri.c
+1
-1
benchmark/hbmv.c
+1
-1
benchmark/hemm.c
+1
-1
benchmark/hemv.c
+1
-1
benchmark/her.c
+1
-1
benchmark/her2.c
+1
-1
benchmark/her2k.c
+1
-1
benchmark/herk.c
+1
-1
benchmark/hpmv.c
+1
-1
benchmark/iamax.c
+1
-1
benchmark/iamin.c
+1
-1
benchmark/imax.c
+1
-1
benchmark/imin.c
+1
-1
benchmark/linpack.c
+1
-1
benchmark/max.c
+1
-1
benchmark/min.c
+1
-1
benchmark/nrm2.c
+1
-1
benchmark/rot.c
+1
-1
benchmark/rotm.c
+1
-1
benchmark/scal.c
+1
-1
benchmark/spmv.c
+1
-1
benchmark/spr.c
+1
-1
benchmark/spr2.c
+1
-1
benchmark/swap.c
+1
-1
benchmark/symm.c
+1
-1
benchmark/symv.c
+1
-1
benchmark/syr.c
+1
-1
benchmark/syr2.c
+1
-1
benchmark/syr2k.c
+1
-1
benchmark/syrk.c
+1
-1
benchmark/tpmv.c
+1
-1
benchmark/tpsv.c
+1
-1
benchmark/trmm.c
+1
-1
benchmark/trmv.c
+1
-1
benchmark/trsm.c
+1
-1
benchmark/trsv.c
+1
-1
benchmark/zdot-intel.c
+1
-1
benchmark/zdot.c
+ 1
- 1
benchmark/amax.c
View File
@@ -146,7 +146,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/amin.c
View File
@@ -145,7 +145,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/asum.c
View File
@@ -152,7 +152,7 @@ int main(int argc, char *argv[]){
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/axpby.c
View File
@@ -152,7 +152,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/axpy.c
View File
@@ -151,7 +151,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/copy.c
View File
@@ -154,7 +154,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/dot.c
View File
@@ -145,7 +145,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/geev.c
View File
@@ -214,7 +214,7 @@ int main(int argc, char *argv[]){
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/gemm.c
View File
@@ -197,7 +197,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/gemm3m.c
View File
@@ -163,7 +163,7 @@ int main(int argc, char *argv[]){
loops = atoi(p);
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/gemv.c
View File
@@ -181,7 +181,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/ger.c
View File
@@ -165,7 +165,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/gesv.c
View File
@@ -165,7 +165,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/getri.c
View File
@@ -188,7 +188,7 @@ int main(int argc, char *argv[]){
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/hbmv.c
View File
@@ -158,7 +158,7 @@ int main(int argc, char *argv[]){
exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/hemm.c
View File
@@ -151,7 +151,7 @@ int main(int argc, char *argv[]){
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/hemv.c
View File
@@ -152,7 +152,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/her.c
View File
@@ -149,7 +149,7 @@ int main(int argc, char *argv[]){
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/her2.c
View File
@@ -151,7 +151,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/her2k.c
View File
@@ -150,7 +150,7 @@ int main(int argc, char *argv[]){
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/herk.c
View File
@@ -149,7 +149,7 @@ int main(int argc, char *argv[]){
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/hpmv.c
View File
@@ -155,7 +155,7 @@ int main(int argc, char *argv[]){
exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/iamax.c
View File
@@ -145,7 +145,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/iamin.c
View File
@@ -145,7 +145,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/imax.c
View File
@@ -139,7 +139,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/imin.c
View File
@@ -139,7 +139,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/linpack.c
View File
@@ -174,7 +174,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/max.c
View File
@@ -139,7 +139,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/min.c
View File
@@ -139,7 +139,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/nrm2.c
View File
@@ -145,7 +145,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/rot.c
View File
@@ -156,7 +156,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/rotm.c
View File
@@ -168,7 +168,7 @@ int main(int argc, char *argv[])
exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/scal.c
View File
@@ -150,7 +150,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/spmv.c
View File
@@ -163,7 +163,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/spr.c
View File
@@ -149,7 +149,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/spr2.c
View File
@@ -153,7 +153,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/swap.c
View File
@@ -151,7 +151,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/symm.c
View File
@@ -162,7 +162,7 @@ int main(int argc, char *argv[]){
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/symv.c
View File
@@ -162,7 +162,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/syr.c
View File
@@ -144,7 +144,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/syr2.c
View File
@@ -150,7 +150,7 @@ int main(int argc, char *argv[]){
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/syr2k.c
View File
@@ -162,7 +162,7 @@ int main(int argc, char *argv[]){
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/syrk.c
View File
@@ -159,7 +159,7 @@ int main(int argc, char *argv[]){
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/tpmv.c
View File
@@ -132,7 +132,7 @@ int main(int argc, char *argv[])
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/tpsv.c
View File
@@ -132,7 +132,7 @@ int main(int argc, char *argv[])
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/trmm.c
View File
@@ -162,7 +162,7 @@ int main(int argc, char *argv[]){
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/trmv.c
View File
@@ -132,7 +132,7 @@ int main(int argc, char *argv[])
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/trsm.c
View File
@@ -172,7 +172,7 @@ int main(int argc, char *argv[]){
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/trsv.c
View File
@@ -159,7 +159,7 @@ int main(int argc, char *argv[]){
uplo,diag,loops);
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/zdot-intel.c
View File
@@ -146,7 +146,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
+ 1
- 1
benchmark/zdot.c
View File
@@ -145,7 +145,7 @@ int main(int argc, char *argv[]){
fprintf(stderr,"Out of Memory!!\n");exit(1);
}
#ifdef linux
#ifdef
__
linux
srandom(getpid());
#endif
Write
Preview
Loading…
Cancel
Save