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 6a451ea commit 77cd1adCopy full SHA for 77cd1ad
mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
@@ -1455,10 +1455,6 @@ def Vector_TransferWriteOp :
1455
any permutation. Elements whose corresponding mask element is `0` are
1456
masked out.
1457
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
-
1462
An optional boolean array attribute `in_bounds` specifies for every vector
1463
dimension if the transfer is guaranteed to be within the source bounds. If
1464
specified, the `in_bounds` array length has to be equal to the vector rank.
0 commit comments