Skip to content

Add better support for Khronos C++ types #358

Open
@kylelutz

Description

@kylelutz

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;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions