File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ ztestl3o = c_zblas3.o c_z3chke.o auxiliary.o c_xerbla.o constant.o
6161ztestl3o_3m = c_zblas3_3m.o c_z3chke_3m.o auxiliary.o c_xerbla.o constant.o
6262
6363
64- all :: all1 all2 all3 all3_3m
64+ all :: all1 all2 all3
6565
6666ifeq ($(BUILD_SINGLE ) ,1)
6767all1targets += xscblat1
@@ -162,9 +162,15 @@ all3targets += xdcblat3
162162endif
163163ifeq ($(BUILD_COMPLEX ) ,1)
164164all3targets += xccblat3
165+ ifeq ($(USE_GEMM3M ) ,1)
166+ all3targets += xccblat3_3m
167+ endif
165168endif
166169ifeq ($(BUILD_COMPLEX16 ) ,1)
167170all3targets += xzcblat3
171+ ifeq ($(USE_GEMM3M ) ,1)
172+ all3targets += xzcblat3_3m
173+ endif
168174endif
169175
170176all3 : $(all3targets )
@@ -199,7 +205,6 @@ endif
199205endif
200206endif
201207
202- all3_3m : xzcblat3_3m xccblat3_3m
203208ifeq ($(SUPPORT_GEMM3M ) ,1)
204209ifeq ($(USE_OPENMP ) , 1)
205210ifeq ($(BUILD_COMPLEX ) ,1)
You can’t perform that action at this time.
0 commit comments