Skip to content

Commit 817fb39

Browse files
committed
issue/133: modified lua
1 parent 01e08e4 commit 817fb39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: xmake/kunlun.lua

-2
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,9 @@ target("infiniop-kunlun")
7070
-- compile handwriting kernel
7171
local xpu_files = os.files(src_dir .. "/ops/*/kunlun/*.xpu")
7272
table.join2(xpu_files, os.files(src_dir .. "/binary/kunlun/*.xpu"))
73-
7473
if #xpu_files > 0 then
7574
add_files(xpu_files, {rule = "xpu"})
7675
end
77-
7876
target_end()
7977

8078
target("infinirt-kunlun")

0 commit comments

Comments
 (0)