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

Diego Caballero llvmlistbot at llvm.org
Fri Aug 2 11:45:35 PDT 2024


https://github.com/dcaballe approved this pull request.

My concern is beyond gather: I'm worried that we start adding logic to vectorize code as if the unit dimension wouldn't be there in general. This case looks complex enough to keep the complexity where it is, at least for now. I guess we can move that outside the vectorizer if that's ever needed.

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


More information about the Mlir-commits mailing list