|
The question is in the title : I need to make lots of atomic_add in a global table (and I did not really find a way to avoid it, it's an algorithm close to hough transform, is someone has a better idea I will be happy to examine it !). |
Answered by
inducer
Jul 15, 2023
Replies: 1 comment 1 reply
|
That's really got more to do with the OpenCL implementation and hardware you're using, and less with pyopencl. So without knowing those things, it's hard to even guess. |
1 reply
Answer selected by
mikamyara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's really got more to do with the OpenCL implementation and hardware you're using, and less with pyopencl. So without knowing those things, it's hard to even guess.