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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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 {