comaniac commented on a change in pull request #5277: [BYOC] Refine
AnnotateTarget and MergeCompilerRegion Passes
URL: https://github.com/apache/incubator-tvm/pull/5277#discussion_r406463527
##########
File path: src/relay/analysis/annotated_region_set.h
##########
@@ -184,11 +193,11 @@ class AnnotatedRegionSetNode : public Object {
void AddToRegion(AnnotatedRegion dest, const Expr& expr);
/*!
- * \brief Make a new region.
+ * \brief Make a new region for a target.
*
* \return The new region.
*/
- AnnotatedRegion MakeRegion();
+ AnnotatedRegion MakeRegion(std::string target);
Review comment:
done
----------------------------------------------------------------
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