Lunderberg commented on issue #17215: URL: https://github.com/apache/tvm/issues/17215#issuecomment-2258659343
Looks like this is an invalid value for `axis_separators`. They are required to be in increasing order, with at least one buffer axis between each sequential pair. Using `axis_separators=[1]` for a buffer of dimension 1 is invalid. However, this should have been caught much earlier, rather than being delayed until the `tir.FlattenBuffer` pass. -- 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]
