aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tensorflow/compiler/xla/service/interpreter/compiler.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/compiler/xla/service/interpreter/compiler.cc b/tensorflow/compiler/xla/service/interpreter/compiler.cc
index c9a5285a4f..dc63a2224d 100644
--- a/tensorflow/compiler/xla/service/interpreter/compiler.cc
+++ b/tensorflow/compiler/xla/service/interpreter/compiler.cc
@@ -83,8 +83,6 @@ StatusOr<std::unique_ptr<Executable>> InterpreterCompiler::RunBackend(
VLOG(1) << "Run backend " << hlo_module->name();
- TF_RETURN_IF_ERROR(RunHloOptimization(hlo_module.get()));
-
// Typically you would visit the HLO graph, building up a compiled equivalent
// In this case we are using an HloEvaluator at execution time, so we don't
// need to compile anything