From 03a83778bb9b8a869dc934511f1d13bba80d09a7 Mon Sep 17 00:00:00 2001 From: Chip Kerchner Date: Wed, 8 Oct 2025 14:08:29 +0000 Subject: [PATCH] Tie in SHGEMV for RISC-V. --- kernel/riscv64/KERNEL.RISCV64_ZVL256B | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/riscv64/KERNEL.RISCV64_ZVL256B b/kernel/riscv64/KERNEL.RISCV64_ZVL256B index e69171abe7..c48095bb21 100644 --- a/kernel/riscv64/KERNEL.RISCV64_ZVL256B +++ b/kernel/riscv64/KERNEL.RISCV64_ZVL256B @@ -256,6 +256,8 @@ SHGEMMOTCOPYOBJ = shgemm_otcopy$(TSUFFIX).$(SUFFIX) ifndef SHGEMM_BETA SHGEMM_BETA = gemm_beta_rvv.c endif +SHGEMVNKERNEL = sbgemv_n_vector.c +SHGEMVTKERNEL = sbgemv_t_vector.c endif ifeq ($(BUILD_BFLOAT16), 1)