From 19027e12863a29021dc4b41166dfcfeb9566c73a Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Mon, 4 May 2020 09:16:37 -0400 Subject: [PATCH] Update XLA to fix build failures. --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index a8ac688686d3..5d988566e7f0 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -28,10 +28,10 @@ http_archive( # and update the sha256 with the result. http_archive( name = "org_tensorflow", - sha256 = "996a31e99e802232aa49ed5add9e2be8a83d31e633180c436806ae325993bc8d", - strip_prefix = "tensorflow-25b0e7d995050c85a56d787a6aac4e1a7423902e", + sha256 = "cf78f827faee54a3993376d97f267eb615b74d5ae56f7c520c53377c2a241754", + strip_prefix = "tensorflow-fadfcdf27ba3973525b7ef24f5d2cb10a13231bd", urls = [ - "https://github.com/tensorflow/tensorflow/archive/25b0e7d995050c85a56d787a6aac4e1a7423902e.tar.gz", + "https://github.com/tensorflow/tensorflow/archive/fadfcdf27ba3973525b7ef24f5d2cb10a13231bd.tar.gz", ], )