Skip to content

Commit

Permalink
Update comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
pashu123 committed Nov 10, 2024
1 parent 1125f34 commit e19f918
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2511,7 +2511,7 @@ static LogicalResult setRootConfig(mlir::FunctionOpInterface entryPointFn,
SmallVector<int64_t> vecTileSizes = distTileSizes;

// Add an extra level of tiling.
// TODO: Add multiple levels of tiling if necessary.
// TODO: Limit vector tile sizes for other TilingInterface ops.
if (auto linalgOp = dyn_cast<linalg::LinalgOp>(*op)) {
limitVectorTileSizes(linalgOp, vecTileSizes);
}
Expand Down

0 comments on commit e19f918

Please sign in to comment.