|
HIP: Heterogenous-computing Interface for Portability
|
Contains declarations for types and functions in device library. Uses int64_t and uint64_t instead of long, long long, unsigned long and unsigned long long types for device library API declarations. More...
#include "hip/amd_detail/host_defines.h"Go to the source code of this file.
Macros | |
| #define | __local __attribute__((address_space(3))) |
| #define | __CLK_LOCAL_MEM_FENCE 0x01 |
Typedefs | |
| typedef unsigned char | uchar |
| typedef unsigned short | ushort |
| typedef unsigned int | uint |
| typedef unsigned long | ulong |
| typedef unsigned long long | ullong |
| typedef unsigned | __cl_mem_fence_flags |
Variables | |
| __device__ | int |
| __device__ | float |
| __device__ uint | rid |
Contains declarations for types and functions in device library. Uses int64_t and uint64_t instead of long, long long, unsigned long and unsigned long long types for device library API declarations.