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