quic-sanirudh opened a new pull request, #13958: URL: https://github.com/apache/tvm/pull/13958
When `ScheduleTransformLayout` is called, the block corresponding to the BlockRV named `block` is potentially changed. The symbol_table_ however is not updated for changes to BlockRV and hence when the same blockRV `block` is passed to `ScheduleSetAxisSeparator`, the sref corresponding to that is invalid and that results in crash as unknown type_index_ This PR is a temporary fix and a permanent fix would probably need to identify that the BlockRV is not pointing to a valid sref and throw a proper error or update the symbol_table_ appropriately to avoid this error completely. -- 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]
