Skip to content

Commit da7c6ee

Browse files
committed
fixup! [mlir][linalg][nfc] Delete references to args_in/args_out
Restore changes in BufferDeallocationInternals.md, that file is not maintained anyway.
1 parent 0f700fa commit da7c6ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mlir/docs/BufferDeallocationInternals.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,8 @@ merged into a single step. Canonicalization removes the clone operation and
664664
func.func @reuseTarget(%arg0: memref<2xf32>, %result: memref<2xf32>){
665665
%temp = memref.alloc() : memref<2xf32>
666666
test.generic {
667+
args_in = 1 : i64,
668+
args_out = 1 : i64,
667669
indexing_maps = [#map0, #map0],
668670
iterator_types = ["parallel"]} %arg0, %temp {
669671
^bb0(%gen2_arg0: f32, %gen2_arg1: f32):
@@ -681,6 +683,8 @@ Will be transformed to:
681683
```mlir
682684
func.func @reuseTarget(%arg0: memref<2xf32>, %result: memref<2xf32>){
683685
test.generic {
686+
args_in = 1 : i64,
687+
args_out = 1 : i64,
684688
indexing_maps = [#map0, #map0],
685689
iterator_types = ["parallel"]} %arg0, %result {
686690
^bb0(%gen2_arg0: f32, %gen2_arg1: f32):

0 commit comments

Comments
 (0)