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/12 23:41:34 UTC

[GitHub] [tvm] mbs-octoml opened a new pull request, #12078: [Collage] CombinerRule and CandidatePartition::EstimateCost

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

   See https://github.com/apache/tvm-rfcs/blob/main/rfcs/0062-collage.md.
   
   We complete the PartitionRule sub-class hierarchy with the addition of
   CombinePartitionRule, which allows disjoint candidate partitions to be
   unioned based on simple rules.
    - By TOpPattern kind, eg a kOutElemwiseFusable and kBroadcast.
    - A tuple argument with injective fields.
    - The projection from an injective group (obviously of tuple type)
    - Combinations of the above.
   These let us mimic many common fusion strategies, including TVMs, so that
   the candidates explored during Collage search are as large as possible to
   expose possible fusion opportunities but no larger.
   
   Also completes CandidatePartition with the EstimateCost method, which is
   used during search to construct a stand-alone IRModule for latency estimation.
   
   Finish units tests for PartitionRule and CandidatePartition.


-- 
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 #12078: [Collage] CombinerRule and CandidatePartition::EstimateCost

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

   @mbaret when you get a chance, 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] mbaret merged pull request #12078: [Collage] CombinerRule and CandidatePartition::EstimateCost

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


-- 
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 #12078: [Collage] CombinerRule and CandidatePartition::EstimateCost

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

   CI failure is a flake.


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