-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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] Add pass instrument to MetaSchedule api #13688
Conversation
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 |
What's the use case of this param during tuning? |
A couple use cases:
|
Is this needed only if #13470 doesn't get in? |
Yes that is correct. |
881fa5f
to
0306c95
Compare
Add the `instrument` parameter from the `PassContext` api to the meta schedule tuning api.
0306c95
to
5b78e6b
Compare
Hopefully we overhaul the current API to clean up mostly unused parameters. |
* [MetaSchedule] Add pass instrument to MetaSchedule api Add the `instrument` parameter from the `PassContext` api to the meta schedule tuning api. * lint
Add the
instrument
parameter from thePassContext
api to the meta schedule tuning api.@masahi @junrushao