Hi,
I'm trying to port an OpenCL kernel that contains C++ template declarations. The compilation of the kernel code (with clCreateProgramWithSource) fails because it does not recognise the "template" symbol.
Is there a way around this?
I'm using the latest Intel OpenCL SDK on a machine equipped with Xeon Phi, and the example codes run just fine.
Many thanks.