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

   * loop_partition support loop unroll for special case
   * fix pragma_loop_partition_hint attrs should check it's value
   
   Current  LoopPartition pass, for multiple conditions, when only part 
conditions are satisfied, it will be partitioned together.
   
   This PR add a pragma attr key partition_unroll_hint, which can be tagged 
explicitly in TIR schedule phase and then the LoopPartition pass will consider 
all the conditions. If It doesn't satisfy all the conditions, the loop number 
will be unrolled.
   
   @wrongtest-intellif @Hzfengsy 


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