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: [email protected] With regards, Apache Git Services
