Skip to content

Commit 34ecd96

Browse files
authored
Merge pull request #3580 from martin-frbg/dynx86_sbgemm
Remove extraneous (and wrong) definition of sbgemm_r on x86_64
2 parents 2519c9d + 4030255 commit 34ecd96

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)