Skip to content

Commit 6d99e7e

Browse files
author
Peiming Liu
committed
address comments
1 parent f0c9c74 commit 6d99e7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Dialect/SparseTensor/Transforms/Utils/SparseTensorLevel.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ class SparseIterator {
171171
// Forwards the iterator to the next element.
172172
ValueRange forward(OpBuilder &b, Location l);
173173

174+
// Locate the iterator to the position specified by *crd*, this can only
174175
// be done on an iterator that supports randm access.
175176
void locate(OpBuilder &b, Location l, Value crd);
176177

0 commit comments

Comments
 (0)