Annotate __constant__ (#1901)

[ROCm/clr commit: e8bd9768d1]
这个提交包含在:
Maneesh Gupta
2020-03-17 13:59:44 +05:30
提交者 GitHub
当前提交 91546b6c9f
@@ -60,7 +60,7 @@ THE SOFTWARE.
*/
// _restrict is supported by the compiler
#define __shared__ tile_static
#define __constant__ __attribute__((hc))
#define __constant__ __attribute__((hc, annotate("__HIP_constant__")))
#elif defined(__clang__) && defined(__HIP__)