Browse Source

Avoid overriding the global USE_GEMM3M

tags/v0.3.27
Martin Kroeker GitHub 1 year ago
parent
commit
28f151808e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      test/CMakeLists.txt

+ 1
- 3
test/CMakeLists.txt View File

@@ -22,9 +22,7 @@ if (BUILD_COMPLEX16)
list (APPEND OpenBLAS_Tests zblat1 zblat2 zblat3)
endif()

set (USE_GEMM3M 0)
if (${ARCH} MATCHES x86|x86_64|ia64|mips)
set(USE_GEMM3M 1)
if (USE_GEMM3M)
if (BUILD_COMPLEX)
list (APPEND OpenBLAS_Tests cblat3_3m)
endif ()


Loading…
Cancel
Save