From 45d448c143c8930c33ead5d100408cfc39f8dd28 Mon Sep 17 00:00:00 2001 From: jax authors Date: Sat, 14 Sep 2024 12:50:39 -0700 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/dedab4f8cf4a6f892311d331ea0a6b93568ff2b0. PiperOrigin-RevId: 674697897 --- 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 63cd60688727..e87fde31e659 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 = "32ebd694c4d0442e241d76324ff1a721831366b4" -XLA_SHA256 = "d12ca6212b1bff774db28efaf292131d84e31205b720fa0055d5492a41d928ef" +XLA_COMMIT = "dedab4f8cf4a6f892311d331ea0a6b93568ff2b0" +XLA_SHA256 = "7b1e9ba324184896a4646a97de2cd66b500e3fda2b3b95eaea1222b7a7036c47" def repo(): tf_http_archive(