You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/07/01 21:21:16 UTC

[GitHub] [tvm] mbs-octoml opened a new pull request, #11993: [Collage] PartitionRule (though without CombinePartitionRule)

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] mbs-octoml commented on pull request #11993: [Collage] PartitionRule (though without CombinePartitionRule)

Posted by GitBox <gi...@apache.org>.
mbs-octoml commented on PR #11993:
URL: https://github.com/apache/tvm/pull/11993#issuecomment-1180871880

   This is now based on main and ready for review, thanks.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] mbs-octoml commented on pull request #11993: [Collage] PartitionRule (though without CombinePartitionRule)

Posted by GitBox <gi...@apache.org>.
mbs-octoml commented on PR #11993:
URL: https://github.com/apache/tvm/pull/11993#issuecomment-1172721284

   @mbaret 


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] mbaret merged pull request #11993: [Collage] PartitionRule (though without CombinePartitionRule)

Posted by GitBox <gi...@apache.org>.
mbaret merged PR #11993:
URL: https://github.com/apache/tvm/pull/11993


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org