Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,11 @@ endif
endif


ifeq ($(SUPPORT_GEMM3M),1)
level3: $(B3) $(S3) $(D3) $(C3) $(Z3) level3_3m
else
level3: $(B3) $(S3) $(D3) $(C3) $(Z3)

endif

ifneq ($(CROSS), 1)
rm -f ?BLAT3.SUMM
Expand Down Expand Up @@ -263,7 +266,7 @@ endif
endif


level3_3m : zblat3_3m cblat3_3m
level3_3m: zblat3_3m cblat3_3m
ifneq ($(CROSS), 1)
rm -f ?BLAT3_3M.SUMM
OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 ./cblat3_3m < ./cblat3_3m.dat
Expand Down