[Mlir-commits] [mlir] [mlir][linalg] Add support for vectorizing dynamic elementwise named ops (PR #71454)

Diego Caballero llvmlistbot at llvm.org
Mon Nov 6 14:55:39 PST 2023


================
@@ -1466,7 +1466,8 @@ static LogicalResult reductionPreconditions(LinalgOp op) {
 
 static LogicalResult vectorizeDynamicLinalgOpPrecondition(linalg::LinalgOp op) {
   // TODO: Masking only supports dynamic generic ops for now.
----------------
dcaballe wrote:

We could probably remove this TODO and add a comment on that these are the ops for which dynamic shapes vectorization is enabled.

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


More information about the Mlir-commits mailing list