Skip to content

Commit 369e292

Browse files
15.4 SDK changes (#579)
1 parent f3f5210 commit 369e292

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/mps/libmps.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,13 @@ end
5656
MPSDataTypeComplexFloat16 = 0x0000000011000020
5757
MPSDataTypeSignedBit = 0x0000000020000000
5858
MPSDataTypeIntBit = 0x0000000020000000
59+
MPSDataTypeInt2 = 0x0000000020000002
5960
MPSDataTypeInt4 = 0x0000000020000004
6061
MPSDataTypeInt8 = 0x0000000020000008
6162
MPSDataTypeInt16 = 0x0000000020000010
6263
MPSDataTypeInt32 = 0x0000000020000020
6364
MPSDataTypeInt64 = 0x0000000020000040
65+
MPSDataTypeUInt2 = 0x0000000000000002
6466
MPSDataTypeUInt4 = 0x0000000000000004
6567
MPSDataTypeUInt8 = 0x0000000000000008
6668
MPSDataTypeUInt16 = 0x0000000000000010

0 commit comments

Comments
 (0)