Skip to content

Commit 657c06d

Browse files
committed
fixup! fixup! fixup! fixup! [mlir][linalg] Enable scalable vectorization of linalg.unpack (WIP)
Remove TODO
1 parent f950172 commit 657c06d

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
@@ -2566,7 +2566,6 @@ vectorizeScalableVectorPrecondition(Operation *op,
25662566
if (numOfScalableDims == 0)
25672567
return success();
25682568

2569-
// TODO: Check the following!
25702569
auto linalgOp = dyn_cast<LinalgOp>(op);
25712570

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

0 commit comments

Comments
 (0)