CUDA memory copy types

Enumerator:
cudaMemcpyHostToHost  Host -> Host
cudaMemcpyHostToDevice  Host -> Device
cudaMemcpyDeviceToHost  Device -> Host
cudaMemcpyDeviceToDevice  Device -> Device
cudaMemcpyDefault  Default based unified virtual address space


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA