Skip to content

Commit

Permalink
Enable OpenBLAS DYNAMIC_ARCH for aarch64.
Browse files Browse the repository at this point in the history
This is what BB does on Yggdrasil.
  • Loading branch information
maleadt committed Sep 22, 2023
1 parent 6651730 commit ecbc9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ endif

# If we are running on aarch64 (e.g. ARMv8 or ARM64), set certain options automatically
ifneq (,$(findstring aarch64,$(ARCH)))
OPENBLAS_DYNAMIC_ARCH:=0
OPENBLAS_DYNAMIC_ARCH:=1
OPENBLAS_TARGET_ARCH:=ARMV8
USE_BLAS64:=1
BINARY:=64
Expand Down

0 comments on commit ecbc9b6

Please sign in to comment.