@@ -383,6 +383,10 @@ int mscclppIbQp::stageSendWithImm(struct mscclppIbMr *ibMr, const mscclppIbMrInf
intmscclppIbQp::postSend()
{
if(this->wrn==0){
return0;
}
structibv_send_wr*bad_wr;
intret=ibv_post_send(this->qp,this->wrs,&bad_wr);
if(ret!=0){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.