HIP: Heterogenous-computing Interface for Portability
|
TODO-doc. More...
Go to the source code of this file.
Macros | |
#define | GENERIC_GRID_LAUNCH 1 |
#define | __host__ __attribute__((cpu)) |
#define | __device__ __attribute__((hc)) |
#define | __global__ __attribute__((annotate("hip__global__"), hc, used, weak)) |
#define | __noinline__ __attribute__((noinline)) |
#define | __forceinline__ __attribute__((always_inline)) |
#define | __shared__ tile_static |
#define | __constant__ __attribute__((hc)) |
TODO-doc.
#define __host__ __attribute__((cpu)) |
Function and kernel markers