Skip to content

Commit 771a1f1

Browse files
committed
fixup! fixup! fixup! fixup! [mlir][linalg] Enable scalable vectorization of linalg.unpack (WIP)
Remove TODO
1 parent a8452e9 commit 771a1f1

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
@@ -2569,7 +2569,6 @@ vectorizeScalableVectorPrecondition(Operation *op,
25692569
if (numOfScalableDims == 0)
25702570
return success();
25712571

2572-
// TODO: Check the following!
25732572
auto linalgOp = dyn_cast<LinalgOp>(op);
25742573

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

0 commit comments

Comments
 (0)