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 f3f5210 commit 369e292Copy full SHA for 369e292
lib/mps/libmps.jl
@@ -56,11 +56,13 @@ end
56
MPSDataTypeComplexFloat16 = 0x0000000011000020
57
MPSDataTypeSignedBit = 0x0000000020000000
58
MPSDataTypeIntBit = 0x0000000020000000
59
+ MPSDataTypeInt2 = 0x0000000020000002
60
MPSDataTypeInt4 = 0x0000000020000004
61
MPSDataTypeInt8 = 0x0000000020000008
62
MPSDataTypeInt16 = 0x0000000020000010
63
MPSDataTypeInt32 = 0x0000000020000020
64
MPSDataTypeInt64 = 0x0000000020000040
65
+ MPSDataTypeUInt2 = 0x0000000000000002
66
MPSDataTypeUInt4 = 0x0000000000000004
67
MPSDataTypeUInt8 = 0x0000000000000008
68
MPSDataTypeUInt16 = 0x0000000000000010
0 commit comments