Fix intgemm merge (#793)

This commit is contained in:
Roman Grundkiewicz 2021-01-25 12:09:34 +00:00 committed by GitHub
parent 18fd50df85
commit 587b8a8403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -439,6 +439,7 @@ endif(USE_MPI)
# Find BLAS library
if(COMPILE_CPU)
set(EXT_LIBS ${EXT_LIBS} intgemm) # Enable intgemm when compiling CPU
add_definitions(-DCOMPILE_CPU=1)
if(USE_APPLE_ACCELERATE)
if(NOT APPLE)
message(FATAL_ERROR "FATAL ERROR: Apple Accelerate only works on macOS.")

@ -1 +1 @@
Subproject commit 874ceebbf53a85691b326495100b6361a2166cec
Subproject commit 8abde25b13c3ab210c0dec8e23f4944e3953812d