Этот коммит содержится в:
Maneesh Gupta
2020-03-17 13:59:44 +05:30
коммит произвёл GitHub
родитель 774035d869 1c5f526e6b
Коммит eee5cc8621
+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__)