Congratulations!
Great to see that Boost.GIL finally got some love. It appears to be in the
midst of some modernization and overhaul which I like to see as I feel it
was in a sorry state. Is it under new management or something?
Cheers,
Stephan
Am Do., 11. Aug. 2022 um 02:32 Uhr schrieb Glen Fer
Hi everyone,
perhaps someone can answer a question about Boost.Compute. I have recently
switched to it from using native OpenCL.
Most of the things work fine except for one quirk:
OpenCL allows for auto-determining the work group size when using
enqueue_kernel(). As the correct work group size is
Hello everyone,
I have recently made the switched an existing OpenCL application to boost
compute. For reasons mostly.
Now the transition went well for the most part but I struggle with one
feature that appears to be missing. The determination of the local work
group size.
Originally the code wa