ptrendx commented on a change in pull request #15167: [WIP] Pointwise fusion
for GPU
URL: https://github.com/apache/incubator-mxnet/pull/15167#discussion_r297855365
##########
File path: src/common/exec_utils.h
##########
@@ -622,6 +622,51 @@ inline nnvm::Graph AssignContext(nnvm::Graph g,
return g;
}
+inline void CopyGraph(nnvm::Graph *dst, const nnvm::Graph &src, bool
copy_variables) {
Review comment:
sure, I will put the functions we introduced in .cc file. However, putting
other functions in exec_utils.cc should be done in another PR.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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