From a533635898ea78591a4f84efe8f2bd7aea992e39 Mon Sep 17 00:00:00 2001 From: jax authors Date: Fri, 20 Sep 2024 14:17:11 -0700 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/44d14566fc5d298d5d410efa24ed8630ce137137. PiperOrigin-RevId: 676967851 --- 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 72bad324e0f0..376f2167e35c 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 = "a0cb79873742367204ad1386e9ca4fd815b3f860" -XLA_SHA256 = "bcedc70cf3cdcc94159313365b15eb49e25e0d8a9d4713c290ead5a507d2b366" +XLA_COMMIT = "44d14566fc5d298d5d410efa24ed8630ce137137" +XLA_SHA256 = "2aa4d49121faa95c063c413e28fa87e0a5af64177588acd35459401f0e76f2ea" def repo(): tf_http_archive(