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