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 5103187 commit 71e53e7Copy full SHA for 71e53e7
mlir/include/mlir/Interfaces/VectorInterfaces.td
@@ -24,9 +24,8 @@ def VectorUnrollOpInterface : OpInterface<"VectorUnrollOpInterface"> {
24
let methods = [
25
InterfaceMethod<
26
/*desc=*/[{
27
- Return the shape ratio of unrolling to the target vector shape
28
- `targetShape`. Return `std::nullopt` if the op cannot be unrolled to the
29
- target vector shape.
+ Return the shape of the vector of this operation, which may be used to decide unrolling factors.
+ Return std::nullopt if the op is not applicable for unrolling.
30
}],
31
/*retTy=*/"::std::optional<::llvm::SmallVector<int64_t, 4>>",
32
/*methodName=*/"getShapeForUnroll",
0 commit comments