sbodenstein commented on a change in pull request #8013: Add ability to query
MXNet version to C API
URL: https://github.com/apache/incubator-mxnet/pull/8013#discussion_r141234680
##########
File path: src/c_api/c_api.cc
##########
@@ -136,6 +136,8 @@ int MXSetNumOMPThreads(int thread_num) {
API_END();
}
+int MXGetVersion() { return static_cast<int>(MXNET_VERSION); }
Review comment:
Ok, fixed.
----------------------------------------------------------------
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