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 0698482 commit 0848898Copy full SHA for 0848898
mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.td
@@ -584,7 +584,7 @@ def EmptyTensorElimination : Pass<"eliminate-empty-tensors"> {
584
```
585
%0 = tensor.empty() : tensor<10xf32>
586
%1 = linalg.fill ... outs(%0 : tensor<10xf32>)
587
- %2 = tensor.insert_slice %0 into %t ...
+ %2 = tensor.insert_slice %1 into %t ...
588
589
590
In the above example, the subset op is "tensor.insert_slice". When tracing
0 commit comments