[Mlir-commits] [mlir] Fix assertion when tiling linalg.generic (PR #114688)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Nov 4 10:37:57 PST 2024
MaheshRavishankar wrote:
> > Interesting. I think it "should" work even with negative indices. What is the error you were hitting? (I can try this locally as well in a bit).
>
> The error we are hitting is due to an assertion [here](https://github.com/llvm/llvm-project/blob/main/mlir/lib/Dialect/Linalg/Utils/Utils.cpp#L68)
What would happen if you remove that assertion? I just wanted to see what the IR looks like if you just let it tile this way?
https://github.com/llvm/llvm-project/pull/114688
More information about the Mlir-commits
mailing list