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 2021/10/08 01:54:10 UTC

[GitHub] [tvm] MasterJH5574 opened a new pull request #9228: [BugFix] Fix a predicate bug in TIR schedule primitive `rfactor`

MasterJH5574 opened a new pull request #9228:
URL: https://github.com/apache/tvm/pull/9228


   This PR fixes a bug in the `rfactor` schedule primitive in TIR, with a regression test.
   
   Before this PR, `rfactor` failed to handle the blocks who have non-true predicate: the generated new predicate reuses some old loop variables, which were supposed to be substituted with new loop variables. This PR fixes this bug.
   
   ---
   
   cc @junrushao1994 @Hzfengsy @tqchen 


-- 
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] junrushao1994 merged pull request #9228: [BugFix] Fix a predicate bug in TIR schedule primitive `rfactor`

Posted by GitBox <gi...@apache.org>.
junrushao1994 merged pull request #9228:
URL: https://github.com/apache/tvm/pull/9228


   


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