Files
pytorch/third_party/kineto.BUILD
Taylor Robie 9d3c35d1e1 Back out "Revert D37720837: Back out "Revert D37228314: [Profiler] Include ActivityType from Kineto"" (#81450)
Differential Revision: [D37842341](https://our.internmc.facebook.com/intern/diff/D37842341/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D37842341/)!
Pull Request resolved: https://github.com/pytorch/pytorch/pull/81450
Approved by: https://github.com/pbelevich
2022-07-15 18:25:40 +00:00

11 lines
222 B
Plaintext

load("@rules_cc//cc:defs.bzl", "cc_library")
cc_library(
name = "kineto",
hdrs = glob(["libkineto/include/*.h",]),
includes = [
"libkineto/include/",
],
visibility = ["//visibility:public"],
)