Skip to content

Commit 75ca7be

Browse files
ckoparkargithub-actions[bot]
authored andcommitted
Automerge: [mlir][bufferization] Fix a typo in to_tensor op's summary field (#149082)
Fixes #149081
2 parents 1b9c1de + 4cc9af2 commit 75ca7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def Bufferization_ToTensorOp : Bufferization_Op<"to_tensor", [
401401
SameOperandsAndResultElementType,
402402
Bufferization_TensorAndBufferMatch<"result", "buffer">
403403
]> {
404-
let summary = "create a buffer-like type from a tensor-like type";
404+
let summary = "create a tensor-like type from a buffer-like type";
405405
let description = [{
406406
An operation that creates a tensor from a buffer. The result value is a
407407
tensor-like type that must match the corresponding buffer-like operand as

0 commit comments

Comments
 (0)