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

Method ~TIBRecvMicro

library/cpp/netliba/v12/ib_collective.cpp:1304–1309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1302 }
1303
1304 TIBRecvMicro::~TIBRecvMicro() {
1305 if (Data) {
1306 IB.BP->FreeBuf(Id);
1307 IB.BP->PostRecv();
1308 }
1309 }
1310
1311 IIBCollective* CreateCollective(const TCollectiveInit& params, TCollectiveLinkSet* resLinks) {
1312 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