Enable an r2 reduce window test case.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 12 Apr 2018 05:37:57 +0000 (22:37 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 12 Apr 2018 05:40:09 +0000 (22:40 -0700)
PiperOrigin-RevId: 192560111

tensorflow/compiler/xla/tests/reduce_window_test.cc

index 425fef7..6a054a5 100644 (file)
@@ -1066,12 +1066,9 @@ struct R2ReduceWindowTestData {
     {/*base_bounds=*/{8, 256}, /*window_bounds=*/{1, 4},
      /*strides=*/{1, 64}, /*pad_low=*/{0, 0}, /*pad_high=*/{0, 0},
      /*layout=*/{1, 0}, /*reducer=*/Reducer::kAdd},
-// TODO(b/76025683): These tests fail on TPU.
-#if defined(XLA_TEST_BACKEND_CPU) || defined(XLA_TEST_BACKEND_GPU)
     {/*base_bounds=*/{4096, 4096}, /*window_bounds=*/{1, 4},
      /*strides=*/{1, 1024}, /*pad_low=*/{0, 0}, /*pad-high=*/{0, 0},
      /*layout=*/{1, 0}, /*reducer=*/Reducer::kAdd},
-#endif
 };
 
 string R2ReduceWindowTestDataToString(