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 7452014 commit a6d81cdCopy full SHA for a6d81cd
mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.td
@@ -164,7 +164,7 @@ def BufferizableOpInterface : OpInterface<"BufferizableOpInterface"> {
164
write.
165
166
Counter-example: bufferization.alloc_tensor
167
- The op just allocates and does not specifiy the data of the tensor,
+ The op just allocates and does not specify the data of the tensor,
168
so resultBufferizesToMemoryWrite is overridden to return false.
169
170
2. At least one aliasing OpOperand bufferizes to a memory write.
0 commit comments