[Mlir-commits] [mlir] fcdb848 - [MLIR][Linalg] (NFC) Drop `verify-diagnostics` from `transpose-conv2d.mlir`
Lorenzo Chelini
llvmlistbot at llvm.org
Mon Dec 11 07:15:38 PST 2023
Author: Lorenzo Chelini
Date: 2023-12-11T16:13:19+01:00
New Revision: fcdb848596c33cf05c8b6e99296a171482719493
URL: https://github.com/llvm/llvm-project/commit/fcdb848596c33cf05c8b6e99296a171482719493
DIFF: https://github.com/llvm/llvm-project/commit/fcdb848596c33cf05c8b6e99296a171482719493.diff
LOG: [MLIR][Linalg] (NFC) Drop `verify-diagnostics` from `transpose-conv2d.mlir`
We are not checking diagnostics in this test.
Added:
Modified:
mlir/test/Dialect/Linalg/transpose-conv2d.mlir
Removed:
################################################################################
diff --git a/mlir/test/Dialect/Linalg/transpose-conv2d.mlir b/mlir/test/Dialect/Linalg/transpose-conv2d.mlir
index 4655a261d986b2..409c36778ab7b5 100644
--- a/mlir/test/Dialect/Linalg/transpose-conv2d.mlir
+++ b/mlir/test/Dialect/Linalg/transpose-conv2d.mlir
@@ -1,4 +1,4 @@
-// RUN: mlir-opt %s -transform-interpreter -verify-diagnostics | FileCheck %s
+// RUN: mlir-opt %s -transform-interpreter | FileCheck %s
// CHECK-LABEL: @conv_2d_nhwc_fhwc_f64
// CHECK-SAME: (%[[INPUT:.+]]: tensor<1x4x4x6xf64>, %[[FILTER:.+]]: tensor<8x2x2x6xf64>, %[[INIT:.+]]: tensor<1x2x2x8xf64>) -> tensor<1x2x2x8xf64> {
More information about the Mlir-commits
mailing list