[Mlir-commits] [mlir] [mlir][linalg] Enable scalable vectorization of linalg.unpack (PR #149293)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu Jul 24 13:51:21 PDT 2025
================
@@ -2073,6 +2113,9 @@ static LogicalResult
vectorizeUnPackOpPrecondition(linalg::UnPackOp unpackOp,
ArrayRef<int64_t> inputVectorSizes) {
+ // FIXME!!!
----------------
banach-space wrote:
Sorry, I was meant to remove that, it's no longer needed.
https://github.com/llvm/llvm-project/pull/149293
More information about the Mlir-commits
mailing list