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
034b1895
Commit
034b1895
authored
Feb 12, 2026
by
zhangyue
Browse files
issue/1008 skip scale_mm compile in iluvatar
parent
7377e711
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
xmake/iluvatar.lua
xmake/iluvatar.lua
+2
-0
No files found.
xmake/iluvatar.lua
View file @
034b1895
...
...
@@ -53,6 +53,8 @@ target("infiniop-iluvatar")
-- set_languages("cxx17") 天数似乎不能用这个配置
add_files
(
"../src/infiniop/devices/nvidia/*.cu"
,
"../src/infiniop/ops/*/nvidia/*.cu"
)
-- skip scaled_mm, adapt it later
remove_files
(
"../src/infiniop/ops/scaled_mm/nvidia/*.cu"
)
-- 天数平台不支持部分 NVIDIA PTX 指令,AWQ 反量化改用 CUDA C++ 实现
add_files
(
"../src/infiniop/ops/dequantize_awq/iluvatar/*.cu"
)
...
...
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