Skip to content

Commit

Permalink
[MLIR][Linalg] (NFC) Drop verify-diagnostics from `transpose-conv2d…
Browse files Browse the repository at this point in the history
….mlir`

We are not checking diagnostics in this test.
  • Loading branch information
chelini committed Dec 11, 2023
1 parent ace26b3 commit fcdb848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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> {
Expand Down

0 comments on commit fcdb848

Please sign in to comment.