Skip to content

Commit 0dd501d

Browse files
authored
Add GEMM_DIVIDE_RATE and GEMM_PREFERRED_SIZE to parameters
1 parent 6bf687b commit 0dd501d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kernel/setparam-ref.c

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

5555
SWITCH_RATIO,
5656

57+
GEMM_DIVIDE_RATE,
58+
5759
GEMM_DIVIDE_LIMIT,
5860

61+
GEMM_PREFERRED_SIZE,
62+
5963
GEMM_DEFAULT_OFFSET_A, GEMM_DEFAULT_OFFSET_B, GEMM_DEFAULT_ALIGN,
6064

6165
#ifdef BUILD_HFLOAT16

0 commit comments

Comments
 (0)