MasterJH5574 opened a new pull request, #13203: URL: https://github.com/apache/tvm/pull/13203
This PR fixes a bug of affine-binding check in TIR. Previously, the affine-binding check will call `DetectIterMap` with trivial iterators simplified. However, this will cause some blocks with affine bindings not recognized as having affine bindings (see the regression test for a concrete example). This PR specifies that we do not simplify the trivial iterators when checking affine bindings. cc @spectrometerHBH @vinx13 @junrushao @wrongtest-intellif -- 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]
