Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MetaSchedule] Misc updates for tuning end-to-end workloads #10776

Merged

Conversation

junrushao
Copy link
Member

No description provided.

@@ -234,7 +234,7 @@ def extract_task_from_relay(
if not isinstance(target, Target):
target = Target(target)

with target, transform.PassContext(
with autotvm_silencer(), target, transform.PassContext(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm still seeing:

WARNING:autotvm:One or more operators have not been tuned. Please tune your model for better performance. Use DEBUG logging level to see more details.

so probably we still need to silence AutoTVM to avoid confusion :-)

@junrushao junrushao force-pushed the bugfix/2022-03-24/misc-meta-schedule branch from ec3d1df to 2e462b2 Compare March 24, 2022 22:37
@junrushao junrushao force-pushed the bugfix/2022-03-24/misc-meta-schedule branch from 2e462b2 to 2d8008a Compare March 24, 2022 22:45
@Hzfengsy Hzfengsy merged commit 8ebdf6e into apache:main Mar 25, 2022
pfk-beta pushed a commit to pfk-beta/tvm that referenced this pull request Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants