LLVM 23.0.0git
llvm::AMDGPU::WMMAMods Namespace Reference

Variables

constexpr const char *const ModMatrixFmt []
constexpr const char *const ModMatrixScale []
constexpr const char *const ModMatrixScaleFmt []

Variable Documentation

◆ ModMatrixFmt

const char* const llvm::AMDGPU::WMMAMods::ModMatrixFmt[]
constexpr
Initial value:
= {
"MATRIX_FMT_FP8", "MATRIX_FMT_BF8", "MATRIX_FMT_FP6", "MATRIX_FMT_BF6",
"MATRIX_FMT_FP4"}

Definition at line 138 of file AMDGPUAsmUtils.h.

◆ ModMatrixScale

const char* const llvm::AMDGPU::WMMAMods::ModMatrixScale[]
constexpr
Initial value:
= {"MATRIX_SCALE_ROW0",
"MATRIX_SCALE_ROW1"}

Definition at line 142 of file AMDGPUAsmUtils.h.

◆ ModMatrixScaleFmt

const char* const llvm::AMDGPU::WMMAMods::ModMatrixScaleFmt[]
constexpr
Initial value:
= {
"MATRIX_SCALE_FMT_E8", "MATRIX_SCALE_FMT_E5M3", "MATRIX_SCALE_FMT_E4M3"}

Definition at line 145 of file AMDGPUAsmUtils.h.