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
infinilm
Commits
f0fd0463
Unverified
Commit
f0fd0463
authored
Jun 20, 2025
by
PanZezhong1725
Committed by
GitHub
Jun 20, 2025
Browse files
Merge pull request #2 from InfiniTensor/fix_build_complexity
Fixed Build Cemplexity
parents
392f0c26
8cd752ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
xmake.lua
xmake.lua
+3
-1
No files found.
xmake.lua
View file @
f0fd0463
...
@@ -3,7 +3,9 @@ local INFINI_ROOT = os.getenv("INFINI_ROOT") or (os.getenv(is_host("windows") an
...
@@ -3,7 +3,9 @@ local INFINI_ROOT = os.getenv("INFINI_ROOT") or (os.getenv(is_host("windows") an
target
(
"infinicore_infer"
)
target
(
"infinicore_infer"
)
set_kind
(
"shared"
)
set_kind
(
"shared"
)
add_includedirs
(
INFINI_ROOT
..
"/include"
)
add_includedirs
(
"include"
,
{
public
=
false
})
add_includedirs
(
INFINI_ROOT
..
"/include"
,
{
public
=
true
})
add_linkdirs
(
INFINI_ROOT
..
"/lib"
)
add_linkdirs
(
INFINI_ROOT
..
"/lib"
)
add_links
(
"infiniop"
,
"infinirt"
,
"infiniccl"
)
add_links
(
"infiniop"
,
"infinirt"
,
"infiniccl"
)
...
...
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