Skip to content

Commit 4030255

Browse files
authored
Remove extraneous (and wrong) definition of sbgemm_r on x86_64
1 parent 4cb302a commit 4030255

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/setparam-ref.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,6 @@ static void init_parameter(void) {
12391239

12401240
#ifdef BUILD_BFLOAT16
12411241
TABLE_NAME.sbgemm_p = SBGEMM_DEFAULT_P;
1242-
TABLE_NAME.sbgemm_r = SBGEMM_DEFAULT_R;
12431242
TABLE_NAME.sbgemm_q = SBGEMM_DEFAULT_Q;
12441243
#endif
12451244
#if (BUILD_SINGLE==1) || (BUILD_COMPLEX==1)

0 commit comments

Comments
 (0)