junrushao1994 commented on a change in pull request #10497:
URL: https://github.com/apache/tvm/pull/10497#discussion_r820137089
##########
File path: python/tvm/auto_scheduler/relay_integration.py
##########
@@ -482,4 +482,10 @@ def is_auto_scheduler_enabled():
enabled: bool
Whether the auto-scheduler is enabled
"""
- return
PassContext.current().config.get("relay.backend.use_auto_scheduler", False)
+ return PassContext.current().config.get(
+ "relay.backend.use_auto_scheduler",
+ False,
+ ) or PassContext.current().config.get(
+ "relay.backend.use_meta_schedule",
+ False,
+ )
Review comment:
For operator dispatching
--
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]