We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c9c74 commit 6d99e7eCopy full SHA for 6d99e7e
mlir/lib/Dialect/SparseTensor/Transforms/Utils/SparseTensorLevel.h
@@ -171,6 +171,7 @@ class SparseIterator {
171
// Forwards the iterator to the next element.
172
ValueRange forward(OpBuilder &b, Location l);
173
174
+ // Locate the iterator to the position specified by *crd*, this can only
175
// be done on an iterator that supports randm access.
176
void locate(OpBuilder &b, Location l, Value crd);
177
0 commit comments