Skip to content

Commit

Permalink
enable GEMM/GEMV forwarding for riscv and ppc
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jul 31, 2024
1 parent fcb88b9 commit 9eecd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/system.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()

Expand Down

0 comments on commit 9eecd0d

Please sign in to comment.