compute icon indicating copy to clipboard operation
compute copied to clipboard

Add better support for Khronos C++ types

Open kylelutz opened this issue 10 years ago • 1 comments

Add better support for interoperating between Boost.Compute and the Khronos OpenCL C++ wrapper types. For example, the following should be possible:

cl::CommandQueue q1 = ...;
boost::compute::command_queue q2 = q1;

kylelutz avatar Dec 29 '14 17:12 kylelutz

shouldn't it be easy to interoperate via the c-api level? i feel such wrappers should be quite trivial, but maybe i am wrong, maybe ownership is complicated?

maddanio avatar May 16 '18 22:05 maddanio