Skip to content

Commit 51000f0

Browse files
committed
fixup! fixup! fixup! fixup! [mlir][linalg] Enable scalable vectorization of linalg.unpack (WIP)
Remove TODO
1 parent 057e9bb commit 51000f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2526,7 +2526,6 @@ vectorizeScalableVectorPrecondition(Operation *op,
25262526
if (numOfScalableDims == 0)
25272527
return success();
25282528

2529-
// TODO: Check the following!
25302529
auto linalgOp = dyn_cast<LinalgOp>(op);
25312530

25322531
// Cond 1: Reject Ops that don't implement the LinalgOp interface, with the

0 commit comments

Comments
 (0)