From f691fe468a8e1f8545f7d624055d58b823ee3201 Mon Sep 17 00:00:00 2001 From: jax authors Date: Tue, 5 Dec 2023 22:44:02 -0800 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/a6e6c1f6a53d4a23451c649110519c7ba8581bf9. PiperOrigin-RevId: 588298720 --- 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 ad88c4eec3cb..adf9b0717a5b 100644 --- a/third_party/xla/workspace.bzl +++ b/third_party/xla/workspace.bzl @@ -20,8 +20,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 = "a83901622bca41cb58594e81f752a1609f4417df" -XLA_SHA256 = "43c9b0e6633d4993dffe11de25f54d45f98f75c2606300ecb21038fd184df418" +XLA_COMMIT = "a6e6c1f6a53d4a23451c649110519c7ba8581bf9" +XLA_SHA256 = "5fe6dfa30621bd50b022a6cab026d6f4cde9883a3e150ce1b6fd52822a57c59a" def repo(): tf_http_archive(