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
74b05cdb
Commit
74b05cdb
authored
Mar 06, 2026
by
wooway777
Browse files
issue/1033 - fix xmake.lua for fa target
parent
dce99862
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
xmake.lua
xmake.lua
+1
-1
No files found.
xmake.lua
View file @
74b05cdb
...
...
@@ -462,7 +462,7 @@ target("infinicore_cpp_api")
add_linkdirs
(
INFINI_ROOT
..
"/lib"
)
add_links
(
"infiniop"
,
"infinirt"
,
"infiniccl"
)
if
get_config
(
"flash-attn"
)
~
=
nil
then
if
get_config
(
"flash-attn"
)
=
=
true
then
add_installfiles
(
"(builddir)/$(plat)/$(arch)/$(mode)/flash-attn*.so"
,
{
prefixdir
=
"lib"
})
if
has_config
(
"nv-gpu"
)
then
add_deps
(
"flash-attn-nvidia"
)
...
...
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