// d3d12umddi.h
typedef enum D3D12DDI_WAVE_MMA_DIMENSION {
D3D12DDI_WAVE_MMA_DIMENSION_INVALID,
D3D12DDI_WAVE_MMA_DIMENSION_16,
D3D12DDI_WAVE_MMA_DIMENSION_64
} ;
View the official Windows Driver Kit DDI referenceNo description available.
The D3D12DDI_WAVE_MMA_DIMENSION enumeration specifies a dimension for a matrix being used for wave-based matrix multiply-accumulate (MMA) operations.
D3D12DDI_WAVE_MMA_DIMENSION_INVALIDIndicates an invalid or unsupported dimension.
D3D12DDI_WAVE_MMA_DIMENSION_16Indicates a dimension size of 16.
D3D12DDI_WAVE_MMA_DIMENSION_64Indicates a dimension size of 64.
For more information, see Wave MMA.