mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 17:26:04 +00:00
Fix IB write issue
This commit is contained in:
@@ -128,6 +128,7 @@ IbQp::IbQp(void* ctx, void* pd, int port)
|
||||
throw std::runtime_error(err.str());
|
||||
}
|
||||
this->qp = _qp;
|
||||
this->wrn = 0;
|
||||
MSCCLPPTHROW(mscclppCalloc(reinterpret_cast<struct ibv_send_wr**>(&this->wrs), MSCCLPP_IB_MAX_SENDS));
|
||||
MSCCLPPTHROW(mscclppCalloc(reinterpret_cast<struct ibv_sge**>(&this->sges), MSCCLPP_IB_MAX_SENDS));
|
||||
MSCCLPPTHROW(mscclppCalloc(reinterpret_cast<struct ibv_wc**>(&this->wcs), MSCCLPP_IB_CQ_POLL_NUM));
|
||||
|
||||
Reference in New Issue
Block a user