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 2019/01/08 18:15:16 UTC

[GitHub] eric-haibin-lin commented on a change in pull request #13795: add extra header file to include

eric-haibin-lin commented on a change in pull request #13795: add extra header file to include
URL: https://github.com/apache/incubator-mxnet/pull/13795#discussion_r246099314
 
 

 ##########
 File path: include/mxnet/c_api_common.h
 ##########
 @@ -22,8 +22,8 @@
  * \file c_api_error.h
  * \brief Error handling for C API.
  */
-#ifndef MXNET_C_API_C_API_COMMON_H_
-#define MXNET_C_API_C_API_COMMON_H_
+#ifndef MXNET_C_API_COMMON_H_
+#define MXNET_C_API_COMMON_H_
 
 #include <dmlc/base.h>
 #include <dmlc/logging.h>
 
 Review comment:
   Do you mind pointing out how horovod will use these APIs? 

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