We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 784139b + 930af1b commit 718b18cCopy full SHA for 718b18c
1 file changed
xmake/hygon.lua
@@ -70,6 +70,8 @@ target("infiniop-hygon")
70
71
-- 复用NVIDIA的CUDA实现,通过HIP兼容层
72
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")
75
76
if has_config("ninetoothed") then
77
add_files("../build/ninetoothed/*.c", "../build/ninetoothed/*.cpp", {cxxflags = {"-Wno-return-type"}})
0 commit comments