Enum

VkCooperativeMatrixFlagBitsEXT

Bitmask specifying which class of cooperative matrix properties to query

Bits which can be set in VkPhysicalDeviceCooperativeMatrixInfo2EXT::flags to select the class of cooperative matrix properties being queried are:

typedef enum VkCooperativeMatrixFlagBitsEXT {

    // Provided by extensions
    VK_COOPERATIVE_MATRIX_SATURATING_ACCUMULATION_BIT_EXT = 0x00000001,
} VkCooperativeMatrixFlagBitsEXT;
  • VK_COOPERATIVE_MATRIX_SATURATING_ACCUMULATION_BIT_EXT specifies that the query returns properties for which the shader must use the SaturatingAccumulation operand on OpCooperativeMatrixMulAddKHR. If this bit is not set, the query returns properties for which the shader must not use the SaturatingAccumulation operand on OpCooperativeMatrixMulAddKHR.