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 2018/01/12 19:00:05 UTC

[GitHub] piiswrong commented on a change in pull request #9389: [SUBMODULE] Upgrade ps-lite to the latest version

piiswrong commented on a change in pull request #9389: [SUBMODULE] Upgrade ps-lite to the latest version
URL: https://github.com/apache/incubator-mxnet/pull/9389#discussion_r161300646
 
 

 ##########
 File path: src/kvstore/kvstore.cc
 ##########
 @@ -26,8 +26,10 @@
 #include <stdlib.h>
 #include <dmlc/logging.h>
 #include "./kvstore_local.h"
+
 #if MXNET_USE_DIST_KVSTORE
 #include "./kvstore_dist.h"
+std::atomic<int> mxnet::kvstore::KVStoreDist::customer_id_{0};
 
 Review comment:
   What's this for?
   @mli Could you have a look?

----------------------------------------------------------------
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