-
Notifications
You must be signed in to change notification settings - Fork 185
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
Add capability of benchmarking arbitrary binary #1107
Add capability of benchmarking arbitrary binary #1107
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/1107
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 87fdca9 with merge base cf573bd (): BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D64247087 |
Summary: Earlier version only allowed running binary that did not take any args and dependened on resources like model file, tokenizer file etc. This change adds capability of parsing args, sending args to aibench and parsing resources that also needs to be sent to aibench. TODO: add --local to the script to enable benchmarking on locally connected device. Reviewed By: swolchok Differential Revision: D64247087
3e3f45b
to
67a8910
Compare
This pull request was exported from Phabricator. Differential Revision: D64247087 |
67a8910
to
7416560
Compare
Summary: Earlier version only allowed running binary that did not take any args and dependened on resources like model file, tokenizer file etc. This change adds capability of parsing args, sending args to aibench and parsing resources that also needs to be sent to aibench. TODO: add --local to the script to enable benchmarking on locally connected device. Reviewed By: swolchok, kirklandsign Differential Revision: D64247087
This pull request was exported from Phabricator. Differential Revision: D64247087 |
Summary: Earlier version only allowed running binary that did not take any args and dependened on resources like model file, tokenizer file etc. This change adds capability of parsing args, sending args to aibench and parsing resources that also needs to be sent to aibench. TODO: add --local to the script to enable benchmarking on locally connected device. Reviewed By: swolchok, kirklandsign Differential Revision: D64247087
7416560
to
87fdca9
Compare
This pull request was exported from Phabricator. Differential Revision: D64247087 |
Differential Revision: D64247087 Pull Request resolved: #1107
Summary:
Earlier version only allowed running binary that did not take any args and
dependened on resources like model file, tokenizer file etc.
This change adds capability of parsing args, sending args to aibench and
parsing resources that also needs to be sent to aibench.
TODO: add --local to the script to enable benchmarking on locally connected
device.
Reviewed By: swolchok
Differential Revision: D64247087