Skip to content

Commit 32be199

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/bf8dafb2a7dfe5ea32988515d491ca6c0fd2c83f. PiperOrigin-RevId: 688648145
1 parent e4f3f8f commit 32be199

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 = "76da730179313b3bebad6dea6861768421b7358c"
25-
XLA_SHA256 = "d67ced09b69ab8d7b26fa4cd5f48b22db57eb330294a35f6e1d462ee17066757"
24+
XLA_COMMIT = "bf8dafb2a7dfe5ea32988515d491ca6c0fd2c83f"
25+
XLA_SHA256 = "a74647bd55cc0c9765d02bdaa29c5a78580afa34a0c9180a895f3e7bd06ac1b1"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)