CUDA Keywords
__host__
: executes on the host machine (CPU)__global__
: executes on the device, called from the host__device__
: executes on the device, called from the device
__host__
: executes on the host machine (CPU)__global__
: executes on the device, called from the host__device__
: executes on the device, called from the device