From d7bc6b4dad37bc9ae26793afc49975667c489d03 Mon Sep 17 00:00:00 2001 From: jax authors Date: Tue, 18 Jun 2024 04:34:22 -0700 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/79fd5733f99b3c0948d7202bc1bbe1ee3980da5c. PiperOrigin-RevId: 644336231 --- 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 6c65ed48bb73..3e8b0411ee8a 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 = "f468b46f3a82923a0f8f30ee17eb725be58388bd" -XLA_SHA256 = "79807320190b323a9cba585e5d04b911dbfbfd1ae1bf304ea7d0a93cdc8d97fd" +XLA_COMMIT = "79fd5733f99b3c0948d7202bc1bbe1ee3980da5c" +XLA_SHA256 = "083c7281a629647ab2cc32f054afec74893c33e75328783b8085c818f48235ff" def repo(): tf_http_archive(