From aaeeaf5f0caa497d2f6e33d995cdd88a07ee523a Mon Sep 17 00:00:00 2001 From: jax authors Date: Sun, 17 Mar 2024 00:00:56 -0700 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/8edbe17f55749cad4179c9ff8b85f972113cd706. PiperOrigin-RevId: 616535744 --- 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 67e4dec7f0f3..2eddac3cfc07 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 = "6de79c2c931374dfa7e403c0626d8dd1ec0ed398" -XLA_SHA256 = "998ba827f6344a8e82ad7b2089bad7f466c34648a3223c2f3e96f9e747f532e9" +XLA_COMMIT = "8edbe17f55749cad4179c9ff8b85f972113cd706" +XLA_SHA256 = "662fab93a329ead71222bccc83581cbcf450265d22c328c24df010e57c9fe0ad" def repo(): tf_http_archive(