GPU kinds supported by the AMDGPU target.
Declared in <llvm/TargetParser/AMDGPUTargetParser.h>
enum GPUKind : uint8_t;
| Name |
|---|
GK_NONE |
| Name | Description |
|---|---|
getBaseArchNameAMDGCN | The canonical GPU name for a variant name. |
getFeatureBitset | Returns AK's feature bitset, or an empty bitset if unknown. |
getMaxHWAddressableLocalMemorySize | |
getMaxWavesPerEU | |
isPseudoTarget | Return true if AK is a pseudo target (e.g. "generic"/"generic-hsa"): a recognized AMDGCN GPU that represents no concrete hardware and has no subarch of its own. Such targets are resolved by the backend as a default device but are not valid as an explicit -mcpu. |