From cd782643a1b0877a842b80c13b9cad962cc18883 Mon Sep 17 00:00:00 2001 From: jax authors Date: Sat, 7 Sep 2024 14:15:47 -0700 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/8c6dafbe7e941fcd38647f8b8c4dc73c7916c6a4. PiperOrigin-RevId: 672126938 --- 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 a0173da62..e5eaa3cb6 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 = "b0368b065c36a4dc27cf8de8a31f6510fa6f5086" -XLA_SHA256 = "82b889ff11bac258df7e9230fbb45921f0adb0cde85561f8ab699fb0f4cfb5f1" +XLA_COMMIT = "8c6dafbe7e941fcd38647f8b8c4dc73c7916c6a4" +XLA_SHA256 = "3bf092c27eabc80d8a353912af0db4f0754233a60773bf57fd37b8d0446c9a54" def repo(): tf_http_archive(