Skip to content

Commit b6ee68d

Browse files
authored
Merge pull request #5955 from moluopro/fix-riscv64-gemm-gemv-forwarding
Fix RISC-V GEMM/GEMV forwarding in Make builds
2 parents acfe406 + ecc04e5 commit b6ee68d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.system

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ GEMM_GEMV_FORWARD = 1
285285
SBGEMM_GEMV_FORWARD = 1
286286
BGEMM_GEMV_FORWARD = 1
287287
endif
288-
ifeq ($(ARCH), riscv)
288+
ifeq ($(ARCH), riscv64)
289289
GEMM_GEMV_FORWARD = 1
290290
endif
291291
ifeq ($(ARCH), power)

0 commit comments

Comments
 (0)