mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
b74a0fc486
commit
42d4eca796
15
WORKSPACE
15
WORKSPACE
@ -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",
|
||||
|
2
third_party/kineto
vendored
2
third_party/kineto
vendored
Submodule third_party/kineto updated: 88c1367ff1...a2d16d5f38
Reference in New Issue
Block a user