Lunderberg opened a new pull request, #13431: URL: https://github.com/apache/tvm/pull/13431
Prior to this commit, loop iterators were named `i0`, `i1`, and so on, while the `BlockNode::iter_vars` used the name from the TE `IterVar`. As a result, after `BlockNode::iter_vars` is lowered out, the resulting `PrimFunc` no longer contained the user-generated iterator names. This commit updates the TIR conversion so that the loop iterators take the name of the TE `IterVar`, and the `BlockNode::iter_vars` are named `v_$IterVarName`. -- 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]
