-
Notifications
You must be signed in to change notification settings - Fork 24.2k
Add a custom profiler configuration option #151656
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
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/151656
Note: Links to docs will display an error until the docs builds have been completed. ❌ 16 New Failures, 1 Unrelated FailureAs of commit b5bb0da with merge base ceb009b ( NEW FAILURES - The following jobs have failed:
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
d1b0844
to
fc0d359
Compare
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.
please update to latest submodule
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.
will approve after submodule updated
The submodule has been updated. Please review, thanks. @sraikund16 |
@fwenguang can you fix the failures? |
We aim to pass some configuration options to our custom Kineto backend via ExperimentalConfig,, so we added a
custom_profiler_config
parameter.Requires pytorch/kineto#1077 ,