#define HIP_DYNAMIC_SHARED_ATTRIBUTE is added

[ROCm/hip commit: 7015675983]
Esse commit está contido em:
Evgeny Mankov
2016-08-16 17:58:57 +03:00
commit 150e3acdad
2 arquivos alterados com 4 adições e 0 exclusões
@@ -627,6 +627,8 @@ do {\
__attribute__((address_space(3))) type* var = \
(__attribute__((address_space(3))) type*)__get_dynamicgroupbaseptr(); \
#define HIP_DYNAMIC_SHARED_ATTRIBUTE __attribute__((address_space(3)))
#endif // __HCC__
@@ -99,6 +99,8 @@ kernelName<<<numblocks,numthreads,memperblock,streamId>>>(0, ##__VA_ARGS__);\
#define HIP_DYNAMIC_SHARED(type, var) \
extern __shared__ type var[]; \
#define HIP_DYNAMIC_SHARED_ATTRIBUTE
#endif