Fix texture using constant addrspace 4

Cette révision appartient à :
Aaron Enye Shi
2019-02-12 16:56:22 +00:00
Parent 31c4a0dff1
révision 63b400beea
+1 -1
Voir le fichier
@@ -50,7 +50,7 @@ union TData {
#define __TEXTURE_FUNCTIONS_DECL__ static inline __device__
#if (__hcc_workweek__ >= 18114)
#if (__hcc_workweek__ >= 18114) || __clang__
#define ADDRESS_SPACE_CONSTANT __attribute__((address_space(4)))
#else
#define ADDRESS_SPACE_CONSTANT __attribute__((address_space(2)))