Skip to content

Commit 04696b4

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/be68e80894862fe97757ea2b6110958ef4244c21. PiperOrigin-RevId: 734851053
1 parent 0f0636a commit 04696b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/xla/workspace.bzl

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

24-
XLA_COMMIT = "f1213b83af673729b60f5096da5186246568c0fb"
25-
XLA_SHA256 = "77b886c9700d1f9a2ed65f18c176ddb38ffe6905128690f19e1fd7ca624dbebd"
24+
XLA_COMMIT = "be68e80894862fe97757ea2b6110958ef4244c21"
25+
XLA_SHA256 = "02d0b47d3d8866fdf4a9bb68987a16e54d6bd8fbf2fa9736b4110ab75059a189"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)