From f48e471dd46c2e4d4c80837aba69e6c6cc59ccfa Mon Sep 17 00:00:00 2001 From: Siu Chi Chan Date: Fri, 6 Apr 2018 15:46:55 -0400 Subject: [PATCH] adjust the hcc work week for the texture fix --- include/hip/hcc_detail/texture_functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hip/hcc_detail/texture_functions.h b/include/hip/hcc_detail/texture_functions.h index e165c3c051..51847bb04a 100644 --- a/include/hip/hcc_detail/texture_functions.h +++ b/include/hip/hcc_detail/texture_functions.h @@ -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)))