enable GEMM/GEMV forwarding for riscv and ppc

This commit is contained in:
Martin Kroeker 2024-07-31 23:29:12 +02:00 committed by GitHub
parent fcb88b9d52
commit 9eecd0d33b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ endif ()
if (X86_64 OR ${CORE} STREQUAL POWER10)
set(SMALL_MATRIX_OPT TRUE)
endif ()
if (ARM64)
if (ARM64 OR RISCV64 OR POWER)
set(GEMM_GEMV_FORWARD TRUE)
endif ()