adjust the hcc work week for the texture fix

[ROCm/hip commit: f48e471dd4]
This commit is contained in:
Siu Chi Chan
2018-04-06 15:46:55 -04:00
parent 9d63894af8
commit 83343a2bba
@@ -36,7 +36,7 @@ union TData {
#define __TEXTURE_FUNCTIONS_DECL__ static __inline__ __device__
#if (__hcc_workweek__ >= 18115)
#if (__hcc_workweek__ >= 18114)
#define ADDRESS_SPACE_CONSTANT __attribute__((address_space(4)))
#else
#define ADDRESS_SPACE_CONSTANT __attribute__((address_space(2)))