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
718b18cf
Unverified
Commit
718b18cf
authored
Feb 24, 2026
by
thatPepe
Committed by
GitHub
Feb 24, 2026
Browse files
Merge pull request #1026 from InfiniTensor/issue/1025_t
issue/1025 - temporarily disable paged op compilation on hygon
parents
784139b9
930af1b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
xmake/hygon.lua
xmake/hygon.lua
+2
-0
No files found.
xmake/hygon.lua
View file @
718b18cf
...
@@ -70,6 +70,8 @@ target("infiniop-hygon")
...
@@ -70,6 +70,8 @@ target("infiniop-hygon")
-- 复用NVIDIA的CUDA实现,通过HIP兼容层
-- 复用NVIDIA的CUDA实现,通过HIP兼容层
add_files
(
"../src/infiniop/devices/nvidia/*.cu"
,
"../src/infiniop/ops/*/nvidia/*.cu"
)
add_files
(
"../src/infiniop/devices/nvidia/*.cu"
,
"../src/infiniop/ops/*/nvidia/*.cu"
)
-- temporarily disble paged ops for hygon
remove_files
(
"../src/infiniop/ops/paged*/nvidia/*.cu"
)
if
has_config
(
"ninetoothed"
)
then
if
has_config
(
"ninetoothed"
)
then
add_files
(
"../build/ninetoothed/*.c"
,
"../build/ninetoothed/*.cpp"
,
{
cxxflags
=
{
"-Wno-return-type"
}})
add_files
(
"../build/ninetoothed/*.c"
,
"../build/ninetoothed/*.cpp"
,
{
cxxflags
=
{
"-Wno-return-type"
}})
...
...
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