Skip to content

Commit d213e16

Browse files
committed
fixup! fixup! fixup! fixup! [mlir][linalg] Enable scalable vectorization of linalg.unpack (WIP)
Remove TODO
1 parent 0a09007 commit d213e16

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
@@ -2540,7 +2540,6 @@ vectorizeScalableVectorPrecondition(Operation *op,
25402540
if (numOfScalableDims == 0)
25412541
return success();
25422542

2543-
// TODO: Check the following!
25442543
auto linalgOp = dyn_cast<LinalgOp>(op);
25452544

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

0 commit comments

Comments
 (0)