From c7d1c3d2d850b75d8d22c11d71097bd6f67b1e40 Mon Sep 17 00:00:00 2001 From: jax authors Date: Sun, 15 Dec 2024 11:54:33 -0800 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/37fb0612d36ac3d08ff984b1d61e4bc4dedf4809. PiperOrigin-RevId: 706474188 --- 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 48377dc4816a..647ff986bea1 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 = "b353bfbba5453d0916ecefdf28bf458765d9b9a5" -XLA_SHA256 = "5dc6a48c931b9124a5a962d3c34e1622dbfc8c43e4f32f7ae83b1357051dfe36" +XLA_COMMIT = "37fb0612d36ac3d08ff984b1d61e4bc4dedf4809" +XLA_SHA256 = "5a2d11445b3ba524706c122fd16bca0f570c3256af4833d92ad802a0fee73cdf" def repo(): tf_http_archive(