Update getrf.c
This commit is contained in:
parent
a3354a7630
commit
19b29b3448
|
@ -100,7 +100,7 @@ int NAME(blasint *M, blasint *N, FLOAT *a, blasint *ldA, blasint *ipiv, blasint
|
||||||
int nmax = 40000;
|
int nmax = 40000;
|
||||||
#else
|
#else
|
||||||
int nmax = 10000;
|
int nmax = 10000;
|
||||||
endif
|
#endif
|
||||||
if (args.m*args.n <nmax) {
|
if (args.m*args.n <nmax) {
|
||||||
args.nthreads = 1;
|
args.nthreads = 1;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue