[Mlir-commits] [mlir] [mlir][linalg] Relax tensor.extract vectorization (PR #99299)

Diego Caballero llvmlistbot at llvm.org
Tue Jul 30 14:04:56 PDT 2024


dcaballe wrote:

Hey! I was looking at the changes and thinking that we may end up introducing too much complexity if we add support for all these unit dimension special cases. I think we discussed this in the past and decided to leverage the drop unit dimension utilities for that. For this particular case, could we generate a gather and then have a canonicalization pattern that turns it into a load when the unit dimension is removed?

https://github.com/llvm/llvm-project/pull/99299


More information about the Mlir-commits mailing list