comaniac commented on pull request #8457:
URL: https://github.com/apache/tvm/pull/8457#issuecomment-879236252


   > Thanks!
   > I'm thinking that if loop partition can solve this problem? @comaniac 
@junrushao1994
   > For example, with a dimension of 301, partition it to a 300 loop and a 
single 1 loop, then process vectorize in the 300 loop.
   > Looks like this can be more easily implemented in TensorIR's block scope.
   
   Right. Both loop partitioning and input padding can resolve this issue as 
well.


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