Back out "Revert D37228314: [Profiler] Include ActivityType from Kineto" (#81122)

Reland

Differential Revision: [D37720837](https://our.internmc.facebook.com/intern/diff/D37720837/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D37720837/)!
Pull Request resolved: https://github.com/pytorch/pytorch/pull/81122
Approved by: https://github.com/chaekit
This commit is contained in:
Taylor Robie
2022-07-11 13:20:17 -07:00
committed by PyTorch MergeBot
parent e608befae4
commit 52a538868b
12 changed files with 47 additions and 44 deletions

View File

@ -126,6 +126,12 @@ new_local_repository(
path = "third_party/fmt",
)
new_local_repository(
name = "kineto",
build_file = "//third_party:kineto.BUILD",
path = "third_party/kineto",
)
new_patched_local_repository(
name = "tbb",
patches = [