[Mlir-commits] [mlir] [mlir][sparse] Expand LevelType to 64 bits and implement parsing n out of m (PR #79935)

Aart Bik llvmlistbot at llvm.org
Tue Jan 30 13:15:31 PST 2024


================
@@ -26,20 +26,20 @@ MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(SparseTensor, sparse_tensor);
 /// If updating, keep them in sync and update the static_assert in the impl
 /// file.
 enum MlirSparseTensorLevelType {
----------------
aartbik wrote:

There is

enum class XXX : uint64_t

for that purpose, but that may have interesting different requirements here and there

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


More information about the Mlir-commits mailing list