I\'m a novice in OpenCL.
I have an algorithm which uses templates. It worked well with OpenMP parallelization but now the amount of data has grown and the only way t
Note that the new SYCL Khronos standard has native support for C++ templates in OpenCL.