Commit cd83e12
[kineto] Deprecate ClientTraceActivity and merge it with GenericTraceActivity (pytorch#56743)
Summary:
Pull Request resolved: pytorch#56743
Pull Request resolved: pytorch/kineto#184
as part of the migration to ClientTraceActivity -> GenericTraceActivity, now that all CTA mirrors GTA's data structure, we can safely swap out the symbol name.
Test Plan:
- `buck build kineto`
- sandcastle to catch any other breakage in depdendees
Took before and after of `fastrnns` bench
`buck run mode/opt //caffe2/benchmarks/fastrnns:bench -- --cnns resnet50 --group cnns --nloops 1000`
Before
https://fburl.com/perfdoctor/9n0izgji
{F611729029}
After
https://fburl.com/perfdoctor/h9d9tlmp
{F611725475}
Sample ParamComms traces
https://www.internalfb.com/intern/perfdoctor/trace_view?filepath=tree%2Ftraces%2Fdynocli%2F0%2F1619503816%2F127.0.0.1%2Flibkineto_activities_4003656.json.gz&bucket=gpu_traces
https://www.internalfb.com/intern/perfdoctor/trace_view?filepath=tree%2Ftraces%2Fdynocli%2F0%2F1619503816%2F127.0.0.1%2Flibkineto_activities_4003657.json.gz&bucket=gpu_traces
https://www.internalfb.com/intern/perfdoctor/trace_view?filepath=tree%2Ftraces%2Fdynocli%2F0%2F1619503816%2F127.0.0.1%2Flibkineto_activities_4003658.json.gz&bucket=gpu_traces
Reviewed By: gdankel
Differential Revision: D27353973
fbshipit-source-id: ad9eee27e840d41c4b2d78e12b10510e11232e971 parent 95f393f commit cd83e12
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
| 67 | + | |
| 68 | + | |
62 | 69 | | |
63 | 70 | | |
64 | | - | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
| |||
126 | 132 | | |
127 | 133 | | |
128 | 134 | | |
129 | | - | |
| 135 | + | |
130 | 136 | | |
131 | 137 | | |
132 | 138 | | |
| |||
0 commit comments