[Mlir-commits] [mlir] [mlir][linalg] Add support for masked vectorization of `tensor.insert_slice` (1/N) (PR #122927)
Andrzej Warzyński
llvmlistbot at llvm.org
Tue Jan 21 08:29:07 PST 2025
================
@@ -1874,6 +1900,15 @@ vectorizeUnPackOpPrecondition(tensor::UnPackOp unpackOp,
return success();
}
+/// Need to check if the inner-tiles are static/constant.
----------------
banach-space wrote:
C&P Failure 🤦🏻
* https://github.com/llvm/llvm-project/blob/main/mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp#L1855
:)
https://github.com/llvm/llvm-project/pull/122927
More information about the Mlir-commits
mailing list