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.
1 parent 07950b3 commit 592fa31Copy full SHA for 592fa31
src/tests/xmake.lua
@@ -169,11 +169,11 @@ if get_config("dx_backend") then
169
test_proj("test_cuda_dx_interop")
170
end
171
test_proj("test_dml")
172
- -- test_proj("test_matrix_multiply")
+ test_proj("test_matrix_multiply")
173
-- test_proj("test_conv")
174
- -- test_proj("test_tensor", false, function()
175
- -- add_deps("lc-tensor")
176
- -- end)
+ test_proj("test_tensor", false, function()
+ add_deps("lc-tensor")
+ end)
177
178
test_proj("test_manual_ast")
179
if not is_mode("debug") then
src/xmake.lua
@@ -33,4 +33,4 @@ end
33
if get_config("enable_clangcxx") then
34
includes("clangcxx")
35
36
--- includes("tensor")
+includes("tensor")
0 commit comments