Re: [PR] [TVMScript] Represent tir::builtin::ret() using python "return" [tvm]

2024-02-27 Thread via GitHub
tqchen merged PR #16640: URL: https://github.com/apache/tvm/pull/16640 -- 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:

[PR] [TVMScript] Represent tir::builtin::ret() using python "return" [tvm]

2024-02-23 Thread via GitHub
Lunderberg opened a new pull request, #16640: URL: https://github.com/apache/tvm/pull/16640 The TIR equivalent of python's `return` statement is the `tir::builtin::ret()` operator. Prior to this commit, this was printed as `T.ret(value)`, and any use of `return` statement in TVMScript