Re: [Boost-users] [release] Boost 1.80.0

2022-08-11 Thread Stephan Menzel via Boost-users
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

[Boost-users] [Compute] Auto-determine work group size

2022-05-12 Thread Stephan Menzel via Boost-users
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

[Boost-users] [Compute] automatically determine work group size

2021-08-30 Thread Stephan Menzel via Boost-users
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