Merge pull request #913 from aaronenyeshi/fix-texture-constant-addrspace

Fix texture using constant addrspace 4
This commit is contained in:
Maneesh Gupta
2019-02-13 08:59:01 +05:30
committed by GitHub
@@ -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)))