You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/05 08:33:42 UTC

[GitHub] Laurawly commented on a change in pull request #8915: NVLink communication pattern updated

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:
users@infra.apache.org


With regards,
Apache Git Services