[Mlir-commits] [mlir] [mlir][sparse] setup `SparseIterator` to help generating code to traverse a sparse tensor level. (PR #78345)

Aart Bik llvmlistbot at llvm.org
Wed Jan 24 11:02:03 PST 2024


================
@@ -14,49 +14,246 @@
 namespace mlir {
 namespace sparse_tensor {
 
+/// The base class for all types of sparse tensor levels. It provides interface
----------------
aartbik wrote:

It provides an interface ... (add an)

https://github.com/llvm/llvm-project/pull/78345


More information about the Mlir-commits mailing list