zhiics commented on a change in pull request #5277: [BYOC] Refine
AnnotateTarget and MergeCompilerRegion Passes
URL: https://github.com/apache/incubator-tvm/pull/5277#discussion_r406408975
##########
File path: src/relay/analysis/annotated_region_set.cc
##########
@@ -74,25 +75,21 @@ void AnnotatedRegionSetNode::AddToRegion(AnnotatedRegion
dest, const Expr& expr)
if (src.defined()) {
MergeRegions(src, dest);
} else {
- dest->nodes.insert(expr);
+ dest->nodes_.insert(expr);
}
}
-AnnotatedRegion AnnotatedRegionSetNode::MakeRegion() {
+AnnotatedRegion AnnotatedRegionSetNode::MakeRegion(std::string target) {
Review comment:
const std::string& target
----------------------------------------------------------------
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