tqchen opened a new pull request, #20017: URL: https://github.com/apache/tvm/pull/20017
TIRx currently re-declares many attributes that are owned by S-TIR, along with several legacy attributes that no longer have consumers. Keeping duplicate names makes ownership ambiguous and lets consumers accidentally depend on transitive declarations.\n\nThis change leaves TIRx with only the attributes needed by low-level lowering and code generation, removes unused legacy declarations, moves `buffer_bound` to S-TIR, and updates the remaining cross-layer consumers to include and use the S-TIR declarations explicitly. Attribute string values remain unchanged. -- 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]
