Remove explicit address spaces declarations

This commit is contained in:
Wen-Heng (Jack) Chung
2017-07-07 12:46:29 -05:00
parent 3a2f5f4a4b
commit 0237aeab06
3 changed files with 2 additions and 18 deletions
@@ -50,14 +50,6 @@ THE SOFTWARE.
#include <hip/hip_runtime_api.h>
#if USE_PROMOTE_FREE_HCC == 1
#define ADDRESS_SPACE_1
#define ADDRESS_SPACE_3
#else
#define ADDRESS_SPACE_1 __attribute__((address_space(1)))
#define ADDRESS_SPACE_3 __attribute__((address_space(3)))
#endif
//---
// Remainder of this file only compiles with HCC
#if defined __HCC__