Migrate micro benchmark results to benchmark database schema v3#141745
Closed
huydhn wants to merge 1 commit intopytorch:mainfrom
Closed
Migrate micro benchmark results to benchmark database schema v3#141745huydhn wants to merge 1 commit intopytorch:mainfrom
huydhn wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/141745
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 9057b59 with merge base 45ed7c1 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
yanboliang
approved these changes
Dec 2, 2024
Contributor
Author
|
@pytorchbot merge -f 'No need to run trunk jobs' |
Collaborator
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
pobin6
pushed a commit
to pobin6/pytorch
that referenced
this pull request
Dec 5, 2024
…rch#141745) Similar to pytorch#141087, this uploads the micro benchmark results to benchmark database with its new schema v3. The data can then be queried. ~I'm testing with `inductor-micro-benchmark-x86` which should be sufficient because `inductor-micro-benchmark` is broken atm. The CSV output stays for now until the dashboard is migrated to schema v3.~ pytorch#141747 has been resolved, so inductor-micro-benchmark should work now Pull Request resolved: pytorch#141745 Approved by: https://github.com/yanboliang
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Similar to #141087, this uploads the micro benchmark results to benchmark database with its new schema v3. The data can then be queried.
I'm testing with#141747 has been resolved, so inductor-micro-benchmark should work nowinductor-micro-benchmark-x86which should be sufficient becauseinductor-micro-benchmarkis broken atm. The CSV output stays for now until the dashboard is migrated to schema v3.