From 6a7822a73bb2639a3a4505f92d5977ab2eb07407 Mon Sep 17 00:00:00 2001 From: jax authors Date: Sun, 28 Jul 2024 15:32:19 -0700 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/95e3eea8d2aebd55160ed4185a38345ae98ab500. PiperOrigin-RevId: 657003194 --- third_party/xla/workspace.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/xla/workspace.bzl b/third_party/xla/workspace.bzl index 814ab88c9788..af52e7671507 100644 --- a/third_party/xla/workspace.bzl +++ b/third_party/xla/workspace.bzl @@ -21,8 +21,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls") # curl -L https://github.com/openxla/xla/archive/.tar.gz | sha256sum # and update XLA_SHA256 with the result. -XLA_COMMIT = "89089aa569aaff185a834f63d0c83fd59a58e93c" -XLA_SHA256 = "94c5ef36daf935cdcd9b640114cf38b4856ab361d81207f3cfc4ba83380451b5" +XLA_COMMIT = "95e3eea8d2aebd55160ed4185a38345ae98ab500" +XLA_SHA256 = "7e23f70fe0b2459ac8a27e6b7b53e3643a053346244bd7e83c6b944827d0b9e1" def repo(): tf_http_archive(