Annotate __constant__

这个提交包含在:
Alex Voicu
2020-02-28 22:54:00 +02:00
父节点 d29ad50464
当前提交 27480ff5a2
+1 -1
查看文件
@@ -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__)