From 47fdc7b08f1774eed57da9f6333e1e665f930098 Mon Sep 17 00:00:00 2001 From: jax authors Date: Sat, 27 Apr 2024 20:32:17 -0700 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/2f5eac7ddd474b3198ee493ed3df957f87b7a295. PiperOrigin-RevId: 628762449 --- 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 f36d7bee4..f47da3e92 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 = "05386ac5da55c051c72ca1bba0999304b00ce75e" -XLA_SHA256 = "f1bd177f7fd5707e31899712a2aa9573532fa194bd538301a7a935f18a15bdfe" +XLA_COMMIT = "2f5eac7ddd474b3198ee493ed3df957f87b7a295" +XLA_SHA256 = "b4bcd8cae2be9f447561252484d7926eb42e673c1a10eaa684bf64ff301cf488" def repo(): tf_http_archive(