Skip to content

Commit aca0e78

Browse files
committed
Add transform.target_tag to CHH/full.mlir
1 parent 695b945 commit aca0e78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mlir/test/Examples/transform/ChH/full.mlir

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 \
@@ -19,6 +19,7 @@
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" } {
2223
func.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.
9091
module attributes { transform.with_named_sequence } {

0 commit comments

Comments
 (0)