Skip to content

Commit 2ff9038

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/ce56ae15292f515706bd3daa2e65e8fa60137efe. PiperOrigin-RevId: 704835739
1 parent ac92aaa commit 2ff9038

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 = "a041e1b15524cd15751e9a5b5dc581b9f276958f"
25-
XLA_SHA256 = "39ea15ad645a2973efbfe7d1b4761d114cb688b5d2934561009aab7c911473da"
24+
XLA_COMMIT = "ce56ae15292f515706bd3daa2e65e8fa60137efe"
25+
XLA_SHA256 = "d69128a3119e44ea779a07596d68c32a6d30e99fb191e9c471a502bf609fe5da"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)