|
cheshirekow
v0.1.0
|
Go to the source code of this file.
Classes | |
| struct | Dim3 |
Macros | |
| #define | __constant__ |
| #define | __device__ |
| #define | __forceinline__ |
| #define | __global__ |
| #define | __host__ |
| #define | __shared__ |
Functions | |
| void | __syncthreads () |
Variables | |
| Dim3 | blockDim |
| Dim3 | blockIdx |
| Dim3 | gridDim |
| Dim3 | threadIdx |
Definition in file fakecuda.h.
| #define __constant__ |
Definition at line 35 of file fakecuda.h.
| #define __device__ |
Definition at line 34 of file fakecuda.h.
| #define __forceinline__ |
Definition at line 38 of file fakecuda.h.
| #define __global__ |
Definition at line 33 of file fakecuda.h.
| #define __host__ |
Definition at line 37 of file fakecuda.h.
| #define __shared__ |
Definition at line 36 of file fakecuda.h.
| void __syncthreads | ( | ) |
| Dim3 blockDim |
| Dim3 blockIdx |
| Dim3 gridDim |
| Dim3 threadIdx |