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

Class TPendingMessage

library/cpp/netliba/v12/ib_collective.cpp:665–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663
664 class TIBCollective: public IIBCollective {
665 struct TPendingMessage {
666 int QPN;
667 ui64 WorkId;
668
669 TPendingMessage() {
670 Zero(*this);
671 }
672 TPendingMessage(int qpn, ui64 wid)
673 : QPN(qpn)
674 , WorkId(wid)
675 {
676 }
677 };
678
679 struct TBlockInform {
680 TAllDataSync::TBlockInfo RemoteBlocks[2];

Callers 3

GetMsgMethod · 0.70
ProcessSendCompletionMethod · 0.70
WaitForMsgMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected