We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
verify-diagnostics
transpose-conv2d.mlir
1 parent ace26b3 commit fcdb848Copy full SHA for fcdb848
mlir/test/Dialect/Linalg/transpose-conv2d.mlir
@@ -1,4 +1,4 @@
1
-// RUN: mlir-opt %s -transform-interpreter -verify-diagnostics | FileCheck %s
+// RUN: mlir-opt %s -transform-interpreter | FileCheck %s
2
3
// CHECK-LABEL: @conv_2d_nhwc_fhwc_f64
4
// CHECK-SAME: (%[[INPUT:.+]]: tensor<1x4x4x6xf64>, %[[FILTER:.+]]: tensor<8x2x2x6xf64>, %[[INIT:.+]]: tensor<1x2x2x8xf64>) -> tensor<1x2x2x8xf64> {
0 commit comments