clang 20.0.0git
|
#include <stddef.h>
Go to the source code of this file.
Classes | |
struct | dim3 |
Macros | |
#define | __host__ __attribute__((host)) |
#define | __device__ __attribute__((device)) |
#define | __global__ __attribute__((global)) |
#define | __shared__ __attribute__((shared)) |
#define | __constant__ __attribute__((constant)) |
#define | __managed__ __attribute__((managed)) |
Typedefs | |
typedef struct dim3 | dim3 |
Functions | |
unsigned | __llvmPushCallConfiguration (dim3 gridDim, dim3 blockDim, size_t sharedMem=0, void *stream=0) |
#define __constant__ __attribute__((constant)) |
Definition at line 16 of file __llvm_offload.h.
#define __device__ __attribute__((device)) |
Definition at line 13 of file __llvm_offload.h.
#define __global__ __attribute__((global)) |
Definition at line 14 of file __llvm_offload.h.
#define __host__ __attribute__((host)) |
Definition at line 12 of file __llvm_offload.h.
#define __managed__ __attribute__((managed)) |
Definition at line 17 of file __llvm_offload.h.
#define __shared__ __attribute__((shared)) |
Definition at line 15 of file __llvm_offload.h.