zxybazh commented on PR #13827: URL: https://github.com/apache/tvm/pull/13827#issuecomment-1401005021
Thanks for contributing! IIUC, you would like to apply non custom schedule rules to a block that has `schedule_rule` attribute. May I ask why is the attribute `schedule_rule` necessary if the custom schedule rule is not applied, i.e., can you remove the attribute instead? On the other hand, if we set `schedule_rule` to `None` we can avoid certain block being used for schedule rule application, this PR would break the assumption here. -- 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]
