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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
