[Mlir-commits] [mlir] [mlir][linalg] Avoid asserts in IndexingMapOpInterface (PR #179072)
Stefan Weigl-Bosker
llvmlistbot at llvm.org
Sat Jan 31 17:15:00 PST 2026
sweiglbosker wrote:
I dont really like that, would be better to fix the rank computation. Even easier solution would be to emit some thing like "expeceted tensor or memref with rank {rank} to match the indexing map, got {type}" for all cases. But i dont think you need to worry about it in this pr anyway, just keep your original changes and ill fix that code later
https://github.com/llvm/llvm-project/pull/179072
More information about the Mlir-commits
mailing list