[Mlir-commits] [mlir] [mlir][python] enable memref.subview (PR #79393)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Mon Jan 29 06:43:46 PST 2024
ftynse wrote:
> So the deal is that [SubViewOp::verify()](https://github.com/llvm/llvm-project/blob/32334b91922b2c48665d04369b7858324820baa5/mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp#L2830) is either broken or incomplete
This may well be the case. The op and its verifier were initially introduced when layouts had only affine forms and may not have been updated correctly.
https://github.com/llvm/llvm-project/pull/79393
More information about the Mlir-commits
mailing list