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 9afd0c8 commit fcb88b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.system
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,12 @@ endif
ifeq ($(ARCH), arm64)
GEMM_GEMV_FORWARD = 1
endif
ifeq($(ARCH), riscv)
GEMM_GEMV_FORWARD = 1
endif
ifeq ($(ARCH), power)
GEMM_GEMV_FORWARD = 1
endif

ifeq ($(SMALL_MATRIX_OPT), 1)
CCOMMON_OPT += -DSMALL_MATRIX_OPT
Expand Down

0 comments on commit fcb88b9

Please sign in to comment.