mbs-octoml opened a new pull request, #11993:
URL: https://github.com/apache/tvm/pull/11993

   See https://github.com/apache/tvm-rfcs/blob/main/rfcs/0062-collage.md.
   
   (Special thanks to Matthew Barrett for authoring partition_rule_test.cc and 
suggesting a PR partitioning strategy.)
   
   Collage uses a small 'combinator library' of PartitionRule to decribe how 
candidate partitions can be extracted from a model for measurement and 
comparison. This introduces most of that machinery, however we defer the all 
important 'CombinerPartitionRule' for the next PR. Thus the rules at this stage 
can only express the sorts of DFPattern-based rules we find in most BYOC 
integrations, and cannot describe rules more traditionally associated with 
operator fusion.
   
   Based on #11981.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to