apeskov opened a new pull request, #14732: URL: https://github.com/apache/tvm/pull/14732
Custom rule mechanics allows to have "schedule_rule" attribute equals "None". This value will be ignored by `ApplyCustomRuleNode`. But also this block will be ignore by all other rules. It happens because of improper check in `PostOrderApplyNode`. This patch allows to use regular rules in case of `schedule_rule=="None"`. -- 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]
