wrongtest-intellif commented on PR #12084:
URL: https://github.com/apache/tvm/pull/12084#issuecomment-1183843627

   > #12019 seems relevant but does not fix the issue.
   
   I agree~ I think #12019 is only a patch for the issue.  I am not sure 
whether variable allocation extents are allowed or not by our design 
previously. 
   
   Thus It does not avoid all cases (only loop var dependent allocations). And 
const int bound may works poorly on certain extents. For example, `min(i * 32 + 
j + 3, 224) - max(i * 32 + j - 3, 0)`.
   


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