Skip to content

Commit 8569b89

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/bbf2f8bcfae6f08a248e5e415a4f6d8be2c14f33. PiperOrigin-RevId: 611934527
1 parent ab83469 commit 8569b89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/xla/workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
2020
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
2121
# and update XLA_SHA256 with the result.
2222

23-
XLA_COMMIT = "1fc43bb444ad46b9ebf93915d27c02743d3a8503"
24-
XLA_SHA256 = "075bc4af2fdb7eab02575f19b870c5d2cb876a1a831d87d9dbdd0ae6ef7f1bdf"
23+
XLA_COMMIT = "bbf2f8bcfae6f08a248e5e415a4f6d8be2c14f33"
24+
XLA_SHA256 = "4a35c3a0b12a61f045a21802dfb716101ee544c4b3d57b51ef85ba234c2ed7c5"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)