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] Fix anchor-block flow with empty design space generator #14047

Merged
merged 2 commits into from
Feb 22, 2023

Conversation

Icemist
Copy link
Contributor

@Icemist Icemist commented Feb 19, 2023

In the current implementation when creating an empty design space generator for anchor-block module equality, tuning records of no sense are generated (with one operation sch.enter_postproc() which is no-op) but the implementation of anchor trace applying requires meaningful instructions, so it makes sense to filter out such instructions at receiving stage (function GetTopK).

@tvm-bot
Copy link
Collaborator

tvm-bot commented Feb 19, 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

@Icemist
Copy link
Contributor Author

Icemist commented Feb 20, 2023

@tvm-bot rerun

@Icemist
Copy link
Contributor Author

Icemist commented Feb 20, 2023

cc @echuraev @masahi

@Icemist
Copy link
Contributor Author

Icemist commented Feb 22, 2023

@tvm-bot rerun

@Icemist
Copy link
Contributor Author

Icemist commented Feb 22, 2023

cc @vinx13 @junrushao

@masahi masahi merged commit 19d970c into apache:main Feb 22, 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