Commit b17a89df authored by xgqdut2016's avatar xgqdut2016
Browse files

issue/684: QY机器添加通信库编译选项

parent 79e6883b
...@@ -326,6 +326,7 @@ target("infiniccl") ...@@ -326,6 +326,7 @@ target("infiniccl")
end end
if has_config("qy-gpu") then if has_config("qy-gpu") then
add_deps("infiniccl-qy") add_deps("infiniccl-qy")
add_files("build/.objs/infiniccl-qy/rules/qy.cuda/src/infiniccl/cuda/*.cu.o", {public = true})
end end
if has_config("moore-gpu") then if has_config("moore-gpu") then
......
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