[Mlir-commits] [mlir] [mlir][sparse] handle padding on sparse levels. (PR #90527)
Aart Bik
llvmlistbot at llvm.org
Mon Apr 29 16:05:48 PDT 2024
================
@@ -303,6 +304,12 @@ std::unique_ptr<SparseIterator>
makeSlicedLevelIterator(std::unique_ptr<SparseIterator> &&sit, Value offset,
Value stride, Value size, SparseEmitStrategy strategy);
+/// Helper function to create a SparseIterator object that iterate over a
----------------
aartbik wrote:
that iterates (add s)
https://github.com/llvm/llvm-project/pull/90527
More information about the Mlir-commits
mailing list