Update getrf.c

This commit is contained in:
Martin Kroeker
2024-03-27 22:09:30 +01:00
committed by GitHub
parent a3354a7630
commit 19b29b3448

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 {