Download: https://github.com/dimitrs/cpp-opencl/tree/first_blog_post
In this post I would like to present my C++ to OpenCL C source transformation tool. Source code written in the OpenCL C language can now be written in C++ instead (even C++11). It is even possible to execute some of the C++ standard libraries on the GPU.
The tool compiles...