[Mlir-commits] [mlir] [mlir][transform] Add support for transform.param pad multiples in `PadOp` (PR #90755)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri May 3 08:02:21 PDT 2024
================
@@ -373,10 +373,11 @@ class PadOp(PadOp):
def __init__(
self,
target: Union[Operation, OpView, Value],
+ pad_to_multiple_of: Optional[Union[DynamicIndexList, ArrayAttr]] = None,
----------------
srcarroll wrote:
yes. so i believe this typing is correct then?
https://github.com/llvm/llvm-project/pull/90755
More information about the Mlir-commits
mailing list