[HIP] Add __managed__ macro to header

This commit is contained in:
Yaxun (Sam) Liu 2021-02-04 10:57:48 -05:00
parent eb4ab3358c
commit 0211877a07
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#define __global__ __attribute__((global))
#define __shared__ __attribute__((shared))
#define __constant__ __attribute__((constant))
#define __managed__ __attribute__((managed))
#if !defined(__cplusplus) || __cplusplus < 201103L
#define nullptr NULL;