ashokei commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r221038039
########## 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` Review comment: we use `MXNET_NGRAPH_GLUON` env var for enabling/disabling mxnet imperative/gluon execution support for ngraph integration. This is not related(does not effect) to `MXNET_SUBGRAPH_BACKEND`. ---------------------------------------------------------------- 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
