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" \
2
2
// RUN: --test-transform-dialect-erase-schedule \
3
3
// RUN: --math-uplift-to-fma \
4
4
// RUN: --convert-bufferization-to-memref \
19
19
// tensors annotated with attributes from the `bufferization` dialect. These
20
20
// attributes hint the bufferization pass to assume buffers can be directly
21
21
// used for these tensors without reshaping.
22
+ module @payload attributes { transform.target_tag = " payload" } {
22
23
func.func @conv (
23
24
%input: !tinput {bufferization.writable = false ,
24
25
bufferization.access = " read" ,
@@ -84,7 +85,7 @@ func.func @conv(
84
85
85
86
return %relued : !toutput
86
87
}
87
-
88
+ }
88
89
// Module containing the transformation script to be applied. The attribute
89
90
// is required to correctly verify the use of named (macro-like) sequences.
90
91
module attributes { transform.with_named_sequence } {
You can’t perform that action at this time.
0 commit comments