Relative Content

Tag Archive for c++openclopencl-c

OpenCL – How to suppress build errors from going to Standard Error?

In my application, I have a single OpenCL C program that gets built with several swappable modules that change parts of the code—notably, it changes some macros so that different arithmetic types are used for different versions of the program, and there’s also some swappable layers that are also switched depending on which arithmetic types are being used (i.e. integer types vs floating point types).