File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
mlir/test/Examples/transform/ChH Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- // RUN: mlir-opt %s --transform-interpreter \
1+ // RUN: mlir-opt %s --transform-interpreter="debug-payload-root-tag=payload" \
22// RUN: --test-transform-dialect-erase-schedule \
33// RUN: --math-uplift-to-fma \
44// RUN: --convert-bufferization-to-memref \
1919// tensors annotated with attributes from the `bufferization` dialect. These
2020// attributes hint the bufferization pass to assume buffers can be directly
2121// used for these tensors without reshaping.
22+ module @payload attributes { transform.target_tag = " payload" } {
2223func.func @conv (
2324 %input: !tinput {bufferization.writable = false ,
2425 bufferization.access = " read" ,
@@ -84,7 +85,7 @@ func.func @conv(
8485
8586 return %relued : !toutput
8687}
87-
88+ }
8889// Module containing the transformation script to be applied. The attribute
8990// is required to correctly verify the use of named (macro-like) sequences.
9091module attributes { transform.with_named_sequence } {
You can’t perform that action at this time.
0 commit comments