forked from OSchip/llvm-project
[HIP] Add __managed__ macro to header
This commit is contained in:
parent
eb4ab3358c
commit
0211877a07
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue