HIP: Heterogenous-computing Interface for Portability
Public Attributes | List of all members
AMDGPU::RuntimeMD::IsaInfo::Metadata Struct Reference

In-memory representation of instruction set architecture information. More...

#include <AMDGPURuntimeMetadata.h>

Public Attributes

unsigned WavefrontSize = 0
 Wavefront size.
 
unsigned LocalMemorySize = 0
 Local memory size in bytes.
 
unsigned EUsPerCU = 0
 Number of execution units per compute unit.
 
unsigned MaxWavesPerEU = 0
 Maximum number of waves per execution unit.
 
unsigned MaxFlatWorkGroupSize = 0
 Maximum flat work group size.
 
unsigned SGPRAllocGranule = 0
 SGPR allocation granularity.
 
unsigned TotalNumSGPRs = 0
 Total number of SGPRs.
 
unsigned AddressableNumSGPRs = 0
 Addressable number of SGPRs.
 
unsigned VGPRAllocGranule = 0
 VGPR allocation granularity.
 
unsigned TotalNumVGPRs = 0
 Total number of VGPRs.
 
unsigned AddressableNumVGPRs = 0
 Addressable number of VGPRs.
 

Detailed Description

In-memory representation of instruction set architecture information.


The documentation for this struct was generated from the following file: