enum CoopVecComponentType¶
Description¶
Specifies how to interpret the values in a cooperative vector or matrix.
Values¶
_FloatE4M3 = _¶
_FloatE5M2 = _¶
_Float16 = _¶
_Float32 = _¶
_Float64 = _¶
_SignedInt8 = _¶
_SignedInt16 = _¶
_SignedInt32 = _¶
_SignedInt64 = _¶
_SignedInt8Packed = _¶
_UnsignedInt8 = _¶
_UnsignedInt16 = _¶
_UnsignedInt32 = _¶
_UnsignedInt64 = _¶
_UnsignedInt8Packed = _¶
Remarks¶
This enum defines the various data types that can be used for elements in cooperative vectors and matrices, including packed formats where multiple values can be stored in a single element.