Skip to content

Commit bc5c7f9

Browse files
authored
Cleanup
1 parent 437b7fe commit bc5c7f9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,11 @@ endif
214214

215215

216216

217-
ifeq ($(BUILD_BFLOAT16),1)
218-
level3 : test_sbgemm
219-
endif
217+
#ifeq ($(BUILD_BFLOAT16),1)
218+
#level3 : test_sbgemm sblat3 dblat3 cblat3 zblat3
219+
#else
220+
#level3 : sblat3 dblat3 cblat3 zblat3
221+
#endif
220222

221223
ifndef CROSS
222224
rm -f ?BLAT3.SUMM

0 commit comments

Comments
 (0)