Skip to content

Commit 4289cf0

Browse files
committed
sbgemm: avoid falling into SGEMM_KERNEL_DIRECT
1 parent 59a1114 commit 4289cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interface/gemm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ void CNAME(enum CBLAS_ORDER order, enum CBLAS_TRANSPOSE TransA, enum CBLAS_TRANS
326326

327327
PRINT_DEBUG_CNAME;
328328

329-
#if !defined(COMPLEX) && !defined(DOUBLE) && defined(USE_SGEMM_KERNEL_DIRECT)
329+
#if !defined(COMPLEX) && !defined(DOUBLE) && !defined(BFLOAT16) && defined(USE_SGEMM_KERNEL_DIRECT)
330330
#ifdef DYNAMIC_ARCH
331331
if (support_avx512() )
332332
#endif

0 commit comments

Comments
 (0)