aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/params_test.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-11-20 17:02:25 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-11-20 17:08:20 -0800
commit385da92355a1b24d081843d4ffb509fd0a7a983e (patch)
tree64df41513b1ba4e6130ce92891fe307c93bbcca8 /tensorflow/compiler/xla/tests/params_test.cc
parent60a0666a40767baea6b21e57714a553c217cad8f (diff)
[TF:XLA] Make two test cases to run only with NDEBUG defined.
PiperOrigin-RevId: 176439578
Diffstat (limited to 'tensorflow/compiler/xla/tests/params_test.cc')
-rw-r--r--tensorflow/compiler/xla/tests/params_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/compiler/xla/tests/params_test.cc b/tensorflow/compiler/xla/tests/params_test.cc
index fda4389f47..b7f62b8aa1 100644
--- a/tensorflow/compiler/xla/tests/params_test.cc
+++ b/tensorflow/compiler/xla/tests/params_test.cc
@@ -252,8 +252,8 @@ XLA_TEST_F(ParamsTest, HundredLargeR1Parameters) {
}
// Only run the 3,000-parameter tests in opt mode to avoid test timeouts.
-// Timeout last observed on 2017-09-12.
-#ifndef NDEBUG
+// Timeout last observed on 2017-11-20.
+#ifdef NDEBUG
// TODO(b/65525254) Fails on GPU on 2017-09-10 because we try to reserve too
// much space in parameter memory for the kernel.