Fix texture using constant addrspace 4
[ROCm/clr commit: eec46be762]
Αυτή η υποβολή περιλαμβάνεται σε:
@@ -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)))
|
||||
|
||||
Αναφορά σε νέο ζήτημα
Block a user