From 51d23ffe3b111ed3b04c6d6363d1efe996173f1e Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 29 Apr 2020 13:46:40 -0700 Subject: [PATCH] Add tracking bug for broken DistStrat test. PiperOrigin-RevId: 309089042 Change-Id: I50f1331c36b37cd815c184c0a7b6074d73e9875f --- tensorflow/python/distribute/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/python/distribute/BUILD b/tensorflow/python/distribute/BUILD index 04adc0185ac..4df2088e02d 100644 --- a/tensorflow/python/distribute/BUILD +++ b/tensorflow/python/distribute/BUILD @@ -1517,6 +1517,7 @@ cuda_py_test( tags = [ "multi_and_single_gpu", ], + # b/155301154 broken with XLA:GPU xla_enable_strict_auto_jit = True, deps = [ ":collective_all_reduce_strategy",