[Mlir-commits] [mlir] [mlir][sparse] introduce `sparse_tensor.iterate` operation (PR #88955)
Aart Bik
llvmlistbot at llvm.org
Wed Apr 17 14:42:44 PDT 2024
================
@@ -41,6 +45,40 @@ using Level = uint64_t;
/// including the value `ShapedType::kDynamic` (for shapes).
using Size = int64_t;
+/// A simple wrapper to encode a bitset of defined (at most 64) levels.
----------------
aartbik wrote:
double space before brackets?
https://github.com/llvm/llvm-project/pull/88955
More information about the Mlir-commits
mailing list