Reputation: 751
Hi I'm working on developing an application, which involves working on shared data between GPU and CPU. I know I can do atomic operation GPU and CPU separately. And also I don't want to use event synchronized between CPU and GPU. Is there any way/command so that I can do atomic operation on shared data between CPU and integrated GPU in OpenCL?
Upvotes: 0
Views: 649