Update submodule kineto fix bazel1 (#92318)

Update kineto submodule and fix bazel build issue.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/92318
Approved by: https://github.com/aaronenyeshi
This commit is contained in:
bcoutinho
2023-01-28 02:26:28 +00:00
committed by PyTorch MergeBot
parent b74a0fc486
commit 42d4eca796
2 changed files with 16 additions and 1 deletions

View File

@ -258,6 +258,21 @@ local_repository(
path = "third_party/fbgemm",
)
local_repository(
name = "unused_kineto_dynolog_googletest",
path = "third_party/kineto/libkineto/third_party/dynolog/third_party/googletest",
)
local_repository(
name = "unused_kineto_dynolog_gflags",
path = "third_party/kineto/libkineto/third_party/dynolog/third_party/gflags",
)
local_repository(
name = "unused_kineto_dynolog_glog",
path = "third_party/kineto/libkineto/third_party/dynolog/third_party/glog",
)
local_repository(
name = "unused_kineto_googletest",
path = "third_party/kineto/libkineto/third_party/googletest",