tqchen opened a new pull request, #20359: URL: https://github.com/apache/tvm/pull/20359
Move `SideEffect` and call-effect metadata into shared IR so expression-property queries no longer depend on TIRX or TE. The query accepts shared `Expr` values and preserves runtime-expression traversal, excluding type and lane metadata while retaining interruption and error ordering. Represent TE loads as calls to the registered `te.tensor_load` operator, with the tensor followed by its indices. Existing TE helpers validate and decode this representation for tensor discovery and lowering. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
