mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Summary:
This is a manual pull request to update the third_party submodule for [pytorch/kineto](https://github.com/pytorch/kineto). Also, tries to fix the failure in libfmt bazel build similar to https://github.com/pytorch/pytorch/pull/93219.
New submodule commit: 92c5344f0b
Pull Request resolved: https://github.com/pytorch/pytorch/pull/95535
Test Plan: Ensure that CI jobs succeed on GitHub before landing.
Differential Revision: D43588413
Pulled By: aaronenyeshi
Pull Request resolved: https://github.com/pytorch/pytorch/pull/95535
Approved by: https://github.com/davidberard98
This commit is contained in:
committed by
PyTorch MergeBot
parent
02d44e5de4
commit
a530446f57
@ -260,6 +260,11 @@ local_repository(
|
||||
path = "third_party/fmt/support/bazel",
|
||||
)
|
||||
|
||||
local_repository(
|
||||
name = "unused_kineto_fmt_bazel",
|
||||
path = "third_party/kineto/libkineto/third_party/fmt/support/bazel",
|
||||
)
|
||||
|
||||
local_repository(
|
||||
name = "unused_kineto_dynolog_googletest",
|
||||
path = "third_party/kineto/libkineto/third_party/dynolog/third_party/googletest",
|
||||
|
2
third_party/kineto
vendored
2
third_party/kineto
vendored
Submodule third_party/kineto updated: 2da532c91d...e121ba84c7
Reference in New Issue
Block a user