[Mlir-commits] [mlir] [mlir][sparse] setup `SparseIterator` to help generating code to traverse a sparse tensor level. (PR #78345)
Peiming Liu
llvmlistbot at llvm.org
Mon Jan 22 14:59:20 PST 2024
================
@@ -1,3 +1,4 @@
+// TODO: re-enable after lowering coo.next to function call (such that loop structure is more clear).
----------------
PeimingLiu wrote:
Yes, but also because I found the current CHECK test hard to read, it is difficult to tell whether the loop structure is correct.
https://github.com/llvm/llvm-project/pull/78345
More information about the Mlir-commits
mailing list