LLVM: llvm::AMDGPU::GenericVersion Namespace Reference (original) (raw)

Generic target versions emitted by this version of LLVM. More...

Variables
static constexpr unsigned GFX9 = 1
static constexpr unsigned GFX9_4 = 1
static constexpr unsigned GFX10_1 = 1
static constexpr unsigned GFX10_3 = 1
static constexpr unsigned GFX11 = 1
static constexpr unsigned GFX12 = 1

Detailed Description

Generic target versions emitted by this version of LLVM.

These numbers are incremented every time a codegen breaking change occurs within a generic family.

Variable Documentation

GFX10_1

unsigned llvm::AMDGPU::GenericVersion::GFX10_1 = 1 staticconstexpr

GFX10_3

unsigned llvm::AMDGPU::GenericVersion::GFX10_3 = 1 staticconstexpr

GFX11

unsigned llvm::AMDGPU::GenericVersion::GFX11 = 1 staticconstexpr

GFX12

unsigned llvm::AMDGPU::GenericVersion::GFX12 = 1 staticconstexpr

GFX9

unsigned llvm::AMDGPU::GenericVersion::GFX9 = 1 staticconstexpr

GFX9_4

unsigned llvm::AMDGPU::GenericVersion::GFX9_4 = 1 staticconstexpr