Questions tagged [opencl-3]
1 questions
0
votes
1 answer
How can I compile OpenCL kernels written in OpenCL-C++?
I would love to be able to use C++ in my OpenCL kernels.
However, the OpenCL 3.0 host-side API documentation, Section 5.8.1, says:
5.8.1. Creating Program Objects
To creates a program object for a context and load source code into that object, call…

einpoklum
- 118,144
- 57
- 340
- 684