Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    Have you checked the documentation here: registry.khronos.org/OpenCL/sdk/3.0/docs/man/html/… Also what load/store atomic you expect form host program to the kernel? Commented Mar 10 at 20:00
  • @IlianZapryanov Yes. I did it already. It says "// Requires OpenCL C 2.0" but I am not sure if I miss something as english is not my native language. C atomic_load(volatile A *object) cannot handle a pointer to __global variable? So then, why the need of atomics; Commented Mar 10 at 20:14