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

Han-Chung Wang llvmlistbot at llvm.org
Mon Nov 6 15:04:41 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.
----------------
hanhanW wrote:

Good point, thanks! I also remove linalg.fill op from the list because it is an element-wise op.

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


More information about the Mlir-commits mailing list