From bf40f75bd59501d66a0e500d255daca3f9f2895e Mon Sep 17 00:00:00 2001 From: jax authors Date: Sat, 16 Sep 2023 01:59:06 -0700 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/83d9984673b6a954ccdc034c67f33c2a85e2ad32. PiperOrigin-RevId: 565895458 --- 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 67ea1d1e7484..aeba6355619a 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 = "a0f1d69d2e2a1d7118c33ab678f143aeb8a39a77" -XLA_SHA256 = "80d89a4e292f7ead3030b87e8ff824cf50fef37b3a7559acc48cf3196d1235f5" +XLA_COMMIT = "83d9984673b6a954ccdc034c67f33c2a85e2ad32" +XLA_SHA256 = "bf790caf516ac3a3b9f415d27bf2058f4822ac645766a729b7d878fc23da9a1e" def repo(): tf_http_archive(