Skip to content

Commit f47f0c2

Browse files
PiperOrigin-RevId: 873904692
1 parent 4d3395f commit f47f0c2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ archive_override(
2727
bazel_dep(name = "xla")
2828
archive_override(
2929
module_name = "xla",
30-
integrity = "sha256-B8oqS6SPbp/JBJmrNFZ+WwtCSpHvZq8sATc+6I27MJM=",
31-
strip_prefix = "xla-964a0a45a0c3090cd484a3c51e8f9d05ed10b968",
32-
urls = ["https://github.com/openxla/xla/archive/964a0a45a0c3090cd484a3c51e8f9d05ed10b968.tar.gz"],
30+
integrity = "sha256-LSwX8PCHL9maxZekySPTgzfmZKycKv0u6ZNy1Qqzzlg=",
31+
strip_prefix = "xla-ee3fee62470b92e301f5958a14299699620a9c78",
32+
urls = ["https://github.com/openxla/xla/archive/ee3fee62470b92e301f5958a14299699620a9c78.tar.gz"],
3333
)
3434

3535
# TODO: upstream, otherwise we have to duplicate the patches in jax

third_party/xla/revision.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
# and update XLA_SHA256 with the result.
2222

2323
# buildifier: disable=module-docstring
24-
XLA_COMMIT = "964a0a45a0c3090cd484a3c51e8f9d05ed10b968"
25-
XLA_SHA256 = "07ca2a4ba48f6e9fc90499ab34567e5b0b424a91ef66af2c01373ee88dbb3093"
24+
XLA_COMMIT = "ee3fee62470b92e301f5958a14299699620a9c78"
25+
XLA_SHA256 = "2d2c17f0f0872fd99ac597a4c923d38337e664ac9c2afd2ee99372d50ab3ce58"

0 commit comments

Comments
 (0)