[Mlir-commits] [mlir] [mlir][sparse] introduce `sparse_tensor.iterate` operation (PR #88955)

Aart Bik llvmlistbot at llvm.org
Fri May 24 12:42:10 PDT 2024


================
@@ -54,6 +58,40 @@ struct COOSegment {
   }
 };
 
+/// A simple wrapper to encode a bitset of defined (at most 64) levels.
----------------
aartbik wrote:

remove "defined"?

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


More information about the Mlir-commits mailing list