Skip to content

Commit 9eecd0d

Browse files
authored
enable GEMM/GEMV forwarding for riscv and ppc
1 parent fcb88b9 commit 9eecd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/system.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ endif ()
391391
if (X86_64 OR ${CORE} STREQUAL POWER10)
392392
set(SMALL_MATRIX_OPT TRUE)
393393
endif ()
394-
if (ARM64)
394+
if (ARM64 OR RISCV64 OR POWER)
395395
set(GEMM_GEMV_FORWARD TRUE)
396396
endif ()
397397

0 commit comments

Comments
 (0)