reminisce commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220999840
########## File path: NGRAPH_README.md ########## @@ -0,0 +1,38 @@ +# nGraph - MXNet Integration +MXNet nGraph integration is based on [Unified integration with external backend libraries](https://cwiki.apache.org/confluence/display/MXNET/Unified+integration+with+external+backend+libraries) + +After building MXNet with nGraph support, users can enable nGraph backend by setting `MXNET_SUBGRAPH_BACKEND="ngraph"`environmental variable. + +Gluon support is experimental and may or may not yield good performance. Gluon-NGraph +integration can be enabled by setting the environmental variable `MXNET_NGRAPH_GLUON=1` + +## Building with nGraph support +MXnet's experimental support for the Intel nGraph graph compiler can be enabled +using MXnet's build system. Current support is for Linux-based OS's, Mac and Windows +support will be added in future releases. + +When building MXnet with experimental nGraph integration enabled, MXnet's build Review comment: MXNet ---------------------------------------------------------------- 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
