// d3d12umddi.h
typedef enum D3D12DDI_WAVE_MMA_TIER {
D3D12DDI_WAVE_MMA_TIER_NOT_SUPPORTED = 0,
D3D12DDI_WAVE_MMA_TIER_0_5_EXPERIMENTAL = 5
} ;
View the official Windows Driver Kit DDI referenceNo description available.
A D3D12DDI_WAVE_MMA_TIER enumeration value indicates the driver's support for wave matrix-matrix arithmetic (MMA) operations.
D3D12DDI_WAVE_MMA_TIER_NOT_SUPPORTED:0The driver doesn't support WaveMMA operations.
D3D12DDI_WAVE_MMA_TIER_0_5_EXPERIMENTAL:5The driver supports experimental WaveMMA operations.
For more information, see Wave MMA.