llvm-project
llvm-project copied to clipboard
[MLIR][Linalg] Scalable Vectorization of Reduction
Allow scalable vectorization of linalg::reduce and linalg::generic with reduction iterator. For now, only reduction on the trailing dimension is supported.