Unverified Commit 718b18cf authored by thatPepe's avatar thatPepe Committed by GitHub
Browse files

Merge pull request #1026 from InfiniTensor/issue/1025_t

issue/1025 - temporarily disable paged op compilation on hygon
parents 784139b9 930af1b9
...@@ -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"}})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment