We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784139b commit 930af1bCopy full SHA for 930af1b
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