Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Aug 8, 2023
1 parent e3e79ad commit 3e67875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/openblas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OPENBLAS_BUILD_OPTS := CC="$(CC) $(SANITIZE_OPTS)" FC="$(FC) $(SANITIZE_OPTS)" L
# Thread support
ifeq ($(OPENBLAS_USE_THREAD), 1)
OPENBLAS_BUILD_OPTS += USE_THREAD=1
OPENBLAS_BUILD_OPTS += GEMM_MULTITHREADING_THRESHOLD=50
OPENBLAS_BUILD_OPTS += GEMM_MULTITHREADING_THRESHOLD=400
# Maximum number of threads for parallelism
OPENBLAS_BUILD_OPTS += NUM_THREADS=512
else
Expand Down

0 comments on commit 3e67875

Please sign in to comment.