Skip to content

Commit 930af1b

Browse files
committed
issue/1025 - temporarily disable paged op compilation on hygon
1 parent 784139b commit 930af1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xmake/hygon.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ target("infiniop-hygon")
7070

7171
-- 复用NVIDIA的CUDA实现,通过HIP兼容层
7272
add_files("../src/infiniop/devices/nvidia/*.cu", "../src/infiniop/ops/*/nvidia/*.cu")
73+
-- temporarily disble paged ops for hygon
74+
remove_files("../src/infiniop/ops/paged*/nvidia/*.cu")
7375

7476
if has_config("ninetoothed") then
7577
add_files("../build/ninetoothed/*.c", "../build/ninetoothed/*.cpp", {cxxflags = {"-Wno-return-type"}})

0 commit comments

Comments
 (0)