Skip to content

Commit 4cc9af2

Browse files
authored
[mlir][bufferization] Fix a typo in to_tensor op's summary field (#149082)
Fixes #149081
1 parent 7392a54 commit 4cc9af2

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)