From b032a0271e3e2ea8d0df64d2f3f1a1e450a38dc9 Mon Sep 17 00:00:00 2001 From: jax authors Date: Wed, 15 Nov 2023 01:28:09 -0800 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/8fb606ffa03c030035d6c0c9d05534dbf6701906. PiperOrigin-RevId: 582583395 --- 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 0a69a709d6d7..3e299375b7f0 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 = "548a766aac02b10a52bfe47ef2277bed3acec77b" -XLA_SHA256 = "08416b73b56d05bd67cbed7cb5748c18a0529f60b5498a8976eb5a1eb9a39bd9" +XLA_COMMIT = "8fb606ffa03c030035d6c0c9d05534dbf6701906" +XLA_SHA256 = "1793040e548adc6e2f29b6f15eb3f6997d601bcee62f5bb4fd3a43fad21f74c0" def repo(): tf_http_archive(