[Mlir-commits] [mlir] Fix assertion when tiling linalg.generic (PR #114688)
Siddhesh Deodhar
llvmlistbot at llvm.org
Mon Nov 4 10:33:34 PST 2024
siddhesh195 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)
https://github.com/llvm/llvm-project/pull/114688
More information about the Mlir-commits
mailing list