Searched refs:__gpu_local (Results 1 – 3 of 3) sorted by relevance
27 template <typename T> using Local = __gpu_local T;28 template <typename T> using Global = __gpu_local T;
26 #define __gpu_local __attribute__((address_space(3))) macro
30 #define __gpu_local __attribute__((address_space(3))) macro