MasterJH5574 opened a new pull request #10804:
URL: https://github.com/apache/tvm/pull/10804


   This PR fixes a bug of `NeedsMultiLevelTiling`, which didn't consider the 
effect of trivial block iterators (iterators whose domains are `[0, 1)`). Such 
iterators impacts the following analysis by overlargely counting the number of 
iterators that are not used to index the block read regions, and might lead to 
the application of multi-level tiling where the rule is supposed not to apply.
   
   To fix the problem, we simply skip such trivial block iterators.
   
   cc @junrushao1994 


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