Lunderberg opened a new pull request, #12720: URL: https://github.com/apache/tvm/pull/12720
Implementation of API in `tvm.tir.schedule` for layout transformations with padding, as part of https://github.com/apache/tvm/issues/12261, item "Insert pad value into generated TIR, using `tir::if_then_else`, `builtin::assume`, and `builtin::undef`". Following the RFC discussion [here](https://github.com/apache/tvm-rfcs/pull/77#issuecomment-1170294348) and [here](https://github.com/apache/tvm-rfcs/pull/77#issuecomment-1171290053), this commit preferentially rewrites the loops that surround a padded transformation where possible, in order to express padding in terms of `tir::if_then_else`. -- 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]
