AMDGPU address space identifiers for OpenCL and the backend.

Description

OpenCL uses address spaces to differentiate between various memory regions on the hardware. On the CPU all of the address spaces point to the same memory, however on the GPU, each address space points to a separate piece of memory that is unique from other memory locations.

Enums

Name

Description

Unnamed enum

AMDGPU LLVM address space identifiers.

Created with MrDocs