D3D12DDI_WAVE_MMA_TIER enumeration (d3d12umddi.h)

Important

Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Syntax

typedef enum D3D12DDI_WAVE_MMA_TIER {
  D3D12DDI_WAVE_MMA_TIER_NOT_SUPPORTED = 0,
  D3D12DDI_WAVE_MMA_TIER_0_5_EXPERIMENTAL = 5
} ;

Constants

 
D3D12DDI_WAVE_MMA_TIER_NOT_SUPPORTED
Value: 0
The driver doesn't support WaveMMA operations.
D3D12DDI_WAVE_MMA_TIER_0_5_EXPERIMENTAL
Value: 5
The driver supports experimental WaveMMA operations.

Remarks

For more information, see Wave MMA.

Requirements

Requirement Value
Header d3d12umddi.h

See also

D3D12DDI_SHADER_CAPS_0084

PFND3DDDI_GETCAPS