From db38e14d05d681cdc0dccab91eb1aa4ce93c6533 Mon Sep 17 00:00:00 2001 From: Alexander Belyaev Date: Fri, 9 Oct 2020 03:32:44 -0700 Subject: [PATCH] [XLA_GPU] Remove `print-if-after-all` from add_multiply.hlo test. PiperOrigin-RevId: 336263729 Change-Id: I121e5e8a1cd906bdc5d01d9f56e65f7cdc7589f2 --- tensorflow/compiler/xla/service/mlir_gpu/tests/add_multiply.hlo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/compiler/xla/service/mlir_gpu/tests/add_multiply.hlo b/tensorflow/compiler/xla/service/mlir_gpu/tests/add_multiply.hlo index 20a6e2aa710..2603b925c76 100644 --- a/tensorflow/compiler/xla/service/mlir_gpu/tests/add_multiply.hlo +++ b/tensorflow/compiler/xla/service/mlir_gpu/tests/add_multiply.hlo @@ -1,4 +1,4 @@ -// RUN: xla-gpu-opt %s --print-ir-after-all | FileCheck %s +// RUN: xla-gpu-opt %s | FileCheck %s HloModule AddMultiply ENTRY %AddMultiply (x: f32[2,2], y: f32[2,2], z: f32[2,2]) -> f32[2,2] {