Lunderberg opened a new pull request, #12259: URL: https://github.com/apache/tvm/pull/12259
If the injected index expressions can be simplified to Ramp nodes (e.g. `Ramp(0,1,4)` resulting in `Ramp(vthread*4, 1, 4)` instead of `Ramp(0,1,4) + Broadcast(vthread*4, 4)`), these can be identified as vector access in later passes. Simplifying at the time of substitution avoids requiring all downstream passes to perform the simplification. -- 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]
