aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler
diff options
context:
space:
mode:
authorGravatar Bixia Zheng <bixia@google.com>2018-10-03 14:37:57 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-03 14:45:20 -0700
commit2e11deba60cb00027de4373af17703676fa74bd7 (patch)
tree3eed45a83b4e8619f01daf145bfc0b2aa70b32df /tensorflow/compiler
parentf5f8dff270b9f2cdf36bba9d671c324a4f7c6fac (diff)
[XLA] Disable a test for layout changing elementwise operations.
Rename the test to make it obvious that it is for testing the codegen correctness in handling layout changing elementwise operations. Keep the test only for the CPU backend. PiperOrigin-RevId: 215630611
Diffstat (limited to 'tensorflow/compiler')
-rw-r--r--tensorflow/compiler/xla/tests/fusion_test.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/tensorflow/compiler/xla/tests/fusion_test.cc b/tensorflow/compiler/xla/tests/fusion_test.cc
index 9c94acb437..fd79a9d041 100644
--- a/tensorflow/compiler/xla/tests/fusion_test.cc
+++ b/tensorflow/compiler/xla/tests/fusion_test.cc
@@ -764,8 +764,9 @@ XLA_TEST_F(FusionTest, Clamp2D) {
TestElementwise2D<float, 3>(HloOpcode::kClamp);
}
-// TODO(b/73903144): Enable on interpreter once interpreter supports bitcast.
-XLA_TEST_F(FusionTest, DISABLED_ON_INTERPRETER(FusionWithLayout)) {
+// TODO(b/117156505): Remove this test when the bug is fixed.
+XLA_TEST_F(FusionTest, DISABLED_ON_GPU(DISABLED_ON_INTERPRETER(
+ LayoutChangingElementWiseOp))) {
const string hlo_text = R"(
HloModule Cluster