Skip to content

Commit

Permalink
Update Bufferization.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joker-eph committed Oct 26, 2023
1 parent fcdb098 commit 2ff0385
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mlir/docs/Bufferization.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,7 @@ to a no-op (in the absence of RaW conflicts such as a subsequent read of `%s`).

RaW conflicts are detected with an analysis of SSA use-def chains (details
later). One-Shot Bufferize works best if there is a single SSA use-def chain,
where the result of a tensor op is the
operand of the next tensor
ops, e.g.:
where the result of a tensor op is the operand of the next tensor ops, e.g.:

```mlir
%0 = "my_dialect.some_op"(%t) : (tensor<?xf32>) -> (tensor<?xf32>)
Expand Down

0 comments on commit 2ff0385

Please sign in to comment.