We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0475451 commit 0457880Copy full SHA for 0457880
mlir/include/mlir-c/Dialect/SparseTensor.h
@@ -43,12 +43,15 @@ enum MlirBaseSparseTensorLevelType {
43
MLIR_SPARSE_TENSOR_LEVEL_LOOSE_COMPRESSED_NO = 0x000000080002,
44
MLIR_SPARSE_TENSOR_LEVEL_LOOSE_COMPRESSED_NU_NO = 0x000000080003,
45
MLIR_SPARSE_TENSOR_LEVEL_N_OUT_OF_M = 0x000000100000,
46
+ MLIR_SPARSE_TENSOR_LEVEL_2_OUT_OF_4 = 0x020400100000,
47
};
48
49
static_assert((sizeof(enum MlirSparseTensorLevelType) == 8),
50
"MlirSparseTensorLevelType must be 8 bytes");
51
52
+#if !defined(_MSC_VER)
53
#pragma GCC diagnostic pop
54
+#endif
55
56
//===----------------------------------------------------------------------===//
57
// SparseTensorEncodingAttr
0 commit comments