Skip to content

Commit 8f5e495

Browse files
authored
Add GEMM_DIVIDE_LIMIT to parameters
1 parent d7b13fe commit 8f5e495

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/setparam-ref.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ gotoblas_t TABLE_NAME = {
5454

5555
SWITCH_RATIO,
5656

57+
GEMM_DIVIDE_LIMIT,
58+
5759
GEMM_DEFAULT_OFFSET_A, GEMM_DEFAULT_OFFSET_B, GEMM_DEFAULT_ALIGN,
5860

5961
#ifdef BUILD_HFLOAT16

0 commit comments

Comments
 (0)