[Mlir-commits] [mlir] [mlir][linalg] Vectorize directly to a named contraction (PR #147296)

Adam Siemieniuk llvmlistbot at llvm.org
Wed Jul 9 01:55:10 PDT 2025


================
@@ -2445,6 +2445,8 @@ def VectorizeOp : Op<Transform_Dialect, "structured.vectorize",
                        DefaultValuedOptionalAttr<DenseI64ArrayAttr, "{}">:
                           $static_vector_sizes,
                        OptionalAttr<UnitAttr>:$vectorize_nd_extract,
+                       OptionalAttr<UnitAttr>:$flatten1D_depthwise_conv,
----------------
adam-smnk wrote:

Thanks for the insight 🙂
In this case, I'll remove the option to limit the scope of this PR.

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


More information about the Mlir-commits mailing list