-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[MetaSchedule][UX] Support Interactive Performance Table Printing in Notebook #13006
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][UX] Support Interactive Performance Table Printing in Notebook #13006
Conversation
7bd953f to
4ae69f8
Compare
|
Ready for review and the current logger can:
|
|
CC @MasterJH5574 @spectrometerHBH would you like to review? |
MasterJH5574
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
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 |
531bee8 to
14eb5eb
Compare
MasterJH5574
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm very good with this now! Thanks @zxybazh for supporting the nice-looking table printing!
…Notebook (apache#13006) * Support interactive table printing. * Rebase. * Fix jupyter outputs. * Fix CI. * fix CI. * Change file to filename. * Address issues.
…Notebook (apache#13006) * Support interactive table printing. * Rebase. * Fix jupyter outputs. * Fix CI. * fix CI. * Change file to filename. * Address issues.
This PR further addes interactive table printing functionality following #12866, now performance table are print in dataframe style if running in jupyter notebook. Sample notebook see here

CC @junrushao