We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87dd1c7 commit 5aaeca2Copy full SHA for 5aaeca2
1 file changed
ctest/Makefile
@@ -162,13 +162,13 @@ all3targets += xdcblat3
162
endif
163
ifeq ($(BUILD_COMPLEX),1)
164
all3targets += xccblat3
165
-ifeq ($(USE_GEMM3M),1)
+ifeq ($(SUPPORT_GEMM3M),1)
166
all3targets += xccblat3_3m
167
168
169
ifeq ($(BUILD_COMPLEX16),1)
170
all3targets += xzcblat3
171
172
all3targets += xzcblat3_3m
173
174
0 commit comments