You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "zxybazh (via GitHub)" <gi...@apache.org> on 2023/01/23 21:27:15 UTC

[GitHub] [tvm] zxybazh commented on pull request #13827: [Metaschedule] ApplyCustomRule only if present

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org