Skip to content

Commit 966eba8

Browse files
Matt-Hurdcopybara-github
authored andcommitted
Update XLA dependency in WORKSPACE.bazel and release new version
The `xla` repository is updated to commit `71b48dfd26d0d9bea6518e560d8a47b334bf9848`. The previous release did not include the latest improvements to XLA, this ensures that they are in. PiperOrigin-RevId: 825950327
1 parent 14fcad1 commit 966eba8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ http_archive(
5959
name = "xla",
6060
patch_args = ["-p1"],
6161
patches = ["//third_party:xla.patch"],
62-
sha256 = "82160211319100b8c1d55e016c426b2999ccb9c3091f699ac55a2d536c784630",
63-
strip_prefix = "xla-68b8314049f2a7256aea628a7e3377a00278345a",
62+
sha256 = "6aa8d1c956f4b57985aafe4d81a0bf738cea1616627777287859a4c9d7a617a5",
63+
strip_prefix = "xla-71b48dfd26d0d9bea6518e560d8a47b334bf9848",
6464
urls = [
65-
"https://github.com/openxla/xla/archive/68b8314049f2a7256aea628a7e3377a00278345a.zip",
65+
"https://github.com/openxla/xla/archive/71b48dfd26d0d9bea6518e560d8a47b334bf9848.zip",
6666
],
6767
)
6868

plugin/xprof/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# ==============================================================================
1515
"""Version information for tensorboard-plugin-profile."""
1616

17-
__version__ = "2.20.8"
17+
__version__ = "2.20.9"

0 commit comments

Comments
 (0)