Skip to content

Commit 724cc9a

Browse files
committed
fixup! fixup! fixup! fixup! [mlir][linalg] Enable scalable vectorization of linalg.unpack (WIP)
Remove TODO
1 parent 78b335b commit 724cc9a

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
@@ -2533,7 +2533,6 @@ vectorizeScalableVectorPrecondition(Operation *op,
25332533
if (numOfScalableDims == 0)
25342534
return success();
25352535

2536-
// TODO: Check the following!
25372536
auto linalgOp = dyn_cast<LinalgOp>(op);
25382537

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

0 commit comments

Comments
 (0)