Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

D3D12_WAVE_MMA_TIER enumeration (d3d12.h)

Defines constants that specify a level of support for WaveMMA (wave_matrix) operations.

Syntax

typedef enum D3D12_WAVE_MMA_TIER {
 D3D12_WAVE_MMA_TIER_NOT_SUPPORTED = 0,
 D3D12_WAVE_MMA_TIER_1_0 = 10
} ;

Constants

 
D3D12_WAVE_MMA_TIER_NOT_SUPPORTED
Value: 0
Specifies that WaveMMA (wave_matrix) operations are not supported.
D3D12_WAVE_MMA_TIER_1_0
Value: 10
Specifies that WaveMMA (wave_matrix) operations are supported.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header d3d12.h

Feedback

Was this page helpful?

Additional resources