Lunderberg opened a new pull request, #17219:
URL: https://github.com/apache/tvm/pull/17219

   Prior to this commit, the `axis_separators` field of a TIR buffer wasn't 
validated until the `tir.FlattenBuffer` legalization pass. Delaying the error 
until this point makes it difficult to determine where it invalid 
`axis_separators` were initially defined.
   
   This commit updates the `tir::Buffer` constructor to validate the 
`axis_separators` field immediately, allowing these invalid values to be caught 
on construction.
   
   Closes https://github.com/apache/tvm/issues/17215


-- 
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]

Reply via email to