Skip to content

Commit 1c0a8a7

Browse files
authored
Add defaults for SBGEMV kernels
1 parent 5e4f1e3 commit 1c0a8a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmake/kernel.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ if (BUILD_BFLOAT16)
134134
set(SHSWAPKERNEL ../arm/swap.c)
135135
set(TOBF16KERNEL ../x86_64/tobf16.c)
136136
set(BF16TOKERNEL ../x86_64/bf16to.c)
137+
set(SBGEMVNKERNEL ../x86_64/sbgemv_n.c)
138+
set(SBGEMVTKERNEL ../x86_64/sbgemv_t.c)
137139
endif ()
138140
endmacro ()
139141

0 commit comments

Comments
 (0)