You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#define THROW_OPENCL_ERROR(error, ctx) do { auto _uniqueerrorval = error; if (_uniqueerrorval != CL_SUCCESS) throwx( ::ocl::ocl_error(ctx) ); } while (false)
template <class RefClass, class Pointer, cl_int (CL_API_CALL* Deleter)(Pointer)>