Skip to content

Commit d6093ea

Browse files
author
Peiming Liu
committed
fix comments
1 parent b4fbdbd commit d6093ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/lib/Dialect/SparseTensor/IR/SparseTensorInterfaces.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ using namespace mlir::sparse_tensor;
1919
LogicalResult
2020
sparse_tensor::detail::stageWithSortImpl(StageWithSortSparseOp op,
2121
PatternRewriter &rewriter) {
22-
// TODO: Implement it as an Interface, this can be reused from other
23-
// operations too (e.g., concatenate, reshape, etc).
2422
if (!op.needExtraSort())
2523
return failure();
2624

0 commit comments

Comments
 (0)