-
Notifications
You must be signed in to change notification settings - Fork 416
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
feat(profiling): add support for pytorch profiling #9154
Conversation
BenchmarksBenchmark execution time: 2024-12-13 22:37:43 Comparing candidate commit 9393216 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 394 metrics, 2 unstable metrics. |
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.
Thanks!
Datadog ReportBranch report: ✅ 0 Failed, 389 Passed, 1219 Skipped, 44m 19.55s Total duration (42m 52.03s time saved) |
PR does
torch.profiler.profile
class by adding our ownon_trace_ready
handleron_trace_ready
event handlertorch.__version__
Probably should make experimental/beta collectors not part of the ALL template (Is this blocking since we haven't done in the past??)Testing Done
prof-pytorch
service in stagingChecklist
changelog/no-changelog
is set@DataDog/apm-tees
.Reviewer Checklist