[Mlir-commits] [mlir] [mlir][transform] Add support for transform.param pad multiples in `PadOp` (PR #90755)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri May 3 01:24:34 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,
----------------
ftynse wrote:

Just check out the definition of `DynamicIndexList`. It seems to be more or less what I described.

https://github.com/llvm/llvm-project/pull/90755


More information about the Mlir-commits mailing list