mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - 
nGraph initial integration
URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r221036033
 
 

 ##########
 File path: src/executor/graph_executor.cc
 ##########
 @@ -1590,7 +1590,7 @@ Executor *Executor::SimpleBind(nnvm::Symbol symbol,
                                std::unordered_map<std::string, NDArray>* 
shared_buffer,
                                Executor* shared_exec) {
   auto exec = new exec::GraphExecutor();
-  if (!exec->subgraph_property().empty()) {
+  if (!exec->subgraph_property().empty() && group2ctx.empty()) {
 
 Review comment:
   Tests fail after PartitionGraph when we don't fuse select anything with 
nGraph.

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

Reply via email to