MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / group_barrier

Method group_barrier

src/opr-mm/impl/mm_handler.cpp:130–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void GroupServerProxy::group_barrier(
131 void* input_ptr, size_t input_len, std::string* output) {
132 INFO_INIT(mm_handler, GroupBarrier);
133 uint32_t rsp_size = m_mgr.group_barrier(req.size(), req.rank());
134 rsp.set_size(rsp_size);
135 rsp.SerializeToString(output);
136}
137#undef INFO_INIT
138
139/* ======================== GroupClientProxy ========================== */

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
rankMethod · 0.45

Tested by

no test coverage detected