Files
clang-p2996/mlir/lib/Dialect/Tensor/Utils/Utils.cpp
Thomas Preud'homme 2e12badc94 [MLIR][Linalg] Fix insert_slice fusion with rank reduction (#130961)
Insert_slice fusion with a linalg producer does not account for
possible rank-reduction in the insert_slice return type. When that
happens, a tensor.cast gets generated due to the type mismatch which is
invalid for tensor with different rank. This later trips other pass.
2025-05-23 09:32:39 +01:00

6.9 KiB