Skip to content

Commit 0457880

Browse files
windows
1 parent 0475451 commit 0457880

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,15 @@ 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,
4647
};
4748

4849
static_assert((sizeof(enum MlirSparseTensorLevelType) == 8),
4950
"MlirSparseTensorLevelType must be 8 bytes");
5051

52+
#if !defined(_MSC_VER)
5153
#pragma GCC diagnostic pop
54+
#endif
5255

5356
//===----------------------------------------------------------------------===//
5457
// SparseTensorEncodingAttr

0 commit comments

Comments
 (0)