search for: amdilas

Displaying 1 result from an estimated 1 matches for "amdilas".

Did you mean: amdil
2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
...te 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 seperate piece of memory that is unique from other > +/// memory locations. > +namespace AMDILAS { > +enum AddressSpaces { > + PRIVATE_ADDRESS = 0, // Address space for private memory. > + GLOBAL_ADDRESS = 1, // Address space for global memory (RAT0, VTX0). > + CONSTANT_ADDRESS = 2, // Address space for constant memory. > + LOCAL_ADDRESS = 3, // Address space for local...