wrongtest-intellif opened a new pull request, #14451:
URL: https://github.com/apache/tvm/pull/14451

   Hi, the change wants to fix https://github.com/apache/tvm/issues/14364 where 
our `compute-inline` validity check failed. 
   - Do not depend on undefined var counting, since dynamic loop extents may 
also be counted. The fast path just check the store indices should be the same 
with the block iter vars, which would cover the most cases.
   - Add fallback implementation for store indices which are bijective wrt 
block iter vars, which is already utilized in `reverse-compute-inline` 
implementation.
   - The change do not check the inlined producer's region cover the consumer. 
Refer to unittest `test_compute_inline_out_of_bound_consumer`, the previous 
behavior is not changed in this MR.


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