MCPcopy Create free account
hub / github.com/catboost/catboost / CreateCollective

Function CreateCollective

library/cpp/netliba/v6/ib_collective.cpp:1312–1314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1310 }
1311
1312 IIBCollective* CreateCollective(const TCollectiveInit& params, TCollectiveLinkSet* resLinks) {
1313 return new TIBCollective(GetIBDevice(), GetIBMemPool(), params, resLinks);
1314 }
1315}

Callers

nothing calls this directly

Calls 2

GetIBDeviceFunction · 0.70
GetIBMemPoolFunction · 0.70

Tested by

no test coverage detected