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] Clear screen only when specified #14785

Merged

Conversation

junrushao
Copy link
Member

MetaSchedule clears screen by default at the moment, which means previous warnings and error messages are flushed away even if they are helpful in debugging. This PR changes the behavior by requiring the env variable TVM_META_SCHEDULE_CLEAR_SCREEN to enable screen clearing.

@tvm-bot
Copy link
Collaborator

tvm-bot commented May 6, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

MetaSchedule clears screen by default at the moment, which means
previous warnings and error messages are flushed away even if they are
helpful in debugging. This PR changes the behavior by requiring the env
variable `TVM_META_SCHEDULE_CLEAR_SCREEN` to enable screen clearing.
@junrushao junrushao force-pushed the feature/2023-05-05/clear-screen branch from 474e791 to aa73a61 Compare May 6, 2023 04:50
@spectrometerHBH spectrometerHBH merged commit bf1be35 into apache:main May 6, 2023
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.

3 participants