Skip to content

Commit

Permalink
[mlir][docs][NFC] Fix typo in bufferization/transforms documentation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer authored Oct 31, 2024
1 parent 0698482 commit 0848898
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ def EmptyTensorElimination : Pass<"eliminate-empty-tensors"> {
```
%0 = tensor.empty() : tensor<10xf32>
%1 = linalg.fill ... outs(%0 : tensor<10xf32>)
%2 = tensor.insert_slice %0 into %t ...
%2 = tensor.insert_slice %1 into %t ...
```

In the above example, the subset op is "tensor.insert_slice". When tracing
Expand Down

0 comments on commit 0848898

Please sign in to comment.