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.
1 parent aca0e78 commit 913ab76Copy full SHA for 913ab76
mlir/test/Examples/transform/ChH/full.mlir
@@ -1,8 +1,6 @@
1
// RUN: mlir-opt %s --transform-interpreter="debug-payload-root-tag=payload" \
2
-// RUN: --test-transform-dialect-erase-schedule \
3
-// RUN: --math-uplift-to-fma \
4
-// RUN: --convert-bufferization-to-memref \
5
-// RUN: --test-lower-to-llvm |\
+// RUN: --test-transform-dialect-erase-schedule |\
+// RUN: mlir-opt -pass-pipeline='builtin.module(builtin.module(math-uplift-to-fma,convert-bufferization-to-memref,test-lower-to-llvm))' - |\
6
// RUN: FileCheck %s
7
8
// Fixed-size tensor types to be used in convolution.
0 commit comments