提交 c76789a5 编写于 作者: M Megvii Engine Team

feat(mge/imperative): add io remote wrapper

GitOrigin-RevId: 6dae8287d3dda50a52c3f1de86bae7a72daea397
上级 9006d76b
......@@ -59,7 +59,7 @@ void RemoteSend::scn_do_execute() {
comp_node.get_uid());
m_megray_comm = MegRayCommBuilder::get_megray_comm(
reg_info.hash, m_key, 2, 0, MegRay::MEGRAY_UCX, m_group_client);
reg_info.hash, m_key, 2, 0, MegRay::MEGRAY_NCCL, m_group_client);
m_megray_ctx = MegRay::CudaContext::make(get_stream(output(0)));
......@@ -158,7 +158,7 @@ void RemoteRecv::scn_do_execute() {
comp_node.get_uid());
m_megray_comm = MegRayCommBuilder::get_megray_comm(
reg_info.hash, m_key, 2, 1, MegRay::MEGRAY_UCX, m_group_client);
reg_info.hash, m_key, 2, 1, MegRay::MEGRAY_NCCL, m_group_client);
m_megray_ctx = MegRay::CudaContext::make(get_stream(output(0)));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册