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/06/16 07:43:53 UTC

[GitHub] [tvm] junrushao1994 opened a new pull request, #11747: [Bugfix][MetaSchedule] Filter out dynamic extents

junrushao1994 opened a new pull request, #11747:
URL: https://github.com/apache/tvm/pull/11747

   Previously only static shape computation is allowed in our tuning
   system. However, one special case is overlooked: the reduction iter vars
   could still have dynamic iteration domains which depend on other data
   parallel vars. This PR rules out this case by carefully checking all the
   loop extents during task extraction.
   
   Related issue: https://github.com/apache/tvm/issues/11746.
   


-- 
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] Hzfengsy merged pull request #11747: [Bugfix][MetaSchedule] Filter out dynamic extents

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


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