File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
mlir/include/mlir-c/Dialect Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,8 @@ enum MlirBaseSparseTensorLevelType {
43
43
MLIR_SPARSE_TENSOR_LEVEL_LOOSE_COMPRESSED_NO = 0x000000080002 ,
44
44
MLIR_SPARSE_TENSOR_LEVEL_LOOSE_COMPRESSED_NU_NO = 0x000000080003 ,
45
45
MLIR_SPARSE_TENSOR_LEVEL_N_OUT_OF_M = 0x000000100000 ,
46
- MLIR_SPARSE_TENSOR_LEVEL_2_OUT_OF_4 = 0x020400100000 ,
47
46
};
48
47
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
48
//===----------------------------------------------------------------------===//
57
49
// SparseTensorEncodingAttr
58
50
//===----------------------------------------------------------------------===//
You can’t perform that action at this time.
0 commit comments