quic-sanirudh opened a new pull request, #13827:
URL: https://github.com/apache/tvm/pull/13827

   When a PrimFunc contains the `schedule_rule` attribute, all schedule rules 
are ignored except `ApplyCustomRule()`, regardless of whether 
`ApplyCustomRule()` itself is available or not.
   
   This patch changes the code so that `schedule_rule` attribute is only 
considered when `ApplyCustomRule()` is one of the schedule_rules passed to 
post_order_apply and ignored otherwise in favor of the existing custom rules.
   
   This was needed as some topi.nn computes contain the `schedule_rule` 
attribute, which causes them to be ignored by meta_schedule irrespective of 
whether a custom rule function is registered or not.


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