-
Notifications
You must be signed in to change notification settings - Fork 344
Micro-benchmark inference #1759
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/1759
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
0fc7212
to
24bea42
Compare
e9c3a10
to
a750f7c
Compare
a750f7c
to
a828f5b
Compare
vkuzo
reviewed
Feb 26, 2025
vkuzo
reviewed
Feb 26, 2025
vkuzo
reviewed
Feb 26, 2025
vkuzo
reviewed
Feb 26, 2025
vkuzo
reviewed
Feb 26, 2025
9ad0123
to
7a436db
Compare
drisspg
reviewed
Feb 27, 2025
drisspg
reviewed
Feb 27, 2025
drisspg
reviewed
Feb 27, 2025
87e16ca
to
58d897e
Compare
58d897e
to
cfe2688
Compare
HDCharles
reviewed
Mar 12, 2025
HDCharles
approved these changes
Mar 12, 2025
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
6cfd1db
to
22b3ddd
Compare
vkuzo
reviewed
Mar 12, 2025
vkuzo
reviewed
Mar 12, 2025
vkuzo
reviewed
Mar 12, 2025
vkuzo
reviewed
Mar 12, 2025
vkuzo
reviewed
Mar 12, 2025
vkuzo
reviewed
Mar 12, 2025
0f9e105
to
0a2499c
Compare
b371ee1
to
2193189
Compare
5377203
to
a2685a0
Compare
liangel-02
pushed a commit
that referenced
this pull request
Aug 25, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
topic: new feature
Use this tag if this PR adds a new feature
topic: performance
Use this tag if this PR improves the performance of a feature
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the first PR, in the benchmarking effort. It provides the outline to setup inference microbenchmarking for quant api's in torchao.
The different inputs like quantization techniques, matrix sizes, compile, sparsity etc, will be given as input to the python script. The options are re-defined in the scipt for quantization techniques, and a developer can add new quant technique. The script will generate a csv with performance numbers, and that'll be used to plot charts and as an input to dashboard . The script performs the following tasks:
Future PRs will include more config options and process the generated results.
benchmark_config.yml
Run command:
Output will be stored in