-
Notifications
You must be signed in to change notification settings - Fork 413
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
support ET dump for llama3 runner #7507
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7507
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 25db0b5 with merge base 54f0786 (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D67656207 |
1d5122f
to
83e01d8
Compare
Summary: Support ET dump for llama3 runner to easy understand the regression performance issue Differential Revision: D67656207
This pull request was exported from Phabricator. Differential Revision: D67656207 |
Summary: Support ET dump for llama3 runner to easy understand the regression performance issue Reviewed By: Andriyluck, limintang Differential Revision: D67656207
83e01d8
to
acdefd9
Compare
This pull request was exported from Phabricator. Differential Revision: D67656207 |
gen_etdump_ = true; | ||
switch(eval_mode) { | ||
case EvalMode::kPrefill: | ||
prefill_dump_ = new torch::executor::ETDumpGen(); |
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.
Maybe use smart pointer to take care of life cycle.
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.
update the diff with smart pointer
Summary: Support ET dump for llama3 runner to easy understand the regression performance issue Reviewed By: Andriyluck, limintang Differential Revision: D67656207
acdefd9
to
541ef6c
Compare
This pull request was exported from Phabricator. Differential Revision: D67656207 |
541ef6c
to
1123e3f
Compare
Summary: Support ET dump for llama3 runner to easy understand the regression performance issue Reviewed By: Andriyluck, limintang Differential Revision: D67656207
This pull request was exported from Phabricator. Differential Revision: D67656207 |
Summary: Support ET dump for llama3 runner to easy understand the regression performance issue Reviewed By: Andriyluck, limintang Differential Revision: D67656207
1123e3f
to
25db0b5
Compare
This pull request was exported from Phabricator. Differential Revision: D67656207 |
Summary: Support ET dump for llama3 runner to easy understand the regression performance issue
Differential Revision: D67656207