We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb476d3 commit a48bd93Copy full SHA for a48bd93
cmake/FindHipoDeps.cmake
@@ -26,10 +26,12 @@ if (BUILD_OPENBLAS)
26
# list(APPEND OPENBLAS_MINIMAL_FLAGS -DARMV7:BOOL=ON)
27
# Set environment variable to disable assembly
28
# set(ENV{NOASM} "1")
29
+ # set(NOASM 1)
30
31
list(APPEND OPENBLAS_MINIMAL_FLAGS
32
-DTARGET=ARMV7
33
-DBINARY=32
34
+ -DNOASM=1
35
-DDYNAMIC_ARCH:BOOL=OFF
36
-DUSE_THREAD:BOOL=OFF
37
# Aggressively disable complex operations
@@ -39,7 +41,6 @@ if (BUILD_OPENBLAS)
39
41
-DNO_ZTRMM:BOOL=ON
40
42
-DNO_CTRSM:BOOL=ON
43
-DNO_ZTRSM:BOOL=ON
-
44
# Disable all Level 3 BLAS (includes TRMM, TRSM, etc.)
45
-DNO_LEVEL3:BOOL=ON
46
)
0 commit comments