Skip to content

Commit 16fca38

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/76da730179313b3bebad6dea6861768421b7358c. PiperOrigin-RevId: 688222632
1 parent 4a5ca2f commit 16fca38

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
@@ -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 = "8a7920d699d08877ab2492873c64519a0bb4c424"
25-
XLA_SHA256 = "ead27accf4e86677f3fbdbe7980d62b2f7d499fd7ff7070c1d0f44a1fe3431df"
24+
XLA_COMMIT = "76da730179313b3bebad6dea6861768421b7358c"
25+
XLA_SHA256 = "d67ced09b69ab8d7b26fa4cd5f48b22db57eb330294a35f6e1d462ee17066757"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)