quic-sanirudh opened a new pull request, #15034: URL: https://github.com/apache/tvm/pull/15034
This PR does 2 major changes to TIR. 1. Move stage_pipeline member into `BlockInfo` from `BlockScope` 2. Extract `BlockScope` outside schedule This is the first step of a change to expose block level dependence analysis to TIR passes. This PR moves BlockScope to be outside schedules so that it can be used in a follow-up analysis pass to compute block level dependences if needed for a transformation pass. There is some extra discussion about this change in [this discussion forum post](https://discuss.tvm.apache.org/t/why-is-block-dependency-info-attached-to-schedules/14975) -- 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]
