mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00: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:
parent
b74a0fc486
commit
42d4eca796
2 changed files with 16 additions and 1 deletions
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
|
|
@ -1 +1 @@
|
|||
Subproject commit 88c1367ff1dccf045f39f07d2e08e9e2a829ddab
|
||||
Subproject commit a2d16d5f3874910be4b500379258ce9b32b1c44f
|
||||
Loading…
Reference in a new issue