Data sharing between CPU and GPU on modern x86 hardware with OpenCL or other GPGPU framework
- 阅读更多 关于 Data sharing between CPU and GPU on modern x86 hardware with OpenCL or other GPGPU framework
问题 Progressing unification of CPU and GPU hardware, as evidenced by AMD Kaveri with hUMA (heterogeneous Uniform Memory Access) and Intel 4th generation CPUs, should allow copy-free sharing of data between CPU and GPU. I would like to know, if the most recent OpenCL (or other GPGPU framework) implementations allow true copy-free sharing (no explicit or implicit data copying) of large data structure between code running on CPU and GPU. 回答1: The ability to share data between host and device without