Skip to content

Commit 592fa31

Browse files
committed
enable test
1 parent 07950b3 commit 592fa31

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/tests/xmake.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,11 @@ if get_config("dx_backend") then
169169
test_proj("test_cuda_dx_interop")
170170
end
171171
test_proj("test_dml")
172-
-- test_proj("test_matrix_multiply")
172+
test_proj("test_matrix_multiply")
173173
-- test_proj("test_conv")
174-
-- test_proj("test_tensor", false, function()
175-
-- add_deps("lc-tensor")
176-
-- end)
174+
test_proj("test_tensor", false, function()
175+
add_deps("lc-tensor")
176+
end)
177177
end
178178
test_proj("test_manual_ast")
179179
if not is_mode("debug") then

src/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ end
3333
if get_config("enable_clangcxx") then
3434
includes("clangcxx")
3535
end
36-
-- includes("tensor")
36+
includes("tensor")

0 commit comments

Comments
 (0)