[Mlir-commits] [mlir] [mlir][linalg] Support `ParamType` in `vector_sizes` option of `VectorizeOp` transform (PR #87557)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Apr 4 14:08:03 PDT 2024


srcarroll wrote:

> It should be possible to reuse parts of the parser between this and tile_using_for, and is actually preferable since it ensure the syntax remains consistent over time. The other op is relying on mlir::parseDynamicIndexList AFAICS, so there isn't much to implement.

Ok i gave it a shot, but it was a bit more complex than i expected. I had a hard time figuring it out as i'm not experienced with more complex printing/parsing. so the implementation might be a big sub par and i very much welcome and appreciate suggestions

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


More information about the Mlir-commits mailing list