Remove explicit address spaces declarations

Tento commit je obsažen v:
Wen-Heng (Jack) Chung
2017-07-07 12:46:29 -05:00
rodič 16ba11c9c8
revize 30ee797dd4
3 změnil soubory, kde provedl 2 přidání a 18 odebrání
+2 -2
Zobrazit soubor
@@ -35,8 +35,8 @@ THE SOFTWARE.
This is the best place to put them because the device
global variables need to be initialized at the start.
*/
__device__ ADDRESS_SPACE_1 char gpuHeap[SIZE_OF_HEAP];
__device__ ADDRESS_SPACE_1 uint32_t gpuFlags[NUM_PAGES];
__device__ char gpuHeap[SIZE_OF_HEAP];
__device__ uint32_t gpuFlags[NUM_PAGES];
__device__ void *__hip_hc_malloc(size_t size)
{