D3D12DDI_WAVE_MMA_TIER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d12umddi-d3d12ddi_wave_mma_tier)

Description

A D3D12DDI_WAVE_MMA_TIER enumeration value indicates the driver's support for wave matrix-matrix arithmetic (MMA) operations.

Constants

D3D12DDI_WAVE_MMA_TIER_NOT_SUPPORTED:0

The driver doesn't support WaveMMA operations.

D3D12DDI_WAVE_MMA_TIER_0_5_EXPERIMENTAL:5

The driver supports experimental WaveMMA operations.

Remarks

For more information, see Wave MMA.

See also

D3D12DDI_SHADER_CAPS_0084

PFND3DDDI_GETCAPS