Browse Source

Update getrf.c

tags/v0.3.27
Martin Kroeker GitHub 2 years ago
parent
commit
19b29b3448
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      interface/lapack/getrf.c

+ 1
- 1
interface/lapack/getrf.c View File

@@ -100,7 +100,7 @@ int NAME(blasint *M, blasint *N, FLOAT *a, blasint *ldA, blasint *ipiv, blasint
int nmax = 40000;
#else
int nmax = 10000;
endif
#endif
if (args.m*args.n <nmax) {
args.nthreads = 1;
} else {


Loading…
Cancel
Save