D3D12DDI_WAVE_MMA_DIMENSION - NtDoc

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

NtDoc

No description available.

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

Description

The D3D12DDI_WAVE_MMA_DIMENSION enumeration specifies a dimension for a matrix being used for wave-based matrix multiply-accumulate (MMA) operations.

Constants

D3D12DDI_WAVE_MMA_DIMENSION_INVALID

Indicates an invalid or unsupported dimension.

D3D12DDI_WAVE_MMA_DIMENSION_16

Indicates a dimension size of 16.

D3D12DDI_WAVE_MMA_DIMENSION_64

Indicates a dimension size of 64.

Remarks

For more information, see Wave MMA.

See also

D3D12DDI_WAVE_MMA_DATA_0103