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

Peiming Liu llvmlistbot at llvm.org
Tue Jan 30 12:22:07 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 {
----------------
PeimingLiu wrote:

I am not sure what is the default bitwidth for C enum, is it prone to overflow ?

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


More information about the Mlir-commits mailing list