mbaret opened a new pull request #5134: [RELAY] Add MergeCompilerRegions pass
URL: https://github.com/apache/incubator-tvm/pull/5134
 
 
   This is part of the infrastructure necessary to support multiple outputs in 
the BYOC graph partitioning framework. It corresponds to step 3 of the flow 
outlined 
[here](https://discuss.tvm.ai/t/rfc-byoc-an-extended-graph-partitioning-flow/6028)
 and implements the algorithm described in this 
[RFC](https://discuss.tvm.ai/t/relay-improved-graph-partitioning-algorithm/5830).
 In summary, it merges together consecutive operators supported by the same 
target while ensuring that no data dependency issues are created.
   
   This PR depends upon the utility functions provided by the 
[AnnotationRegionSet PR](https://github.com/apache/incubator-tvm/pull/5030).

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to