Skip to content

Commit fcdb848

Browse files
committed
[MLIR][Linalg] (NFC) Drop verify-diagnostics from transpose-conv2d.mlir
We are not checking diagnostics in this test.
1 parent ace26b3 commit fcdb848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Linalg/transpose-conv2d.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: mlir-opt %s -transform-interpreter -verify-diagnostics | FileCheck %s
1+
// RUN: mlir-opt %s -transform-interpreter | FileCheck %s
22

33
// CHECK-LABEL: @conv_2d_nhwc_fhwc_f64
44
// CHECK-SAME: (%[[INPUT:.+]]: tensor<1x4x4x6xf64>, %[[FILTER:.+]]: tensor<8x2x2x6xf64>, %[[INIT:.+]]: tensor<1x2x2x8xf64>) -> tensor<1x2x2x8xf64> {

0 commit comments

Comments
 (0)