Skip to content

Commit 2b54da1

Browse files
windows set enum width
1 parent 0457880 commit 2b54da1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mlir/include/mlir-c/Dialect/SparseTensor.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,8 @@ enum MlirBaseSparseTensorLevelType {
4343
MLIR_SPARSE_TENSOR_LEVEL_LOOSE_COMPRESSED_NO = 0x000000080002,
4444
MLIR_SPARSE_TENSOR_LEVEL_LOOSE_COMPRESSED_NU_NO = 0x000000080003,
4545
MLIR_SPARSE_TENSOR_LEVEL_N_OUT_OF_M = 0x000000100000,
46-
MLIR_SPARSE_TENSOR_LEVEL_2_OUT_OF_4 = 0x020400100000,
4746
};
4847

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-
5648
//===----------------------------------------------------------------------===//
5749
// SparseTensorEncodingAttr
5850
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)