Laurawly commented on a change in pull request #8915: NVLink communication 
pattern updated 
URL: https://github.com/apache/incubator-mxnet/pull/8915#discussion_r154875860
 
 

 ##########
 File path: src/kvstore/comm.h
 ##########
 @@ -693,9 +729,41 @@ class CommDevice : public Comm {
           min_size = size;
         }
       }
-      buf.merged = NDArray(s, ctx, false, type);
+      stage.merged = NDArray(s, ctx, false, type);
       ctx_info[ctx.dev_id].second += s.Size();
     }
+    } else {
 
 Review comment:
   It'll avoid using QPIs.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to