comaniac commented on a change in pull request #5195: [RELAY] Fixes to
MergeCompilerRegions
URL: https://github.com/apache/incubator-tvm/pull/5195#discussion_r401134416
##########
File path: src/relay/transforms/merge_compiler_regions.cc
##########
@@ -239,10 +258,14 @@ class RegionMerger : public ExprVisitor {
void VisitExpr_(const CallNode* call) final {
if (call->op == compiler_end_op) {
auto region = regions_->GetRegion(GetRef<Call>(call));
+ auto node = (*region->GetOutputs().begin()).as<CallNode>();
+ std::string name = "";
Review comment:
What is this `name` for?
----------------------------------------------------------------
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