We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents deae7cf + 76db713 commit d92cc96Copy full SHA for d92cc96
test/Makefile
@@ -189,8 +189,11 @@ endif
189
endif
190
191
192
+ifeq ($(SUPPORT_GEMM3M),1)
193
+level3: $(B3) $(S3) $(D3) $(C3) $(Z3) level3_3m
194
+else
195
level3: $(B3) $(S3) $(D3) $(C3) $(Z3)
-
196
+endif
197
198
ifneq ($(CROSS), 1)
199
rm -f ?BLAT3.SUMM
@@ -263,7 +266,7 @@ endif
263
266
264
267
265
268
-level3_3m : zblat3_3m cblat3_3m
269
+level3_3m: zblat3_3m cblat3_3m
270
271
rm -f ?BLAT3_3M.SUMM
272
OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 ./cblat3_3m < ./cblat3_3m.dat
0 commit comments