We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e1313 commit 716151dCopy full SHA for 716151d
deps/Makefile
@@ -719,13 +719,13 @@ ifneq ($(ARCH),x86_64)
719
OPENBLAS_BUILD_OPTS += NUM_THREADS=8
720
else ifeq ($(OS),WINNT)
721
# Windows seems unable to handle very many
722
-OPENBLAS_BUILD_OPTS += NUM_THREADS=24
+OPENBLAS_BUILD_OPTS += NUM_THREADS=16
723
else ifeq ($(OS),Darwin)
724
# This should suffice for the largest macs
725
726
else
727
# On linux, try to provision for the largest possible machine currently
728
-OPENBLAS_BUILD_OPTS += NUM_THREADS=128
729
endif
730
731
OPENBLAS_BUILD_OPTS += USE_THREAD=0
0 commit comments