Skip to content

Commit 71c48cb

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/a041e1b15524cd15751e9a5b5dc581b9f276958f. PiperOrigin-RevId: 704406817
1 parent 32df37e commit 71c48cb

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 = "fb46636c1f8f88b3bd69bf0523b76c904191d1ad"
25-
XLA_SHA256 = "20c5009feca949739a89b4f0077caac9345b623fafbc91f154d59085c4193e23"
24+
XLA_COMMIT = "a041e1b15524cd15751e9a5b5dc581b9f276958f"
25+
XLA_SHA256 = "39ea15ad645a2973efbfe7d1b4761d114cb688b5d2934561009aab7c911473da"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)