Skip to content

Commit b66a01f

Browse files
authored
Fix building of bgemm tests on GEMM3M-capable (x86) targets
1 parent a5e7c0e commit b66a01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ endif
242242

243243

244244
ifeq ($(SUPPORT_GEMM3M),1)
245-
level3: $(B3) $(S3) $(D3) $(C3) $(Z3) level3_3m
245+
level3: $(BF3) $(B3) $(S3) $(D3) $(C3) $(Z3) level3_3m
246246
else
247247
level3: $(BF3) $(B3) $(S3) $(D3) $(C3) $(Z3)
248248
endif

0 commit comments

Comments
 (0)