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 6d2b2b8 commit 5b96fcbCopy full SHA for 5b96fcb
mlir/include/mlir/Interfaces/DestinationStyleOpInterface.td
@@ -29,7 +29,8 @@ def DestinationStyleOpInterface : OpInterface<"DestinationStyleOpInterface"> {
29
ranked tensors and every tensor init is tied to a corresponding tensor
30
OpResult in a 1-to-1 fashion. The i-th init tensor is tied to the i-th
31
OpResult. The op may not have any additional OpResults. Init operands and
32
- their tied OpResults have the same type.
+ their tied OpResults have the same type. Dynamic dimension sizes also match
33
+ at runtime.
34
35
If the op has "buffer semantics", then the input operands are either ranked
36
memrefs or other non-tensor/memref types ("scalar" types). Furthermore, the
0 commit comments