[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 10:10:07 PST 2024
================
@@ -21,42 +21,235 @@ class SparseTensorLevel {
SparseTensorLevel &operator=(const SparseTensorLevel &) = delete;
----------------
aartbik wrote:
Can you please add a top level comment to the class SparseTensorLevel in this header (see all the other classes in headers in this Utils files). This is a rather central class for your code generation approach, so it is good to describe that this views the world from each dimension level, and how to use it
https://github.com/llvm/llvm-project/pull/78345
More information about the Mlir-commits
mailing list