MCPcopy Create free account
hub / github.com/catboost/catboost / ~TIBRecvMicro

Method ~TIBRecvMicro

library/cpp/netliba/v6/ib_collective.cpp:1305–1310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1303 }
1304
1305 TIBRecvMicro::~TIBRecvMicro() {
1306 if (Data) {
1307 IB.BP->FreeBuf(Id);
1308 IB.BP->PostRecv();
1309 }
1310 }
1311
1312 IIBCollective* CreateCollective(const TCollectiveInit& params, TCollectiveLinkSet* resLinks) {
1313 return new TIBCollective(GetIBDevice(), GetIBMemPool(), params, resLinks);

Callers

nothing calls this directly

Calls 2

FreeBufMethod · 0.45
PostRecvMethod · 0.45

Tested by

no test coverage detected