LeiWang1999 commented on PR #15264:
URL: https://github.com/apache/tvm/pull/15264#issuecomment-1865622648
insert `(*indices).MutateByApply(
[&](const PrimExpr& e) { return SimplifyNonTrivialExpr(e,
analyzer_); });`
before
https://github.com/apache/tvm/blob/f36a093c20963a3827be0cf4fd5e15a0cac69f31/src/tir/schedule/primitive/layout_transformation.cc#L806-L807
to simplify the indice works for me. looks like it's removed by this commit,
wonder if there’s a specific rationale behind it.
--
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]