Skip to content

Commit 77cd1ad

Browse files
authored
[mlir][vector] Remove obsolete mask docs in transfer_write op (#71490)
The previous paragraph actually is the current definition of the mask semantics.
1 parent 6a451ea commit 77cd1ad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mlir/include/mlir/Dialect/Vector/IR/VectorOps.td

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,10 +1455,6 @@ def Vector_TransferWriteOp :
14551455
any permutation. Elements whose corresponding mask element is `0` are
14561456
masked out.
14571457

1458-
An optional SSA value `mask` of the same shape as the vector type may be
1459-
specified to mask out elements. Elements whose corresponding mask element
1460-
is `0` are masked out.
1461-
14621458
An optional boolean array attribute `in_bounds` specifies for every vector
14631459
dimension if the transfer is guaranteed to be within the source bounds. If
14641460
specified, the `in_bounds` array length has to be equal to the vector rank.

0 commit comments

Comments
 (0)