This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
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
had to clean build tree before test build myself 2
pull/1760/head
Andrew
7 years ago
parent
74c4b91659
commit
80f7c5daf5
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
interface/lapack/potri.c
+1
-1
interface/lapack/zpotri.c
+ 1
- 1
interface/lapack/potri.c
View File
@@ -121,7 +121,7 @@ int NAME(char *UPLO, blasint *N, FLOAT *a, blasint *ldA, blasint *Info){
#ifdef SMP
args.common = NULL;
args.nthreads = num_cpu_avail(
4
);
args.nthreads = num_cpu_avail();
if (args.nthreads == 1) {
#endif
+ 1
- 1
interface/lapack/zpotri.c
View File
@@ -120,7 +120,7 @@ int NAME(char *UPLO, blasint *N, FLOAT *a, blasint *ldA, blasint *Info){
#endif
#ifdef SMP
args.nthreads = num_cpu_avail(
4
);
args.nthreads = num_cpu_avail();
if (args.nthreads == 1) {
#endif
Write
Preview
Loading…
Cancel
Save