Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
39f9c349
Commit
39f9c349
authored
Jan 09, 2026
by
PanZezhong
Browse files
issue/810 fix double compile
parent
0fa8805e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
xmake.lua
xmake.lua
+0
-8
No files found.
xmake.lua
View file @
39f9c349
...
...
@@ -431,15 +431,7 @@ target("_infinicore")
add_linkdirs
(
INFINI_ROOT
..
"/lib"
)
add_links
(
"infiniop"
,
"infinirt"
,
"infiniccl"
)
add_files
(
"src/infinicore/*.cc"
)
add_files
(
"src/infinicore/context/*.cc"
)
add_files
(
"src/infinicore/context/*/*.cc"
)
add_files
(
"src/infinicore/tensor/*.cc"
)
add_files
(
"src/infinicore/graph/*.cc"
)
add_files
(
"src/infinicore/nn/*.cc"
)
add_files
(
"src/infinicore/ops/*/*.cc"
)
add_files
(
"src/infinicore/pybind11/**.cc"
)
add_files
(
"src/utils/*.cc"
)
set_installdir
(
"python/infinicore"
)
target_end
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment