Skip to content

Commit 76db713

Browse files
authored
fix invocation of GEMM3M tests
1 parent deae7cf commit 76db713

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,11 @@ endif
189189
endif
190190

191191

192+
ifeq ($(SUPPORT_GEMM3M),1)
193+
level3: $(B3) $(S3) $(D3) $(C3) $(Z3) level3_3m
194+
else
192195
level3: $(B3) $(S3) $(D3) $(C3) $(Z3)
193-
196+
endif
194197

195198
ifneq ($(CROSS), 1)
196199
rm -f ?BLAT3.SUMM
@@ -263,7 +266,7 @@ endif
263266
endif
264267

265268

266-
level3_3m : zblat3_3m cblat3_3m
269+
level3_3m: zblat3_3m cblat3_3m
267270
ifneq ($(CROSS), 1)
268271
rm -f ?BLAT3_3M.SUMM
269272
OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 ./cblat3_3m < ./cblat3_3m.dat

0 commit comments

Comments
 (0)