From 12cb55d2f0d611126bc4c66013a08c351de19e18 Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Fri, 26 Aug 2022 17:02:25 +0000 Subject: [PATCH] Bump XLA version. --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 49f8f8e6654d..a8b3a88efcd6 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -7,10 +7,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # and update the sha256 with the result. http_archive( name = "org_tensorflow", - sha256 = "b95682b357f6c693957abce8e5673beceb1fc988642d5cc6ec76a9bc9c7d297e", - strip_prefix = "tensorflow-d8ae1c040f73ffdbf77e005b7d2909976fa4b31f", + sha256 = "fb2da7e13ae19c534934b65ae0dc51fce95c39a9509e98cd611469bf22e1be1a", + strip_prefix = "tensorflow-c255a3bd690f16a775445ca8c50829e1b941148f", urls = [ - "https://github.com/tensorflow/tensorflow/archive/d8ae1c040f73ffdbf77e005b7d2909976fa4b31f.tar.gz", + "https://github.com/tensorflow/tensorflow/archive/c255a3bd690f16a775445ca8c50829e1b941148f.tar.gz", ], )