|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| #ifndef CL_HPP_
|
| #define CL_HPP_
|
|
|
| |
| |
| |
|
|
| #if !defined(CL_HPP_USE_DX_INTEROP) && defined(USE_DX_INTEROP)
|
| # pragma message("opencl.hpp: USE_DX_INTEROP is deprecated. Define CL_HPP_USE_DX_INTEROP instead")
|
| # define CL_HPP_USE_DX_INTEROP
|
| #endif
|
| #if !defined(CL_HPP_ENABLE_EXCEPTIONS) && defined(__CL_ENABLE_EXCEPTIONS)
|
| # pragma message("opencl.hpp: __CL_ENABLE_EXCEPTIONS is deprecated. Define CL_HPP_ENABLE_EXCEPTIONS instead")
|
| # define CL_HPP_ENABLE_EXCEPTIONS
|
| #endif
|
| #if !defined(CL_HPP_NO_STD_VECTOR) && defined(__NO_STD_VECTOR)
|
| # pragma message("opencl.hpp: __NO_STD_VECTOR is deprecated. Define CL_HPP_NO_STD_VECTOR instead")
|
| # define CL_HPP_NO_STD_VECTOR
|
| #endif
|
| #if !defined(CL_HPP_NO_STD_STRING) && defined(__NO_STD_STRING)
|
| # pragma message("opencl.hpp: __NO_STD_STRING is deprecated. Define CL_HPP_NO_STD_STRING instead")
|
| # define CL_HPP_NO_STD_STRING
|
| #endif
|
| #if defined(VECTOR_CLASS)
|
| # pragma message("opencl.hpp: VECTOR_CLASS is deprecated. Alias cl::vector instead")
|
| #endif
|
| #if defined(STRING_CLASS)
|
| # pragma message("opencl.hpp: STRING_CLASS is deprecated. Alias cl::string instead.")
|
| #endif
|
| #if !defined(CL_HPP_USER_OVERRIDE_ERROR_STRINGS) && defined(__CL_USER_OVERRIDE_ERROR_STRINGS)
|
| # pragma message("opencl.hpp: __CL_USER_OVERRIDE_ERROR_STRINGS is deprecated. Define CL_HPP_USER_OVERRIDE_ERROR_STRINGS instead")
|
| # define CL_HPP_USER_OVERRIDE_ERROR_STRINGS
|
| #endif
|
|
|
| |
|
|
| #if defined(__USE_DEV_VECTOR)
|
| # pragma message("opencl.hpp: __USE_DEV_VECTOR is no longer supported. Expect compilation errors")
|
| #endif
|
| #if defined(__USE_DEV_STRING)
|
| # pragma message("opencl.hpp: __USE_DEV_STRING is no longer supported. Expect compilation errors")
|
| #endif
|
|
|
|
|
| #if !defined(CL_HPP_TARGET_OPENCL_VERSION)
|
| # pragma message("opencl.hpp: CL_HPP_TARGET_OPENCL_VERSION is not defined. It will default to 300 (OpenCL 3.0)")
|
| # define CL_HPP_TARGET_OPENCL_VERSION 300
|
| #endif
|
| #if CL_HPP_TARGET_OPENCL_VERSION != 100 && \
|
| CL_HPP_TARGET_OPENCL_VERSION != 110 && \
|
| CL_HPP_TARGET_OPENCL_VERSION != 120 && \
|
| CL_HPP_TARGET_OPENCL_VERSION != 200 && \
|
| CL_HPP_TARGET_OPENCL_VERSION != 210 && \
|
| CL_HPP_TARGET_OPENCL_VERSION != 220 && \
|
| CL_HPP_TARGET_OPENCL_VERSION != 300
|
| # pragma message("opencl.hpp: CL_HPP_TARGET_OPENCL_VERSION is not a valid value (100, 110, 120, 200, 210, 220 or 300). It will be set to 300 (OpenCL 3.0).")
|
| # undef CL_HPP_TARGET_OPENCL_VERSION
|
| # define CL_HPP_TARGET_OPENCL_VERSION 300
|
| #endif
|
|
|
|
|
| #if defined(CL_TARGET_OPENCL_VERSION)
|
| |
|
|
| #if CL_TARGET_OPENCL_VERSION < CL_HPP_TARGET_OPENCL_VERSION
|
| # pragma message("CL_TARGET_OPENCL_VERSION is already defined as is lower than CL_HPP_TARGET_OPENCL_VERSION")
|
| #endif
|
| #else
|
| # define CL_TARGET_OPENCL_VERSION CL_HPP_TARGET_OPENCL_VERSION
|
| #endif
|
|
|
| #if !defined(CL_HPP_MINIMUM_OPENCL_VERSION)
|
| # define CL_HPP_MINIMUM_OPENCL_VERSION 200
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION != 100 && \
|
| CL_HPP_MINIMUM_OPENCL_VERSION != 110 && \
|
| CL_HPP_MINIMUM_OPENCL_VERSION != 120 && \
|
| CL_HPP_MINIMUM_OPENCL_VERSION != 200 && \
|
| CL_HPP_MINIMUM_OPENCL_VERSION != 210 && \
|
| CL_HPP_MINIMUM_OPENCL_VERSION != 220 && \
|
| CL_HPP_MINIMUM_OPENCL_VERSION != 300
|
| # pragma message("opencl.hpp: CL_HPP_MINIMUM_OPENCL_VERSION is not a valid value (100, 110, 120, 200, 210, 220 or 300). It will be set to 100")
|
| # undef CL_HPP_MINIMUM_OPENCL_VERSION
|
| # define CL_HPP_MINIMUM_OPENCL_VERSION 100
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION > CL_HPP_TARGET_OPENCL_VERSION
|
| # error "CL_HPP_MINIMUM_OPENCL_VERSION must not be greater than CL_HPP_TARGET_OPENCL_VERSION"
|
| #endif
|
|
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION <= 100 && !defined(CL_USE_DEPRECATED_OPENCL_1_0_APIS)
|
| # define CL_USE_DEPRECATED_OPENCL_1_0_APIS
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION <= 110 && !defined(CL_USE_DEPRECATED_OPENCL_1_1_APIS)
|
| # define CL_USE_DEPRECATED_OPENCL_1_1_APIS
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION <= 120 && !defined(CL_USE_DEPRECATED_OPENCL_1_2_APIS)
|
| # define CL_USE_DEPRECATED_OPENCL_1_2_APIS
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION <= 200 && !defined(CL_USE_DEPRECATED_OPENCL_2_0_APIS)
|
| # define CL_USE_DEPRECATED_OPENCL_2_0_APIS
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION <= 210 && !defined(CL_USE_DEPRECATED_OPENCL_2_1_APIS)
|
| # define CL_USE_DEPRECATED_OPENCL_2_1_APIS
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION <= 220 && !defined(CL_USE_DEPRECATED_OPENCL_2_2_APIS)
|
| # define CL_USE_DEPRECATED_OPENCL_2_2_APIS
|
| #endif
|
|
|
| #ifdef _WIN32
|
|
|
| #include <malloc.h>
|
|
|
| #if defined(CL_HPP_USE_DX_INTEROP)
|
| #include <CL/cl_d3d10.h>
|
| #include <CL/cl_dx9_media_sharing.h>
|
| #endif
|
| #endif
|
|
|
| #if defined(_MSC_VER)
|
| #include <intrin.h>
|
| #endif
|
|
|
|
|
|
|
|
|
|
|
| #if (!defined(_MSC_VER) && __cplusplus < 201103L) || (defined(_MSC_VER) && _MSC_VER < 1700)
|
| #error Visual studio 2013 or another C++11-supporting compiler required
|
| #endif
|
|
|
| #if defined(__APPLE__) || defined(__MACOSX)
|
| #include <OpenCL/opencl.h>
|
| #else
|
| #include <CL/opencl.h>
|
| #endif
|
|
|
| #if __cplusplus >= 201703L
|
| # define CL_HPP_DEFINE_STATIC_MEMBER_ inline
|
| #elif defined(_MSC_VER)
|
| # define CL_HPP_DEFINE_STATIC_MEMBER_ __declspec(selectany)
|
| #elif defined(__MINGW32__)
|
| # define CL_HPP_DEFINE_STATIC_MEMBER_ __attribute__((selectany))
|
| #else
|
| # define CL_HPP_DEFINE_STATIC_MEMBER_ __attribute__((weak))
|
| #endif
|
|
|
|
|
|
|
| #if !defined(CL_API_PREFIX__VERSION_1_1_DEPRECATED)
|
| #define CL_API_PREFIX__VERSION_1_1_DEPRECATED
|
| #endif
|
| #if !defined(CL_API_SUFFIX__VERSION_1_1_DEPRECATED)
|
| #define CL_API_SUFFIX__VERSION_1_1_DEPRECATED
|
| #endif
|
|
|
| #if !defined(CL_API_PREFIX__VERSION_1_2_DEPRECATED)
|
| #define CL_API_PREFIX__VERSION_1_2_DEPRECATED
|
| #endif
|
| #if !defined(CL_API_SUFFIX__VERSION_1_2_DEPRECATED)
|
| #define CL_API_SUFFIX__VERSION_1_2_DEPRECATED
|
| #endif
|
|
|
| #if !defined(CL_API_PREFIX__VERSION_2_2_DEPRECATED)
|
| #define CL_API_PREFIX__VERSION_2_2_DEPRECATED
|
| #endif
|
| #if !defined(CL_API_SUFFIX__VERSION_2_2_DEPRECATED)
|
| #define CL_API_SUFFIX__VERSION_2_2_DEPRECATED
|
| #endif
|
|
|
| #if !defined(CL_CALLBACK)
|
| #define CL_CALLBACK
|
| #endif
|
|
|
| #include <utility>
|
| #include <limits>
|
| #include <iterator>
|
| #include <mutex>
|
| #include <cstring>
|
| #include <functional>
|
|
|
|
|
|
|
| #if defined(CL_HPP_ENABLE_SIZE_T_COMPATIBILITY)
|
| namespace cl {
|
| using size_type = ::size_t;
|
| }
|
| #else
|
| namespace cl {
|
| using size_type = size_t;
|
| }
|
| #endif
|
|
|
|
|
| #if defined(CL_HPP_ENABLE_EXCEPTIONS)
|
| #include <exception>
|
| #endif
|
|
|
| #if !defined(CL_HPP_NO_STD_VECTOR)
|
| #include <vector>
|
| namespace cl {
|
| template < class T, class Alloc = std::allocator<T> >
|
| using vector = std::vector<T, Alloc>;
|
| }
|
| #endif
|
|
|
| #if !defined(CL_HPP_NO_STD_STRING)
|
| #include <string>
|
| namespace cl {
|
| using string = std::string;
|
| }
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
|
|
| #if !defined(CL_HPP_NO_STD_UNIQUE_PTR)
|
| #include <memory>
|
| namespace cl {
|
|
|
|
|
| template<class T, class D>
|
| using pointer = std::unique_ptr<T, D>;
|
| }
|
| #endif
|
| #endif
|
| #if !defined(CL_HPP_NO_STD_ARRAY)
|
| #include <array>
|
| namespace cl {
|
| template < class T, size_type N >
|
| using array = std::array<T, N>;
|
| }
|
| #endif
|
|
|
|
|
|
|
| #if defined(CL_HPP_ENABLE_SIZE_T_COMPATIBILITY)
|
| namespace cl {
|
| namespace compatibility {
|
| |
| |
| |
|
|
| template <int N>
|
| class size_t
|
| {
|
| private:
|
| size_type data_[N];
|
|
|
| public:
|
|
|
| size_t()
|
| {
|
| for (int i = 0; i < N; ++i) {
|
| data_[i] = 0;
|
| }
|
| }
|
|
|
| size_t(const array<size_type, N> &rhs)
|
| {
|
| for (int i = 0; i < N; ++i) {
|
| data_[i] = rhs[i];
|
| }
|
| }
|
|
|
| size_type& operator[](int index)
|
| {
|
| return data_[index];
|
| }
|
|
|
| const size_type& operator[](int index) const
|
| {
|
| return data_[index];
|
| }
|
|
|
|
|
| operator size_type* () { return data_; }
|
|
|
|
|
| operator const size_type* () const { return data_; }
|
|
|
| operator array<size_type, N>() const
|
| {
|
| array<size_type, N> ret;
|
|
|
| for (int i = 0; i < N; ++i) {
|
| ret[i] = data_[i];
|
| }
|
| return ret;
|
| }
|
| };
|
| }
|
|
|
| template<int N>
|
| using size_t = compatibility::size_t<N>;
|
| }
|
| #endif
|
|
|
|
|
| namespace cl {
|
| namespace detail {
|
| using size_t_array = array<size_type, 3>;
|
| }
|
| }
|
|
|
|
|
| |
| |
| |
| |
|
|
| namespace cl {
|
|
|
| #define CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(name) \
|
| using PFN_##name = name##_fn
|
|
|
| #define CL_HPP_INIT_CL_EXT_FCN_PTR_(name) \
|
| if (!pfn_##name) { \
|
| pfn_##name = (PFN_##name)clGetExtensionFunctionAddress(#name); \
|
| }
|
|
|
| #define CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, name) \
|
| if (!pfn_##name) { \
|
| pfn_##name = (PFN_##name) \
|
| clGetExtensionFunctionAddressForPlatform(platform, #name); \
|
| }
|
|
|
| #ifdef cl_khr_external_memory
|
| enum class ExternalMemoryType : cl_external_memory_handle_type_khr;
|
| #endif
|
|
|
| class Memory;
|
| class Platform;
|
| class Program;
|
| class Device;
|
| class Context;
|
| class CommandQueue;
|
| class DeviceCommandQueue;
|
| class Memory;
|
| class Buffer;
|
| class Pipe;
|
| #ifdef cl_khr_semaphore
|
| class Semaphore;
|
| #endif
|
| #if defined(cl_khr_command_buffer)
|
| class CommandBufferKhr;
|
| class MutableCommandKhr;
|
| #endif
|
|
|
| #if defined(CL_HPP_ENABLE_EXCEPTIONS)
|
| |
| |
| |
|
|
| class Error : public std::exception
|
| {
|
| private:
|
| cl_int err_;
|
| const char * errStr_;
|
| public:
|
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| Error(cl_int err, const char * errStr = nullptr) : err_(err), errStr_(errStr)
|
| {}
|
|
|
| |
| |
| |
|
|
| const char * what() const noexcept override
|
| {
|
| if (errStr_ == nullptr) {
|
| return "empty";
|
| }
|
| else {
|
| return errStr_;
|
| }
|
| }
|
|
|
| |
| |
| |
|
|
| cl_int err(void) const { return err_; }
|
| };
|
| #define CL_HPP_ERR_STR_(x) #x
|
| #else
|
| #define CL_HPP_ERR_STR_(x) nullptr
|
| #endif
|
|
|
|
|
| namespace detail
|
| {
|
| #if defined(CL_HPP_ENABLE_EXCEPTIONS)
|
| static inline cl_int errHandler (
|
| cl_int err,
|
| const char * errStr = nullptr)
|
| {
|
| if (err != CL_SUCCESS) {
|
| throw Error(err, errStr);
|
| }
|
| return err;
|
| }
|
| #else
|
| static inline cl_int errHandler (cl_int err, const char * errStr = nullptr)
|
| {
|
| (void) errStr;
|
| return err;
|
| }
|
| #endif
|
| }
|
|
|
|
|
|
|
|
|
| #if !defined(CL_HPP_USER_OVERRIDE_ERROR_STRINGS)
|
| #define __GET_DEVICE_INFO_ERR CL_HPP_ERR_STR_(clGetDeviceInfo)
|
| #define __GET_PLATFORM_INFO_ERR CL_HPP_ERR_STR_(clGetPlatformInfo)
|
| #define __GET_DEVICE_IDS_ERR CL_HPP_ERR_STR_(clGetDeviceIDs)
|
| #define __GET_PLATFORM_IDS_ERR CL_HPP_ERR_STR_(clGetPlatformIDs)
|
| #define __GET_CONTEXT_INFO_ERR CL_HPP_ERR_STR_(clGetContextInfo)
|
| #define __GET_EVENT_INFO_ERR CL_HPP_ERR_STR_(clGetEventInfo)
|
| #define __GET_EVENT_PROFILE_INFO_ERR CL_HPP_ERR_STR_(clGetEventProfileInfo)
|
| #define __GET_MEM_OBJECT_INFO_ERR CL_HPP_ERR_STR_(clGetMemObjectInfo)
|
| #define __GET_IMAGE_INFO_ERR CL_HPP_ERR_STR_(clGetImageInfo)
|
| #define __GET_SAMPLER_INFO_ERR CL_HPP_ERR_STR_(clGetSamplerInfo)
|
| #define __GET_KERNEL_INFO_ERR CL_HPP_ERR_STR_(clGetKernelInfo)
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| #define __GET_KERNEL_ARG_INFO_ERR CL_HPP_ERR_STR_(clGetKernelArgInfo)
|
| #endif
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 210
|
| #define __GET_KERNEL_SUB_GROUP_INFO_ERR CL_HPP_ERR_STR_(clGetKernelSubGroupInfo)
|
| #else
|
| #define __GET_KERNEL_SUB_GROUP_INFO_ERR CL_HPP_ERR_STR_(clGetKernelSubGroupInfoKHR)
|
| #endif
|
| #define __GET_KERNEL_WORK_GROUP_INFO_ERR CL_HPP_ERR_STR_(clGetKernelWorkGroupInfo)
|
| #define __GET_PROGRAM_INFO_ERR CL_HPP_ERR_STR_(clGetProgramInfo)
|
| #define __GET_PROGRAM_BUILD_INFO_ERR CL_HPP_ERR_STR_(clGetProgramBuildInfo)
|
| #define __GET_COMMAND_QUEUE_INFO_ERR CL_HPP_ERR_STR_(clGetCommandQueueInfo)
|
|
|
| #define __CREATE_CONTEXT_ERR CL_HPP_ERR_STR_(clCreateContext)
|
| #define __CREATE_CONTEXT_FROM_TYPE_ERR CL_HPP_ERR_STR_(clCreateContextFromType)
|
| #define __GET_SUPPORTED_IMAGE_FORMATS_ERR CL_HPP_ERR_STR_(clGetSupportedImageFormats)
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 300
|
| #define __SET_CONTEXT_DESCTRUCTOR_CALLBACK_ERR CL_HPP_ERR_STR_(clSetContextDestructorCallback)
|
| #endif
|
|
|
| #define __CREATE_BUFFER_ERR CL_HPP_ERR_STR_(clCreateBuffer)
|
| #define __COPY_ERR CL_HPP_ERR_STR_(cl::copy)
|
| #define __CREATE_SUBBUFFER_ERR CL_HPP_ERR_STR_(clCreateSubBuffer)
|
| #define __CREATE_GL_BUFFER_ERR CL_HPP_ERR_STR_(clCreateFromGLBuffer)
|
| #define __CREATE_GL_RENDER_BUFFER_ERR CL_HPP_ERR_STR_(clCreateFromGLBuffer)
|
| #define __GET_GL_OBJECT_INFO_ERR CL_HPP_ERR_STR_(clGetGLObjectInfo)
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| #define __CREATE_IMAGE_ERR CL_HPP_ERR_STR_(clCreateImage)
|
| #define __CREATE_GL_TEXTURE_ERR CL_HPP_ERR_STR_(clCreateFromGLTexture)
|
| #define __IMAGE_DIMENSION_ERR CL_HPP_ERR_STR_(Incorrect image dimensions)
|
| #endif
|
| #define __SET_MEM_OBJECT_DESTRUCTOR_CALLBACK_ERR CL_HPP_ERR_STR_(clSetMemObjectDestructorCallback)
|
|
|
| #define __CREATE_USER_EVENT_ERR CL_HPP_ERR_STR_(clCreateUserEvent)
|
| #define __SET_USER_EVENT_STATUS_ERR CL_HPP_ERR_STR_(clSetUserEventStatus)
|
| #define __SET_EVENT_CALLBACK_ERR CL_HPP_ERR_STR_(clSetEventCallback)
|
| #define __WAIT_FOR_EVENTS_ERR CL_HPP_ERR_STR_(clWaitForEvents)
|
|
|
| #define __CREATE_KERNEL_ERR CL_HPP_ERR_STR_(clCreateKernel)
|
| #define __SET_KERNEL_ARGS_ERR CL_HPP_ERR_STR_(clSetKernelArg)
|
| #define __CREATE_PROGRAM_WITH_SOURCE_ERR CL_HPP_ERR_STR_(clCreateProgramWithSource)
|
| #define __CREATE_PROGRAM_WITH_BINARY_ERR CL_HPP_ERR_STR_(clCreateProgramWithBinary)
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 210
|
| #define __CREATE_PROGRAM_WITH_IL_ERR CL_HPP_ERR_STR_(clCreateProgramWithIL)
|
| #else
|
| #define __CREATE_PROGRAM_WITH_IL_ERR CL_HPP_ERR_STR_(clCreateProgramWithILKHR)
|
| #endif
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| #define __CREATE_PROGRAM_WITH_BUILT_IN_KERNELS_ERR CL_HPP_ERR_STR_(clCreateProgramWithBuiltInKernels)
|
| #endif
|
| #define __BUILD_PROGRAM_ERR CL_HPP_ERR_STR_(clBuildProgram)
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| #define __COMPILE_PROGRAM_ERR CL_HPP_ERR_STR_(clCompileProgram)
|
| #define __LINK_PROGRAM_ERR CL_HPP_ERR_STR_(clLinkProgram)
|
| #endif
|
| #define __CREATE_KERNELS_IN_PROGRAM_ERR CL_HPP_ERR_STR_(clCreateKernelsInProgram)
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| #define __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR CL_HPP_ERR_STR_(clCreateCommandQueueWithProperties)
|
| #define __CREATE_SAMPLER_WITH_PROPERTIES_ERR CL_HPP_ERR_STR_(clCreateSamplerWithProperties)
|
| #endif
|
| #define __SET_COMMAND_QUEUE_PROPERTY_ERR CL_HPP_ERR_STR_(clSetCommandQueueProperty)
|
| #define __ENQUEUE_READ_BUFFER_ERR CL_HPP_ERR_STR_(clEnqueueReadBuffer)
|
| #define __ENQUEUE_READ_BUFFER_RECT_ERR CL_HPP_ERR_STR_(clEnqueueReadBufferRect)
|
| #define __ENQUEUE_WRITE_BUFFER_ERR CL_HPP_ERR_STR_(clEnqueueWriteBuffer)
|
| #define __ENQUEUE_WRITE_BUFFER_RECT_ERR CL_HPP_ERR_STR_(clEnqueueWriteBufferRect)
|
| #define __ENQEUE_COPY_BUFFER_ERR CL_HPP_ERR_STR_(clEnqueueCopyBuffer)
|
| #define __ENQEUE_COPY_BUFFER_RECT_ERR CL_HPP_ERR_STR_(clEnqueueCopyBufferRect)
|
| #define __ENQUEUE_FILL_BUFFER_ERR CL_HPP_ERR_STR_(clEnqueueFillBuffer)
|
| #define __ENQUEUE_READ_IMAGE_ERR CL_HPP_ERR_STR_(clEnqueueReadImage)
|
| #define __ENQUEUE_WRITE_IMAGE_ERR CL_HPP_ERR_STR_(clEnqueueWriteImage)
|
| #define __ENQUEUE_COPY_IMAGE_ERR CL_HPP_ERR_STR_(clEnqueueCopyImage)
|
| #define __ENQUEUE_FILL_IMAGE_ERR CL_HPP_ERR_STR_(clEnqueueFillImage)
|
| #define __ENQUEUE_COPY_IMAGE_TO_BUFFER_ERR CL_HPP_ERR_STR_(clEnqueueCopyImageToBuffer)
|
| #define __ENQUEUE_COPY_BUFFER_TO_IMAGE_ERR CL_HPP_ERR_STR_(clEnqueueCopyBufferToImage)
|
| #define __ENQUEUE_MAP_BUFFER_ERR CL_HPP_ERR_STR_(clEnqueueMapBuffer)
|
| #define __ENQUEUE_MAP_SVM_ERR CL_HPP_ERR_STR_(clEnqueueSVMMap)
|
| #define __ENQUEUE_FILL_SVM_ERR CL_HPP_ERR_STR_(clEnqueueSVMMemFill)
|
| #define __ENQUEUE_COPY_SVM_ERR CL_HPP_ERR_STR_(clEnqueueSVMMemcpy)
|
| #define __ENQUEUE_UNMAP_SVM_ERR CL_HPP_ERR_STR_(clEnqueueSVMUnmap)
|
| #define __ENQUEUE_MAP_IMAGE_ERR CL_HPP_ERR_STR_(clEnqueueMapImage)
|
| #define __ENQUEUE_UNMAP_MEM_OBJECT_ERR CL_HPP_ERR_STR_(clEnqueueUnMapMemObject)
|
| #define __ENQUEUE_NDRANGE_KERNEL_ERR CL_HPP_ERR_STR_(clEnqueueNDRangeKernel)
|
| #define __ENQUEUE_NATIVE_KERNEL CL_HPP_ERR_STR_(clEnqueueNativeKernel)
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| #define __ENQUEUE_MIGRATE_MEM_OBJECTS_ERR CL_HPP_ERR_STR_(clEnqueueMigrateMemObjects)
|
| #endif
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 210
|
| #define __ENQUEUE_MIGRATE_SVM_ERR CL_HPP_ERR_STR_(clEnqueueSVMMigrateMem)
|
| #define __SET_DEFAULT_DEVICE_COMMAND_QUEUE_ERR CL_HPP_ERR_STR_(clSetDefaultDeviceCommandQueue)
|
| #endif
|
|
|
|
|
| #define __ENQUEUE_ACQUIRE_GL_ERR CL_HPP_ERR_STR_(clEnqueueAcquireGLObjects)
|
| #define __ENQUEUE_RELEASE_GL_ERR CL_HPP_ERR_STR_(clEnqueueReleaseGLObjects)
|
|
|
| #define __CREATE_PIPE_ERR CL_HPP_ERR_STR_(clCreatePipe)
|
| #define __GET_PIPE_INFO_ERR CL_HPP_ERR_STR_(clGetPipeInfo)
|
|
|
| #define __RETAIN_ERR CL_HPP_ERR_STR_(Retain Object)
|
| #define __RELEASE_ERR CL_HPP_ERR_STR_(Release Object)
|
| #define __FLUSH_ERR CL_HPP_ERR_STR_(clFlush)
|
| #define __FINISH_ERR CL_HPP_ERR_STR_(clFinish)
|
| #define __VECTOR_CAPACITY_ERR CL_HPP_ERR_STR_(Vector capacity error)
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 210
|
| #define __GET_HOST_TIMER_ERR CL_HPP_ERR_STR_(clGetHostTimer)
|
| #define __GET_DEVICE_AND_HOST_TIMER_ERR CL_HPP_ERR_STR_(clGetDeviceAndHostTimer)
|
| #endif
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 220
|
| #define __SET_PROGRAM_RELEASE_CALLBACK_ERR CL_HPP_ERR_STR_(clSetProgramReleaseCallback)
|
| #define __SET_PROGRAM_SPECIALIZATION_CONSTANT_ERR CL_HPP_ERR_STR_(clSetProgramSpecializationConstant)
|
| #endif
|
|
|
| #ifdef cl_khr_external_memory
|
| #define __ENQUEUE_ACQUIRE_EXTERNAL_MEMORY_ERR CL_HPP_ERR_STR_(clEnqueueAcquireExternalMemObjectsKHR)
|
| #define __ENQUEUE_RELEASE_EXTERNAL_MEMORY_ERR CL_HPP_ERR_STR_(clEnqueueReleaseExternalMemObjectsKHR)
|
| #endif
|
|
|
| #ifdef cl_khr_semaphore
|
| #define __GET_SEMAPHORE_KHR_INFO_ERR CL_HPP_ERR_STR_(clGetSemaphoreInfoKHR)
|
| #define __CREATE_SEMAPHORE_KHR_WITH_PROPERTIES_ERR CL_HPP_ERR_STR_(clCreateSemaphoreWithPropertiesKHR)
|
| #define __ENQUEUE_WAIT_SEMAPHORE_KHR_ERR CL_HPP_ERR_STR_(clEnqueueWaitSemaphoresKHR)
|
| #define __ENQUEUE_SIGNAL_SEMAPHORE_KHR_ERR CL_HPP_ERR_STR_(clEnqueueSignalSemaphoresKHR)
|
| #define __RETAIN_SEMAPHORE_KHR_ERR CL_HPP_ERR_STR_(clRetainSemaphoreKHR)
|
| #define __RELEASE_SEMAPHORE_KHR_ERR CL_HPP_ERR_STR_(clReleaseSemaphoreKHR)
|
| #endif
|
|
|
| #ifdef cl_khr_external_semaphore
|
| #define __GET_SEMAPHORE_HANDLE_FOR_TYPE_KHR_ERR CL_HPP_ERR_STR_(clGetSemaphoreHandleForTypeKHR)
|
| #endif
|
|
|
| #if defined(cl_khr_command_buffer)
|
| #define __CREATE_COMMAND_BUFFER_KHR_ERR CL_HPP_ERR_STR_(clCreateCommandBufferKHR)
|
| #define __GET_COMMAND_BUFFER_INFO_KHR_ERR CL_HPP_ERR_STR_(clGetCommandBufferInfoKHR)
|
| #define __FINALIZE_COMMAND_BUFFER_KHR_ERR CL_HPP_ERR_STR_(clFinalizeCommandBufferKHR)
|
| #define __ENQUEUE_COMMAND_BUFFER_KHR_ERR CL_HPP_ERR_STR_(clEnqueueCommandBufferKHR)
|
| #define __COMMAND_BARRIER_WITH_WAIT_LIST_KHR_ERR CL_HPP_ERR_STR_(clCommandBarrierWithWaitListKHR)
|
| #define __COMMAND_COPY_BUFFER_KHR_ERR CL_HPP_ERR_STR_(clCommandCopyBufferKHR)
|
| #define __COMMAND_COPY_BUFFER_RECT_KHR_ERR CL_HPP_ERR_STR_(clCommandCopyBufferRectKHR)
|
| #define __COMMAND_COPY_BUFFER_TO_IMAGE_KHR_ERR CL_HPP_ERR_STR_(clCommandCopyBufferToImageKHR)
|
| #define __COMMAND_COPY_IMAGE_KHR_ERR CL_HPP_ERR_STR_(clCommandCopyImageKHR)
|
| #define __COMMAND_COPY_IMAGE_TO_BUFFER_KHR_ERR CL_HPP_ERR_STR_(clCommandCopyImageToBufferKHR)
|
| #define __COMMAND_FILL_BUFFER_KHR_ERR CL_HPP_ERR_STR_(clCommandFillBufferKHR)
|
| #define __COMMAND_FILL_IMAGE_KHR_ERR CL_HPP_ERR_STR_(clCommandFillImageKHR)
|
| #define __COMMAND_NDRANGE_KERNEL_KHR_ERR CL_HPP_ERR_STR_(clCommandNDRangeKernelKHR)
|
| #define __UPDATE_MUTABLE_COMMANDS_KHR_ERR CL_HPP_ERR_STR_(clUpdateMutableCommandsKHR)
|
| #define __GET_MUTABLE_COMMAND_INFO_KHR_ERR CL_HPP_ERR_STR_(clGetMutableCommandInfoKHR)
|
| #define __RETAIN_COMMAND_BUFFER_KHR_ERR CL_HPP_ERR_STR_(clRetainCommandBufferKHR)
|
| #define __RELEASE_COMMAND_BUFFER_KHR_ERR CL_HPP_ERR_STR_(clReleaseCommandBufferKHR)
|
| #endif
|
|
|
| #if defined(cl_ext_image_requirements_info)
|
| #define __GET_IMAGE_REQUIREMENT_INFO_EXT_ERR CL_HPP_ERR_STR_(clGetImageRequirementsInfoEXT)
|
| #endif
|
|
|
| |
| |
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| #define __CREATE_SUB_DEVICES_ERR CL_HPP_ERR_STR_(clCreateSubDevices)
|
| #else
|
| #define __CREATE_SUB_DEVICES_ERR CL_HPP_ERR_STR_(clCreateSubDevicesEXT)
|
| #endif
|
|
|
| |
| |
|
|
| #if defined(CL_USE_DEPRECATED_OPENCL_1_1_APIS)
|
| #define __ENQUEUE_MARKER_ERR CL_HPP_ERR_STR_(clEnqueueMarker)
|
| #define __ENQUEUE_WAIT_FOR_EVENTS_ERR CL_HPP_ERR_STR_(clEnqueueWaitForEvents)
|
| #define __ENQUEUE_BARRIER_ERR CL_HPP_ERR_STR_(clEnqueueBarrier)
|
| #define __UNLOAD_COMPILER_ERR CL_HPP_ERR_STR_(clUnloadCompiler)
|
| #define __CREATE_GL_TEXTURE_2D_ERR CL_HPP_ERR_STR_(clCreateFromGLTexture2D)
|
| #define __CREATE_GL_TEXTURE_3D_ERR CL_HPP_ERR_STR_(clCreateFromGLTexture3D)
|
| #define __CREATE_IMAGE2D_ERR CL_HPP_ERR_STR_(clCreateImage2D)
|
| #define __CREATE_IMAGE3D_ERR CL_HPP_ERR_STR_(clCreateImage3D)
|
| #endif
|
|
|
| |
| |
|
|
| #if defined(CL_USE_DEPRECATED_OPENCL_1_2_APIS)
|
| #define __CREATE_COMMAND_QUEUE_ERR CL_HPP_ERR_STR_(clCreateCommandQueue)
|
| #define __ENQUEUE_TASK_ERR CL_HPP_ERR_STR_(clEnqueueTask)
|
| #define __CREATE_SAMPLER_ERR CL_HPP_ERR_STR_(clCreateSampler)
|
| #endif
|
|
|
| |
| |
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| #define __ENQUEUE_MARKER_WAIT_LIST_ERR CL_HPP_ERR_STR_(clEnqueueMarkerWithWaitList)
|
| #define __ENQUEUE_BARRIER_WAIT_LIST_ERR CL_HPP_ERR_STR_(clEnqueueBarrierWithWaitList)
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 210
|
| #define __CLONE_KERNEL_ERR CL_HPP_ERR_STR_(clCloneKernel)
|
| #endif
|
|
|
| #endif
|
|
|
|
|
| #ifdef cl_khr_external_memory
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clEnqueueAcquireExternalMemObjectsKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clEnqueueReleaseExternalMemObjectsKHR);
|
|
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clEnqueueAcquireExternalMemObjectsKHR pfn_clEnqueueAcquireExternalMemObjectsKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clEnqueueReleaseExternalMemObjectsKHR pfn_clEnqueueReleaseExternalMemObjectsKHR = nullptr;
|
| #endif
|
|
|
| #ifdef cl_khr_semaphore
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clCreateSemaphoreWithPropertiesKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clReleaseSemaphoreKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clRetainSemaphoreKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clEnqueueWaitSemaphoresKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clEnqueueSignalSemaphoresKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clGetSemaphoreInfoKHR);
|
|
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clCreateSemaphoreWithPropertiesKHR pfn_clCreateSemaphoreWithPropertiesKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clReleaseSemaphoreKHR pfn_clReleaseSemaphoreKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clRetainSemaphoreKHR pfn_clRetainSemaphoreKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clEnqueueWaitSemaphoresKHR pfn_clEnqueueWaitSemaphoresKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clEnqueueSignalSemaphoresKHR pfn_clEnqueueSignalSemaphoresKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clGetSemaphoreInfoKHR pfn_clGetSemaphoreInfoKHR = nullptr;
|
| #endif
|
|
|
| #ifdef cl_khr_external_semaphore
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clGetSemaphoreHandleForTypeKHR);
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clGetSemaphoreHandleForTypeKHR pfn_clGetSemaphoreHandleForTypeKHR = nullptr;
|
| #endif
|
|
|
| #if defined(cl_khr_command_buffer)
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clCreateCommandBufferKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clFinalizeCommandBufferKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clRetainCommandBufferKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clReleaseCommandBufferKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clGetCommandBufferInfoKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clEnqueueCommandBufferKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clCommandBarrierWithWaitListKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clCommandCopyBufferKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clCommandCopyBufferRectKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clCommandCopyBufferToImageKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clCommandCopyImageKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clCommandCopyImageToBufferKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clCommandFillBufferKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clCommandFillImageKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clCommandNDRangeKernelKHR);
|
|
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clCreateCommandBufferKHR pfn_clCreateCommandBufferKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clFinalizeCommandBufferKHR pfn_clFinalizeCommandBufferKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clRetainCommandBufferKHR pfn_clRetainCommandBufferKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clReleaseCommandBufferKHR pfn_clReleaseCommandBufferKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clGetCommandBufferInfoKHR pfn_clGetCommandBufferInfoKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clEnqueueCommandBufferKHR pfn_clEnqueueCommandBufferKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clCommandBarrierWithWaitListKHR pfn_clCommandBarrierWithWaitListKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clCommandCopyBufferKHR pfn_clCommandCopyBufferKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clCommandCopyBufferRectKHR pfn_clCommandCopyBufferRectKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clCommandCopyBufferToImageKHR pfn_clCommandCopyBufferToImageKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clCommandCopyImageKHR pfn_clCommandCopyImageKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clCommandCopyImageToBufferKHR pfn_clCommandCopyImageToBufferKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clCommandFillBufferKHR pfn_clCommandFillBufferKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clCommandFillImageKHR pfn_clCommandFillImageKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clCommandNDRangeKernelKHR pfn_clCommandNDRangeKernelKHR = nullptr;
|
| #endif
|
|
|
| #if defined(cl_khr_command_buffer_mutable_dispatch)
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clUpdateMutableCommandsKHR);
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clGetMutableCommandInfoKHR);
|
|
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clUpdateMutableCommandsKHR pfn_clUpdateMutableCommandsKHR = nullptr;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clGetMutableCommandInfoKHR pfn_clGetMutableCommandInfoKHR = nullptr;
|
| #endif
|
|
|
| #if defined(cl_ext_image_requirements_info)
|
| CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_(clGetImageRequirementsInfoEXT);
|
| CL_HPP_DEFINE_STATIC_MEMBER_ PFN_clGetImageRequirementsInfoEXT pfn_clGetImageRequirementsInfoEXT = nullptr;
|
| #endif
|
|
|
| namespace detail {
|
|
|
|
|
|
|
|
|
|
|
| template<typename Functor, typename T>
|
| inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long)
|
| {
|
| return f(name, sizeof(T), param, nullptr);
|
| }
|
|
|
|
|
|
|
| template <typename Func>
|
| inline cl_int getInfoHelper(Func f, cl_uint name, vector<vector<unsigned char>>* param, int)
|
| {
|
| if (name != CL_PROGRAM_BINARIES) {
|
| return CL_INVALID_VALUE;
|
| }
|
| if (param) {
|
|
|
| size_type numBinaries = param->size();
|
| vector<unsigned char*> binariesPointers(numBinaries);
|
|
|
| for (size_type i = 0; i < numBinaries; ++i)
|
| {
|
| binariesPointers[i] = (*param)[i].data();
|
| }
|
|
|
| cl_int err = f(name, numBinaries * sizeof(unsigned char*), binariesPointers.data(), nullptr);
|
|
|
| if (err != CL_SUCCESS) {
|
| return err;
|
| }
|
| }
|
|
|
|
|
| return CL_SUCCESS;
|
| }
|
|
|
|
|
| template <typename Func, typename T>
|
| inline cl_int getInfoHelper(Func f, cl_uint name, vector<T>* param, long)
|
| {
|
| size_type required;
|
| cl_int err = f(name, 0, nullptr, &required);
|
| if (err != CL_SUCCESS) {
|
| return err;
|
| }
|
| const size_type elements = required / sizeof(T);
|
|
|
|
|
| vector<T> localData(elements);
|
| err = f(name, required, localData.data(), nullptr);
|
| if (err != CL_SUCCESS) {
|
| return err;
|
| }
|
| if (param) {
|
| *param = std::move(localData);
|
| }
|
|
|
| return CL_SUCCESS;
|
| }
|
|
|
| |
| |
| |
| |
| |
|
|
| template <typename Func, typename T>
|
| inline cl_int getInfoHelper(
|
| Func f, cl_uint name, vector<T>* param, int, typename T::cl_type = 0)
|
| {
|
| size_type required;
|
| cl_int err = f(name, 0, nullptr, &required);
|
| if (err != CL_SUCCESS) {
|
| return err;
|
| }
|
|
|
| const size_type elements = required / sizeof(typename T::cl_type);
|
|
|
| vector<typename T::cl_type> value(elements);
|
| err = f(name, required, value.data(), nullptr);
|
| if (err != CL_SUCCESS) {
|
| return err;
|
| }
|
|
|
| if (param) {
|
|
|
| param->resize(elements);
|
|
|
|
|
|
|
| for (size_type i = 0; i < elements; i++) {
|
| (*param)[i] = T(value[i], true);
|
| }
|
| }
|
| return CL_SUCCESS;
|
| }
|
|
|
|
|
| template <typename Func>
|
| inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long)
|
| {
|
| size_type required;
|
| cl_int err = f(name, 0, nullptr, &required);
|
| if (err != CL_SUCCESS) {
|
| return err;
|
| }
|
|
|
|
|
|
|
| if (required > 0) {
|
| vector<char> value(required);
|
| err = f(name, required, value.data(), nullptr);
|
| if (err != CL_SUCCESS) {
|
| return err;
|
| }
|
| if (param) {
|
| param->assign(value.begin(), value.end() - 1);
|
| }
|
| }
|
| else if (param) {
|
| param->assign("");
|
| }
|
| return CL_SUCCESS;
|
| }
|
|
|
|
|
| template <typename Func, size_type N>
|
| inline cl_int getInfoHelper(Func f, cl_uint name, array<size_type, N>* param, long)
|
| {
|
| size_type required;
|
| cl_int err = f(name, 0, nullptr, &required);
|
| if (err != CL_SUCCESS) {
|
| return err;
|
| }
|
|
|
| size_type elements = required / sizeof(size_type);
|
| vector<size_type> value(elements, 0);
|
|
|
| err = f(name, required, value.data(), nullptr);
|
| if (err != CL_SUCCESS) {
|
| return err;
|
| }
|
|
|
|
|
|
|
| if (elements > N) {
|
| elements = N;
|
| }
|
| for (size_type i = 0; i < elements; ++i) {
|
| (*param)[i] = value[i];
|
| }
|
|
|
| return CL_SUCCESS;
|
| }
|
|
|
| template<typename T> struct ReferenceHandler;
|
|
|
| |
| |
| |
| |
| |
|
|
| template<typename Func, typename T>
|
| inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0)
|
| {
|
| typename T::cl_type value;
|
| cl_int err = f(name, sizeof(value), &value, nullptr);
|
| if (err != CL_SUCCESS) {
|
| return err;
|
| }
|
| *param = value;
|
| if (value != nullptr)
|
| {
|
| err = param->retain();
|
| if (err != CL_SUCCESS) {
|
| return err;
|
| }
|
| }
|
| return CL_SUCCESS;
|
| }
|
|
|
| #define CL_HPP_PARAM_NAME_INFO_1_0_(F) \
|
| F(cl_platform_info, CL_PLATFORM_PROFILE, string) \
|
| F(cl_platform_info, CL_PLATFORM_VERSION, string) \
|
| F(cl_platform_info, CL_PLATFORM_NAME, string) \
|
| F(cl_platform_info, CL_PLATFORM_VENDOR, string) \
|
| F(cl_platform_info, CL_PLATFORM_EXTENSIONS, string) \
|
| \
|
| F(cl_device_info, CL_DEVICE_TYPE, cl_device_type) \
|
| F(cl_device_info, CL_DEVICE_VENDOR_ID, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_MAX_COMPUTE_UNITS, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_MAX_WORK_GROUP_SIZE, size_type) \
|
| F(cl_device_info, CL_DEVICE_MAX_WORK_ITEM_SIZES, cl::vector<size_type>) \
|
| F(cl_device_info, CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_MAX_CLOCK_FREQUENCY, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_ADDRESS_BITS, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_MAX_READ_IMAGE_ARGS, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_MAX_WRITE_IMAGE_ARGS, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_MAX_MEM_ALLOC_SIZE, cl_ulong) \
|
| F(cl_device_info, CL_DEVICE_IMAGE2D_MAX_WIDTH, size_type) \
|
| F(cl_device_info, CL_DEVICE_IMAGE2D_MAX_HEIGHT, size_type) \
|
| F(cl_device_info, CL_DEVICE_IMAGE3D_MAX_WIDTH, size_type) \
|
| F(cl_device_info, CL_DEVICE_IMAGE3D_MAX_HEIGHT, size_type) \
|
| F(cl_device_info, CL_DEVICE_IMAGE3D_MAX_DEPTH, size_type) \
|
| F(cl_device_info, CL_DEVICE_IMAGE_SUPPORT, cl_bool) \
|
| F(cl_device_info, CL_DEVICE_MAX_PARAMETER_SIZE, size_type) \
|
| F(cl_device_info, CL_DEVICE_MAX_SAMPLERS, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_MEM_BASE_ADDR_ALIGN, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_SINGLE_FP_CONFIG, cl_device_fp_config) \
|
| F(cl_device_info, CL_DEVICE_DOUBLE_FP_CONFIG, cl_device_fp_config) \
|
| F(cl_device_info, CL_DEVICE_HALF_FP_CONFIG, cl_device_fp_config) \
|
| F(cl_device_info, CL_DEVICE_GLOBAL_MEM_CACHE_TYPE, cl_device_mem_cache_type) \
|
| F(cl_device_info, CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE, cl_uint)\
|
| F(cl_device_info, CL_DEVICE_GLOBAL_MEM_CACHE_SIZE, cl_ulong) \
|
| F(cl_device_info, CL_DEVICE_GLOBAL_MEM_SIZE, cl_ulong) \
|
| F(cl_device_info, CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE, cl_ulong) \
|
| F(cl_device_info, CL_DEVICE_MAX_CONSTANT_ARGS, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_LOCAL_MEM_TYPE, cl_device_local_mem_type) \
|
| F(cl_device_info, CL_DEVICE_LOCAL_MEM_SIZE, cl_ulong) \
|
| F(cl_device_info, CL_DEVICE_ERROR_CORRECTION_SUPPORT, cl_bool) \
|
| F(cl_device_info, CL_DEVICE_PROFILING_TIMER_RESOLUTION, size_type) \
|
| F(cl_device_info, CL_DEVICE_ENDIAN_LITTLE, cl_bool) \
|
| F(cl_device_info, CL_DEVICE_AVAILABLE, cl_bool) \
|
| F(cl_device_info, CL_DEVICE_COMPILER_AVAILABLE, cl_bool) \
|
| F(cl_device_info, CL_DEVICE_EXECUTION_CAPABILITIES, cl_device_exec_capabilities) \
|
| F(cl_device_info, CL_DEVICE_PLATFORM, cl::Platform) \
|
| F(cl_device_info, CL_DEVICE_NAME, string) \
|
| F(cl_device_info, CL_DEVICE_VENDOR, string) \
|
| F(cl_device_info, CL_DRIVER_VERSION, string) \
|
| F(cl_device_info, CL_DEVICE_PROFILE, string) \
|
| F(cl_device_info, CL_DEVICE_VERSION, string) \
|
| F(cl_device_info, CL_DEVICE_EXTENSIONS, string) \
|
| \
|
| F(cl_context_info, CL_CONTEXT_REFERENCE_COUNT, cl_uint) \
|
| F(cl_context_info, CL_CONTEXT_DEVICES, cl::vector<Device>) \
|
| F(cl_context_info, CL_CONTEXT_PROPERTIES, cl::vector<cl_context_properties>) \
|
| \
|
| F(cl_event_info, CL_EVENT_COMMAND_QUEUE, cl::CommandQueue) \
|
| F(cl_event_info, CL_EVENT_COMMAND_TYPE, cl_command_type) \
|
| F(cl_event_info, CL_EVENT_REFERENCE_COUNT, cl_uint) \
|
| F(cl_event_info, CL_EVENT_COMMAND_EXECUTION_STATUS, cl_int) \
|
| \
|
| F(cl_profiling_info, CL_PROFILING_COMMAND_QUEUED, cl_ulong) \
|
| F(cl_profiling_info, CL_PROFILING_COMMAND_SUBMIT, cl_ulong) \
|
| F(cl_profiling_info, CL_PROFILING_COMMAND_START, cl_ulong) \
|
| F(cl_profiling_info, CL_PROFILING_COMMAND_END, cl_ulong) \
|
| \
|
| F(cl_mem_info, CL_MEM_TYPE, cl_mem_object_type) \
|
| F(cl_mem_info, CL_MEM_FLAGS, cl_mem_flags) \
|
| F(cl_mem_info, CL_MEM_SIZE, size_type) \
|
| F(cl_mem_info, CL_MEM_HOST_PTR, void*) \
|
| F(cl_mem_info, CL_MEM_MAP_COUNT, cl_uint) \
|
| F(cl_mem_info, CL_MEM_REFERENCE_COUNT, cl_uint) \
|
| F(cl_mem_info, CL_MEM_CONTEXT, cl::Context) \
|
| \
|
| F(cl_image_info, CL_IMAGE_FORMAT, cl_image_format) \
|
| F(cl_image_info, CL_IMAGE_ELEMENT_SIZE, size_type) \
|
| F(cl_image_info, CL_IMAGE_ROW_PITCH, size_type) \
|
| F(cl_image_info, CL_IMAGE_SLICE_PITCH, size_type) \
|
| F(cl_image_info, CL_IMAGE_WIDTH, size_type) \
|
| F(cl_image_info, CL_IMAGE_HEIGHT, size_type) \
|
| F(cl_image_info, CL_IMAGE_DEPTH, size_type) \
|
| \
|
| F(cl_sampler_info, CL_SAMPLER_REFERENCE_COUNT, cl_uint) \
|
| F(cl_sampler_info, CL_SAMPLER_CONTEXT, cl::Context) \
|
| F(cl_sampler_info, CL_SAMPLER_NORMALIZED_COORDS, cl_bool) \
|
| F(cl_sampler_info, CL_SAMPLER_ADDRESSING_MODE, cl_addressing_mode) \
|
| F(cl_sampler_info, CL_SAMPLER_FILTER_MODE, cl_filter_mode) \
|
| \
|
| F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \
|
| F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \
|
| F(cl_program_info, CL_PROGRAM_NUM_DEVICES, cl_uint) \
|
| F(cl_program_info, CL_PROGRAM_DEVICES, cl::vector<Device>) \
|
| F(cl_program_info, CL_PROGRAM_SOURCE, string) \
|
| F(cl_program_info, CL_PROGRAM_BINARY_SIZES, cl::vector<size_type>) \
|
| F(cl_program_info, CL_PROGRAM_BINARIES, cl::vector<cl::vector<unsigned char>>) \
|
| \
|
| F(cl_program_build_info, CL_PROGRAM_BUILD_STATUS, cl_build_status) \
|
| F(cl_program_build_info, CL_PROGRAM_BUILD_OPTIONS, string) \
|
| F(cl_program_build_info, CL_PROGRAM_BUILD_LOG, string) \
|
| \
|
| F(cl_kernel_info, CL_KERNEL_FUNCTION_NAME, string) \
|
| F(cl_kernel_info, CL_KERNEL_NUM_ARGS, cl_uint) \
|
| F(cl_kernel_info, CL_KERNEL_REFERENCE_COUNT, cl_uint) \
|
| F(cl_kernel_info, CL_KERNEL_CONTEXT, cl::Context) \
|
| F(cl_kernel_info, CL_KERNEL_PROGRAM, cl::Program) \
|
| \
|
| F(cl_kernel_work_group_info, CL_KERNEL_WORK_GROUP_SIZE, size_type) \
|
| F(cl_kernel_work_group_info, CL_KERNEL_COMPILE_WORK_GROUP_SIZE, cl::detail::size_t_array) \
|
| F(cl_kernel_work_group_info, CL_KERNEL_LOCAL_MEM_SIZE, cl_ulong) \
|
| \
|
| F(cl_command_queue_info, CL_QUEUE_CONTEXT, cl::Context) \
|
| F(cl_command_queue_info, CL_QUEUE_DEVICE, cl::Device) \
|
| F(cl_command_queue_info, CL_QUEUE_REFERENCE_COUNT, cl_uint) \
|
| F(cl_command_queue_info, CL_QUEUE_PROPERTIES, cl_command_queue_properties)
|
|
|
|
|
| #define CL_HPP_PARAM_NAME_INFO_1_1_(F) \
|
| F(cl_context_info, CL_CONTEXT_NUM_DEVICES, cl_uint)\
|
| F(cl_device_info, CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_NATIVE_VECTOR_WIDTH_INT, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_OPENCL_C_VERSION, string) \
|
| \
|
| F(cl_mem_info, CL_MEM_ASSOCIATED_MEMOBJECT, cl::Memory) \
|
| F(cl_mem_info, CL_MEM_OFFSET, size_type) \
|
| \
|
| F(cl_kernel_work_group_info, CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE, size_type) \
|
| F(cl_kernel_work_group_info, CL_KERNEL_PRIVATE_MEM_SIZE, cl_ulong) \
|
| \
|
| F(cl_event_info, CL_EVENT_CONTEXT, cl::Context)
|
|
|
| #define CL_HPP_PARAM_NAME_INFO_1_2_(F) \
|
| F(cl_program_info, CL_PROGRAM_NUM_KERNELS, size_type) \
|
| F(cl_program_info, CL_PROGRAM_KERNEL_NAMES, string) \
|
| \
|
| F(cl_program_build_info, CL_PROGRAM_BINARY_TYPE, cl_program_binary_type) \
|
| \
|
| F(cl_kernel_info, CL_KERNEL_ATTRIBUTES, string) \
|
| \
|
| F(cl_kernel_arg_info, CL_KERNEL_ARG_ADDRESS_QUALIFIER, cl_kernel_arg_address_qualifier) \
|
| F(cl_kernel_arg_info, CL_KERNEL_ARG_ACCESS_QUALIFIER, cl_kernel_arg_access_qualifier) \
|
| F(cl_kernel_arg_info, CL_KERNEL_ARG_TYPE_NAME, string) \
|
| F(cl_kernel_arg_info, CL_KERNEL_ARG_NAME, string) \
|
| F(cl_kernel_arg_info, CL_KERNEL_ARG_TYPE_QUALIFIER, cl_kernel_arg_type_qualifier) \
|
| \
|
| F(cl_kernel_work_group_info, CL_KERNEL_GLOBAL_WORK_SIZE, cl::detail::size_t_array) \
|
| \
|
| F(cl_device_info, CL_DEVICE_LINKER_AVAILABLE, cl_bool) \
|
| F(cl_device_info, CL_DEVICE_IMAGE_MAX_BUFFER_SIZE, size_type) \
|
| F(cl_device_info, CL_DEVICE_IMAGE_MAX_ARRAY_SIZE, size_type) \
|
| F(cl_device_info, CL_DEVICE_PARENT_DEVICE, cl::Device) \
|
| F(cl_device_info, CL_DEVICE_PARTITION_MAX_SUB_DEVICES, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_PARTITION_PROPERTIES, cl::vector<cl_device_partition_property>) \
|
| F(cl_device_info, CL_DEVICE_PARTITION_TYPE, cl::vector<cl_device_partition_property>) \
|
| F(cl_device_info, CL_DEVICE_REFERENCE_COUNT, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_PREFERRED_INTEROP_USER_SYNC, cl_bool) \
|
| F(cl_device_info, CL_DEVICE_PARTITION_AFFINITY_DOMAIN, cl_device_affinity_domain) \
|
| F(cl_device_info, CL_DEVICE_BUILT_IN_KERNELS, string) \
|
| F(cl_device_info, CL_DEVICE_PRINTF_BUFFER_SIZE, size_type) \
|
| \
|
| F(cl_image_info, CL_IMAGE_ARRAY_SIZE, size_type) \
|
| F(cl_image_info, CL_IMAGE_NUM_MIP_LEVELS, cl_uint) \
|
| F(cl_image_info, CL_IMAGE_NUM_SAMPLES, cl_uint)
|
|
|
| #define CL_HPP_PARAM_NAME_INFO_2_0_(F) \
|
| F(cl_device_info, CL_DEVICE_QUEUE_ON_HOST_PROPERTIES, cl_command_queue_properties) \
|
| F(cl_device_info, CL_DEVICE_QUEUE_ON_DEVICE_PROPERTIES, cl_command_queue_properties) \
|
| F(cl_device_info, CL_DEVICE_QUEUE_ON_DEVICE_PREFERRED_SIZE, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_QUEUE_ON_DEVICE_MAX_SIZE, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_MAX_ON_DEVICE_QUEUES, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_MAX_ON_DEVICE_EVENTS, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_MAX_PIPE_ARGS, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_PIPE_MAX_ACTIVE_RESERVATIONS, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_PIPE_MAX_PACKET_SIZE, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_SVM_CAPABILITIES, cl_device_svm_capabilities) \
|
| F(cl_device_info, CL_DEVICE_PREFERRED_PLATFORM_ATOMIC_ALIGNMENT, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_PREFERRED_GLOBAL_ATOMIC_ALIGNMENT, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_PREFERRED_LOCAL_ATOMIC_ALIGNMENT, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_IMAGE_PITCH_ALIGNMENT, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_MAX_READ_WRITE_IMAGE_ARGS, cl_uint ) \
|
| F(cl_device_info, CL_DEVICE_MAX_GLOBAL_VARIABLE_SIZE, size_type ) \
|
| F(cl_device_info, CL_DEVICE_GLOBAL_VARIABLE_PREFERRED_TOTAL_SIZE, size_type ) \
|
| F(cl_profiling_info, CL_PROFILING_COMMAND_COMPLETE, cl_ulong) \
|
| F(cl_kernel_exec_info, CL_KERNEL_EXEC_INFO_SVM_FINE_GRAIN_SYSTEM, cl_bool) \
|
| F(cl_kernel_exec_info, CL_KERNEL_EXEC_INFO_SVM_PTRS, void**) \
|
| F(cl_command_queue_info, CL_QUEUE_SIZE, cl_uint) \
|
| F(cl_mem_info, CL_MEM_USES_SVM_POINTER, cl_bool) \
|
| F(cl_program_build_info, CL_PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZE, size_type) \
|
| F(cl_pipe_info, CL_PIPE_PACKET_SIZE, cl_uint) \
|
| F(cl_pipe_info, CL_PIPE_MAX_PACKETS, cl_uint)
|
|
|
| #define CL_HPP_PARAM_NAME_INFO_SUBGROUP_KHR_(F) \
|
| F(cl_kernel_sub_group_info, CL_KERNEL_MAX_SUB_GROUP_SIZE_FOR_NDRANGE_KHR, size_type) \
|
| F(cl_kernel_sub_group_info, CL_KERNEL_SUB_GROUP_COUNT_FOR_NDRANGE_KHR, size_type)
|
|
|
| #define CL_HPP_PARAM_NAME_INFO_IL_KHR_(F) \
|
| F(cl_device_info, CL_DEVICE_IL_VERSION_KHR, string) \
|
| F(cl_program_info, CL_PROGRAM_IL_KHR, cl::vector<unsigned char>)
|
|
|
| #define CL_HPP_PARAM_NAME_INFO_2_1_(F) \
|
| F(cl_platform_info, CL_PLATFORM_HOST_TIMER_RESOLUTION, cl_ulong) \
|
| F(cl_program_info, CL_PROGRAM_IL, cl::vector<unsigned char>) \
|
| F(cl_device_info, CL_DEVICE_MAX_NUM_SUB_GROUPS, cl_uint) \
|
| F(cl_device_info, CL_DEVICE_IL_VERSION, string) \
|
| F(cl_device_info, CL_DEVICE_SUB_GROUP_INDEPENDENT_FORWARD_PROGRESS, cl_bool) \
|
| F(cl_command_queue_info, CL_QUEUE_DEVICE_DEFAULT, cl::DeviceCommandQueue) \
|
| F(cl_kernel_sub_group_info, CL_KERNEL_MAX_SUB_GROUP_SIZE_FOR_NDRANGE, size_type) \
|
| F(cl_kernel_sub_group_info, CL_KERNEL_SUB_GROUP_COUNT_FOR_NDRANGE, size_type) \
|
| F(cl_kernel_sub_group_info, CL_KERNEL_LOCAL_SIZE_FOR_SUB_GROUP_COUNT, cl::detail::size_t_array) \
|
| F(cl_kernel_sub_group_info, CL_KERNEL_MAX_NUM_SUB_GROUPS, size_type) \
|
| F(cl_kernel_sub_group_info, CL_KERNEL_COMPILE_NUM_SUB_GROUPS, size_type)
|
|
|
| #define CL_HPP_PARAM_NAME_INFO_2_2_(F) \
|
| F(cl_program_info, CL_PROGRAM_SCOPE_GLOBAL_CTORS_PRESENT, cl_bool) \
|
| F(cl_program_info, CL_PROGRAM_SCOPE_GLOBAL_DTORS_PRESENT, cl_bool)
|
|
|
| #define CL_HPP_PARAM_NAME_DEVICE_FISSION_EXT_(F) \
|
| F(cl_device_info, CL_DEVICE_PARENT_DEVICE_EXT, cl::Device) \
|
| F(cl_device_info, CL_DEVICE_PARTITION_TYPES_EXT, cl::vector<cl_device_partition_property_ext>) \
|
| F(cl_device_info, CL_DEVICE_AFFINITY_DOMAINS_EXT, cl::vector<cl_device_partition_property_ext>) \
|
| F(cl_device_info, CL_DEVICE_REFERENCE_COUNT_EXT , cl_uint) \
|
| F(cl_device_info, CL_DEVICE_PARTITION_STYLE_EXT, cl::vector<cl_device_partition_property_ext>)
|
|
|
| #define CL_HPP_PARAM_NAME_CL_KHR_EXTENDED_VERSIONING_CL3_SHARED_(F) \
|
| F(cl_platform_info, CL_PLATFORM_NUMERIC_VERSION_KHR, cl_version_khr) \
|
| F(cl_platform_info, CL_PLATFORM_EXTENSIONS_WITH_VERSION_KHR, cl::vector<cl_name_version_khr>) \
|
| \
|
| F(cl_device_info, CL_DEVICE_NUMERIC_VERSION_KHR, cl_version_khr) \
|
| F(cl_device_info, CL_DEVICE_EXTENSIONS_WITH_VERSION_KHR, cl::vector<cl_name_version_khr>) \
|
| F(cl_device_info, CL_DEVICE_ILS_WITH_VERSION_KHR, cl::vector<cl_name_version_khr>) \
|
| F(cl_device_info, CL_DEVICE_BUILT_IN_KERNELS_WITH_VERSION_KHR, cl::vector<cl_name_version_khr>)
|
|
|
| #define CL_HPP_PARAM_NAME_CL_KHR_EXTENDED_VERSIONING_KHRONLY_(F) \
|
| F(cl_device_info, CL_DEVICE_OPENCL_C_NUMERIC_VERSION_KHR, cl_version_khr)
|
|
|
| #define CL_HPP_PARAM_NAME_CL_KHR_SEMAPHORE_(F) \
|
| F(cl_semaphore_info_khr, CL_SEMAPHORE_CONTEXT_KHR, cl::Context) \
|
| F(cl_semaphore_info_khr, CL_SEMAPHORE_REFERENCE_COUNT_KHR, cl_uint) \
|
| F(cl_semaphore_info_khr, CL_SEMAPHORE_PROPERTIES_KHR, cl::vector<cl_semaphore_properties_khr>) \
|
| F(cl_semaphore_info_khr, CL_SEMAPHORE_TYPE_KHR, cl_semaphore_type_khr) \
|
| F(cl_semaphore_info_khr, CL_SEMAPHORE_PAYLOAD_KHR, cl_semaphore_payload_khr) \
|
| F(cl_semaphore_info_khr, CL_SEMAPHORE_DEVICE_HANDLE_LIST_KHR, cl::vector<cl::Device>) \
|
| F(cl_platform_info, CL_PLATFORM_SEMAPHORE_TYPES_KHR, cl::vector<cl_semaphore_type_khr>) \
|
| F(cl_device_info, CL_DEVICE_SEMAPHORE_TYPES_KHR, cl::vector<cl_semaphore_type_khr>) \
|
|
|
| #define CL_HPP_PARAM_NAME_CL_KHR_EXTERNAL_MEMORY_(F) \
|
| F(cl_device_info, CL_DEVICE_EXTERNAL_MEMORY_IMPORT_HANDLE_TYPES_KHR, cl::vector<cl::ExternalMemoryType>) \
|
| F(cl_platform_info, CL_PLATFORM_EXTERNAL_MEMORY_IMPORT_HANDLE_TYPES_KHR, cl::vector<cl::ExternalMemoryType>)
|
|
|
| #define CL_HPP_PARAM_NAME_CL_KHR_SEMAPHORE_EXT(F) \
|
| F(cl_platform_info, CL_PLATFORM_SEMAPHORE_IMPORT_HANDLE_TYPES_KHR, cl::vector<cl_external_semaphore_handle_type_khr>) \
|
| F(cl_platform_info, CL_PLATFORM_SEMAPHORE_EXPORT_HANDLE_TYPES_KHR, cl::vector<cl_external_semaphore_handle_type_khr>) \
|
| F(cl_device_info, CL_DEVICE_SEMAPHORE_IMPORT_HANDLE_TYPES_KHR, cl::vector<cl_external_semaphore_handle_type_khr>) \
|
| F(cl_device_info, CL_DEVICE_SEMAPHORE_EXPORT_HANDLE_TYPES_KHR, cl::vector<cl_external_semaphore_handle_type_khr>) \
|
| F(cl_semaphore_info_khr, CL_SEMAPHORE_EXPORT_HANDLE_TYPES_KHR, cl::vector<cl_external_semaphore_handle_type_khr>) \
|
|
|
| #define CL_HPP_PARAM_NAME_CL_KHR_EXTERNAL_SEMAPHORE_DX_FENCE_EXT(F) \
|
| F(cl_external_semaphore_handle_type_khr, CL_SEMAPHORE_HANDLE_D3D12_FENCE_KHR, void*) \
|
|
|
| #define CL_HPP_PARAM_NAME_CL_KHR_EXTERNAL_SEMAPHORE_OPAQUE_FD_EXT(F) \
|
| F(cl_external_semaphore_handle_type_khr, CL_SEMAPHORE_HANDLE_OPAQUE_FD_KHR, int) \
|
|
|
| #define CL_HPP_PARAM_NAME_CL_KHR_EXTERNAL_SEMAPHORE_SYNC_FD_EXT(F) \
|
| F(cl_external_semaphore_handle_type_khr, CL_SEMAPHORE_HANDLE_SYNC_FD_KHR, int) \
|
|
|
| #define CL_HPP_PARAM_NAME_CL_KHR_EXTERNAL_SEMAPHORE_WIN32_EXT(F) \
|
| F(cl_external_semaphore_handle_type_khr, CL_SEMAPHORE_HANDLE_OPAQUE_WIN32_KHR, void*) \
|
| F(cl_external_semaphore_handle_type_khr, CL_SEMAPHORE_HANDLE_OPAQUE_WIN32_KMT_KHR, void*) \
|
|
|
| #define CL_HPP_PARAM_NAME_INFO_3_0_(F) \
|
| F(cl_platform_info, CL_PLATFORM_NUMERIC_VERSION, cl_version) \
|
| F(cl_platform_info, CL_PLATFORM_EXTENSIONS_WITH_VERSION, cl::vector<cl_name_version>) \
|
| \
|
| F(cl_device_info, CL_DEVICE_NUMERIC_VERSION, cl_version) \
|
| F(cl_device_info, CL_DEVICE_EXTENSIONS_WITH_VERSION, cl::vector<cl_name_version>) \
|
| F(cl_device_info, CL_DEVICE_ILS_WITH_VERSION, cl::vector<cl_name_version>) \
|
| F(cl_device_info, CL_DEVICE_BUILT_IN_KERNELS_WITH_VERSION, cl::vector<cl_name_version>) \
|
| F(cl_device_info, CL_DEVICE_ATOMIC_MEMORY_CAPABILITIES, cl_device_atomic_capabilities) \
|
| F(cl_device_info, CL_DEVICE_ATOMIC_FENCE_CAPABILITIES, cl_device_atomic_capabilities) \
|
| F(cl_device_info, CL_DEVICE_NON_UNIFORM_WORK_GROUP_SUPPORT, cl_bool) \
|
| F(cl_device_info, CL_DEVICE_OPENCL_C_ALL_VERSIONS, cl::vector<cl_name_version>) \
|
| F(cl_device_info, CL_DEVICE_PREFERRED_WORK_GROUP_SIZE_MULTIPLE, size_type) \
|
| F(cl_device_info, CL_DEVICE_WORK_GROUP_COLLECTIVE_FUNCTIONS_SUPPORT, cl_bool) \
|
| F(cl_device_info, CL_DEVICE_GENERIC_ADDRESS_SPACE_SUPPORT, cl_bool) \
|
| F(cl_device_info, CL_DEVICE_OPENCL_C_FEATURES, cl::vector<cl_name_version>) \
|
| F(cl_device_info, CL_DEVICE_DEVICE_ENQUEUE_CAPABILITIES, cl_device_device_enqueue_capabilities) \
|
| F(cl_device_info, CL_DEVICE_PIPE_SUPPORT, cl_bool) \
|
| F(cl_device_info, CL_DEVICE_LATEST_CONFORMANCE_VERSION_PASSED, string) \
|
| \
|
| F(cl_command_queue_info, CL_QUEUE_PROPERTIES_ARRAY, cl::vector<cl_queue_properties>) \
|
| F(cl_mem_info, CL_MEM_PROPERTIES, cl::vector<cl_mem_properties>) \
|
| F(cl_pipe_info, CL_PIPE_PROPERTIES, cl::vector<cl_pipe_properties>) \
|
| F(cl_sampler_info, CL_SAMPLER_PROPERTIES, cl::vector<cl_sampler_properties>) \
|
|
|
| #define CL_HPP_PARAM_NAME_CL_IMAGE_REQUIREMENTS_EXT(F) \
|
| F(cl_image_requirements_info_ext, CL_IMAGE_REQUIREMENTS_ROW_PITCH_ALIGNMENT_EXT, size_type) \
|
| F(cl_image_requirements_info_ext, CL_IMAGE_REQUIREMENTS_BASE_ADDRESS_ALIGNMENT_EXT, size_type) \
|
| F(cl_image_requirements_info_ext, CL_IMAGE_REQUIREMENTS_SIZE_EXT, size_type) \
|
| F(cl_image_requirements_info_ext, CL_IMAGE_REQUIREMENTS_MAX_WIDTH_EXT, cl_uint) \
|
| F(cl_image_requirements_info_ext, CL_IMAGE_REQUIREMENTS_MAX_HEIGHT_EXT, cl_uint) \
|
| F(cl_image_requirements_info_ext, CL_IMAGE_REQUIREMENTS_MAX_DEPTH_EXT, cl_uint) \
|
| F(cl_image_requirements_info_ext, CL_IMAGE_REQUIREMENTS_MAX_ARRAY_SIZE_EXT, cl_uint) \
|
|
|
| #define CL_HPP_PARAM_NAME_CL_IMAGE_REQUIREMENTS_SLICE_PITCH_ALIGNMENT_EXT(F) \
|
| F(cl_image_requirements_info_ext, CL_IMAGE_REQUIREMENTS_SLICE_PITCH_ALIGNMENT_EXT, size_type) \
|
|
|
| template <typename enum_type, cl_int Name>
|
| struct param_traits {};
|
|
|
| #define CL_HPP_DECLARE_PARAM_TRAITS_(token, param_name, T) \
|
| struct token; \
|
| template<> \
|
| struct param_traits<detail:: token,param_name> \
|
| { \
|
| enum { value = param_name }; \
|
| typedef T param_type; \
|
| };
|
|
|
| CL_HPP_PARAM_NAME_INFO_1_0_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 110
|
| CL_HPP_PARAM_NAME_INFO_1_1_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| CL_HPP_PARAM_NAME_INFO_1_2_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| CL_HPP_PARAM_NAME_INFO_2_0_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 210
|
| CL_HPP_PARAM_NAME_INFO_2_1_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 220
|
| CL_HPP_PARAM_NAME_INFO_2_2_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 300
|
| CL_HPP_PARAM_NAME_INFO_3_0_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
|
|
| #if defined(cl_khr_subgroups) && CL_HPP_TARGET_OPENCL_VERSION < 210
|
| CL_HPP_PARAM_NAME_INFO_SUBGROUP_KHR_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
|
|
| #if defined(cl_khr_il_program) && CL_HPP_TARGET_OPENCL_VERSION < 210
|
| CL_HPP_PARAM_NAME_INFO_IL_KHR_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
|
|
|
|
|
|
| #define CL_HPP_PARAM_NAME_INFO_1_0_DEPRECATED_IN_2_0_(F) \
|
| F(cl_device_info, CL_DEVICE_QUEUE_PROPERTIES, cl_command_queue_properties)
|
|
|
| #define CL_HPP_PARAM_NAME_INFO_1_1_DEPRECATED_IN_2_0_(F) \
|
| F(cl_device_info, CL_DEVICE_HOST_UNIFIED_MEMORY, cl_bool)
|
|
|
| #define CL_HPP_PARAM_NAME_INFO_1_2_DEPRECATED_IN_2_0_(F) \
|
| F(cl_image_info, CL_IMAGE_BUFFER, cl::Buffer)
|
|
|
|
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION > 100 && CL_HPP_MINIMUM_OPENCL_VERSION < 200 && CL_HPP_TARGET_OPENCL_VERSION < 200
|
| CL_HPP_PARAM_NAME_INFO_1_0_DEPRECATED_IN_2_0_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
| #if CL_HPP_TARGET_OPENCL_VERSION > 110 && CL_HPP_MINIMUM_OPENCL_VERSION < 200
|
| CL_HPP_PARAM_NAME_INFO_1_1_DEPRECATED_IN_2_0_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
| #if CL_HPP_TARGET_OPENCL_VERSION > 120 && CL_HPP_MINIMUM_OPENCL_VERSION < 200
|
| CL_HPP_PARAM_NAME_INFO_1_2_DEPRECATED_IN_2_0_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
|
|
| #if defined(cl_ext_device_fission)
|
| CL_HPP_PARAM_NAME_DEVICE_FISSION_EXT_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
|
|
| #if defined(cl_khr_extended_versioning)
|
| #if CL_HPP_TARGET_OPENCL_VERSION < 300
|
| CL_HPP_PARAM_NAME_CL_KHR_EXTENDED_VERSIONING_CL3_SHARED_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
| CL_HPP_PARAM_NAME_CL_KHR_EXTENDED_VERSIONING_KHRONLY_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
|
|
| #if defined(cl_khr_semaphore)
|
| CL_HPP_PARAM_NAME_CL_KHR_SEMAPHORE_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
|
|
| #ifdef cl_khr_external_memory
|
| CL_HPP_PARAM_NAME_CL_KHR_EXTERNAL_MEMORY_(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
|
|
| #if defined(cl_khr_external_semaphore)
|
| CL_HPP_PARAM_NAME_CL_KHR_SEMAPHORE_EXT(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
|
|
| #if defined(cl_khr_external_semaphore_dx_fence)
|
| CL_HPP_PARAM_NAME_CL_KHR_EXTERNAL_SEMAPHORE_DX_FENCE_EXT(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
| #if defined(cl_khr_external_semaphore_opaque_fd)
|
| CL_HPP_PARAM_NAME_CL_KHR_EXTERNAL_SEMAPHORE_OPAQUE_FD_EXT(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
| #if defined(cl_khr_external_semaphore_sync_fd)
|
| CL_HPP_PARAM_NAME_CL_KHR_EXTERNAL_SEMAPHORE_SYNC_FD_EXT(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
| #if defined(cl_khr_external_semaphore_win32)
|
| CL_HPP_PARAM_NAME_CL_KHR_EXTERNAL_SEMAPHORE_WIN32_EXT(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
|
|
| #if defined(cl_khr_device_uuid)
|
| using uuid_array = array<cl_uchar, CL_UUID_SIZE_KHR>;
|
| using luid_array = array<cl_uchar, CL_LUID_SIZE_KHR>;
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_UUID_KHR, uuid_array)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DRIVER_UUID_KHR, uuid_array)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_LUID_VALID_KHR, cl_bool)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_LUID_KHR, luid_array)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_NODE_MASK_KHR, cl_uint)
|
| #endif
|
|
|
| #if defined(cl_khr_pci_bus_info)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_PCI_BUS_INFO_KHR, cl_device_pci_bus_info_khr)
|
| #endif
|
|
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION < 200
|
| #if defined(CL_DEVICE_IMAGE_PITCH_ALIGNMENT_KHR)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_IMAGE_PITCH_ALIGNMENT_KHR, cl_uint)
|
| #endif
|
| #if defined(CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT_KHR)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT_KHR, cl_uint)
|
| #endif
|
| #endif
|
|
|
| #if defined(cl_khr_integer_dot_product)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_INTEGER_DOT_PRODUCT_CAPABILITIES_KHR, cl_device_integer_dot_product_capabilities_khr)
|
| #if defined(CL_DEVICE_INTEGER_DOT_PRODUCT_ACCELERATION_PROPERTIES_8BIT_KHR)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_INTEGER_DOT_PRODUCT_ACCELERATION_PROPERTIES_8BIT_KHR, cl_device_integer_dot_product_acceleration_properties_khr)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_INTEGER_DOT_PRODUCT_ACCELERATION_PROPERTIES_4x8BIT_PACKED_KHR, cl_device_integer_dot_product_acceleration_properties_khr)
|
| #endif
|
| #endif
|
|
|
| #if defined(cl_ext_image_requirements_info)
|
| CL_HPP_PARAM_NAME_CL_IMAGE_REQUIREMENTS_EXT(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
|
|
| #if defined(cl_ext_image_from_buffer)
|
| CL_HPP_PARAM_NAME_CL_IMAGE_REQUIREMENTS_SLICE_PITCH_ALIGNMENT_EXT(CL_HPP_DECLARE_PARAM_TRAITS_)
|
| #endif
|
|
|
| #ifdef CL_PLATFORM_ICD_SUFFIX_KHR
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_platform_info, CL_PLATFORM_ICD_SUFFIX_KHR, string)
|
| #endif
|
|
|
| #ifdef CL_DEVICE_PROFILING_TIMER_OFFSET_AMD
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_PROFILING_TIMER_OFFSET_AMD, cl_ulong)
|
| #endif
|
| #ifdef CL_DEVICE_GLOBAL_FREE_MEMORY_AMD
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_GLOBAL_FREE_MEMORY_AMD, vector<size_type>)
|
| #endif
|
| #ifdef CL_DEVICE_SIMD_PER_COMPUTE_UNIT_AMD
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_SIMD_PER_COMPUTE_UNIT_AMD, cl_uint)
|
| #endif
|
| #ifdef CL_DEVICE_SIMD_WIDTH_AMD
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_SIMD_WIDTH_AMD, cl_uint)
|
| #endif
|
| #ifdef CL_DEVICE_SIMD_INSTRUCTION_WIDTH_AMD
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_SIMD_INSTRUCTION_WIDTH_AMD, cl_uint)
|
| #endif
|
| #ifdef CL_DEVICE_WAVEFRONT_WIDTH_AMD
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_WAVEFRONT_WIDTH_AMD, cl_uint)
|
| #endif
|
| #ifdef CL_DEVICE_GLOBAL_MEM_CHANNELS_AMD
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_GLOBAL_MEM_CHANNELS_AMD, cl_uint)
|
| #endif
|
| #ifdef CL_DEVICE_GLOBAL_MEM_CHANNEL_BANKS_AMD
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_GLOBAL_MEM_CHANNEL_BANKS_AMD, cl_uint)
|
| #endif
|
| #ifdef CL_DEVICE_GLOBAL_MEM_CHANNEL_BANK_WIDTH_AMD
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_GLOBAL_MEM_CHANNEL_BANK_WIDTH_AMD, cl_uint)
|
| #endif
|
| #ifdef CL_DEVICE_LOCAL_MEM_SIZE_PER_COMPUTE_UNIT_AMD
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_LOCAL_MEM_SIZE_PER_COMPUTE_UNIT_AMD, cl_uint)
|
| #endif
|
| #ifdef CL_DEVICE_LOCAL_MEM_BANKS_AMD
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_LOCAL_MEM_BANKS_AMD, cl_uint)
|
| #endif
|
| #ifdef CL_DEVICE_BOARD_NAME_AMD
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_BOARD_NAME_AMD, string)
|
| #endif
|
|
|
| #ifdef CL_DEVICE_COMPUTE_UNITS_BITFIELD_ARM
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_COMPUTE_UNITS_BITFIELD_ARM, cl_ulong)
|
| #endif
|
| #ifdef CL_DEVICE_JOB_SLOTS_ARM
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_JOB_SLOTS_ARM, cl_uint)
|
| #endif
|
| #ifdef CL_DEVICE_SCHEDULING_CONTROLS_CAPABILITIES_ARM
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_SCHEDULING_CONTROLS_CAPABILITIES_ARM, cl_bitfield)
|
| #endif
|
| #ifdef CL_DEVICE_SUPPORTED_REGISTER_ALLOCATIONS_ARM
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_SUPPORTED_REGISTER_ALLOCATIONS_ARM, vector<cl_uint>)
|
| #endif
|
| #ifdef CL_DEVICE_MAX_WARP_COUNT_ARM
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_MAX_WARP_COUNT_ARM, cl_uint)
|
| #endif
|
| #ifdef CL_KERNEL_MAX_WARP_COUNT_ARM
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_kernel_info, CL_KERNEL_MAX_WARP_COUNT_ARM, cl_uint)
|
| #endif
|
| #ifdef CL_KERNEL_EXEC_INFO_WORKGROUP_BATCH_SIZE_ARM
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_kernel_exec_info, CL_KERNEL_EXEC_INFO_WORKGROUP_BATCH_SIZE_ARM, cl_uint)
|
| #endif
|
| #ifdef CL_KERNEL_EXEC_INFO_WORKGROUP_BATCH_SIZE_MODIFIER_ARM
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_kernel_exec_info, CL_KERNEL_EXEC_INFO_WORKGROUP_BATCH_SIZE_MODIFIER_ARM, cl_int)
|
| #endif
|
| #ifdef CL_KERNEL_EXEC_INFO_WARP_COUNT_LIMIT_ARM
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_kernel_exec_info, CL_KERNEL_EXEC_INFO_WARP_COUNT_LIMIT_ARM, cl_uint)
|
| #endif
|
| #ifdef CL_KERNEL_EXEC_INFO_COMPUTE_UNIT_MAX_QUEUED_BATCHES_ARM
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_kernel_exec_info, CL_KERNEL_EXEC_INFO_COMPUTE_UNIT_MAX_QUEUED_BATCHES_ARM, cl_uint)
|
| #endif
|
|
|
| #ifdef CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV, cl_uint)
|
| #endif
|
| #ifdef CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV, cl_uint)
|
| #endif
|
| #ifdef CL_DEVICE_REGISTERS_PER_BLOCK_NV
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_REGISTERS_PER_BLOCK_NV, cl_uint)
|
| #endif
|
| #ifdef CL_DEVICE_WARP_SIZE_NV
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_WARP_SIZE_NV, cl_uint)
|
| #endif
|
| #ifdef CL_DEVICE_GPU_OVERLAP_NV
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_GPU_OVERLAP_NV, cl_bool)
|
| #endif
|
| #ifdef CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV, cl_bool)
|
| #endif
|
| #ifdef CL_DEVICE_INTEGRATED_MEMORY_NV
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_INTEGRATED_MEMORY_NV, cl_bool)
|
| #endif
|
|
|
| #if defined(cl_khr_command_buffer)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_COMMAND_BUFFER_CAPABILITIES_KHR, cl_device_command_buffer_capabilities_khr)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_COMMAND_BUFFER_REQUIRED_QUEUE_PROPERTIES_KHR, cl_command_buffer_properties_khr)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_command_buffer_info_khr, CL_COMMAND_BUFFER_QUEUES_KHR, cl::vector<CommandQueue>)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_command_buffer_info_khr, CL_COMMAND_BUFFER_NUM_QUEUES_KHR, cl_uint)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_command_buffer_info_khr, CL_COMMAND_BUFFER_REFERENCE_COUNT_KHR, cl_uint)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_command_buffer_info_khr, CL_COMMAND_BUFFER_STATE_KHR, cl_command_buffer_state_khr)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_command_buffer_info_khr, CL_COMMAND_BUFFER_PROPERTIES_ARRAY_KHR, cl::vector<cl_command_buffer_properties_khr>)
|
| #endif
|
|
|
| #if defined(cl_khr_command_buffer_mutable_dispatch)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_mutable_command_info_khr, CL_MUTABLE_COMMAND_COMMAND_QUEUE_KHR, CommandQueue)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_mutable_command_info_khr, CL_MUTABLE_COMMAND_COMMAND_BUFFER_KHR, CommandBufferKhr)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_mutable_command_info_khr, CL_MUTABLE_COMMAND_COMMAND_TYPE_KHR, cl_command_type)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_mutable_command_info_khr, CL_MUTABLE_DISPATCH_PROPERTIES_ARRAY_KHR, cl::vector<cl_ndrange_kernel_command_properties_khr>)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_mutable_command_info_khr, CL_MUTABLE_DISPATCH_KERNEL_KHR, cl_kernel)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_mutable_command_info_khr, CL_MUTABLE_DISPATCH_DIMENSIONS_KHR, cl_uint)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_mutable_command_info_khr, CL_MUTABLE_DISPATCH_GLOBAL_WORK_OFFSET_KHR, cl::vector<size_type>)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_mutable_command_info_khr, CL_MUTABLE_DISPATCH_GLOBAL_WORK_SIZE_KHR, cl::vector<size_type>)
|
| CL_HPP_DECLARE_PARAM_TRAITS_(cl_mutable_command_info_khr, CL_MUTABLE_DISPATCH_LOCAL_WORK_SIZE_KHR, cl::vector<size_type>)
|
| #endif
|
|
|
|
|
|
|
| template <typename Func, typename T>
|
| inline cl_int
|
| getInfo(Func f, cl_uint name, T* param)
|
| {
|
| return getInfoHelper(f, name, param, 0);
|
| }
|
|
|
| template <typename Func, typename Arg0>
|
| struct GetInfoFunctor0
|
| {
|
| Func f_; const Arg0& arg0_;
|
| cl_int operator ()(
|
| cl_uint param, size_type size, void* value, size_type* size_ret)
|
| { return f_(arg0_, param, size, value, size_ret); }
|
| };
|
|
|
| template <typename Func, typename Arg0, typename Arg1>
|
| struct GetInfoFunctor1
|
| {
|
| Func f_; const Arg0& arg0_; const Arg1& arg1_;
|
| cl_int operator ()(
|
| cl_uint param, size_type size, void* value, size_type* size_ret)
|
| { return f_(arg0_, arg1_, param, size, value, size_ret); }
|
| };
|
|
|
| template <typename Func, typename Arg0, typename T>
|
| inline cl_int
|
| getInfo(Func f, const Arg0& arg0, cl_uint name, T* param)
|
| {
|
| GetInfoFunctor0<Func, Arg0> f0 = { f, arg0 };
|
| return getInfoHelper(f0, name, param, 0);
|
| }
|
|
|
| template <typename Func, typename Arg0, typename Arg1, typename T>
|
| inline cl_int
|
| getInfo(Func f, const Arg0& arg0, const Arg1& arg1, cl_uint name, T* param)
|
| {
|
| GetInfoFunctor1<Func, Arg0, Arg1> f0 = { f, arg0, arg1 };
|
| return getInfoHelper(f0, name, param, 0);
|
| }
|
|
|
|
|
| template<typename T>
|
| struct ReferenceHandler
|
| { };
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| |
| |
|
|
| template <>
|
| struct ReferenceHandler<cl_device_id>
|
| {
|
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| static cl_int retain(cl_device_id device)
|
| { return ::clRetainDevice(device); }
|
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| static cl_int release(cl_device_id device)
|
| { return ::clReleaseDevice(device); }
|
| };
|
| #else
|
| |
| |
|
|
| template <>
|
| struct ReferenceHandler<cl_device_id>
|
| {
|
|
|
| static cl_int retain(cl_device_id)
|
| { return CL_SUCCESS; }
|
|
|
| static cl_int release(cl_device_id)
|
| { return CL_SUCCESS; }
|
| };
|
| #endif
|
|
|
| template <>
|
| struct ReferenceHandler<cl_platform_id>
|
| {
|
|
|
| static cl_int retain(cl_platform_id)
|
| { return CL_SUCCESS; }
|
|
|
| static cl_int release(cl_platform_id)
|
| { return CL_SUCCESS; }
|
| };
|
|
|
| template <>
|
| struct ReferenceHandler<cl_context>
|
| {
|
| static cl_int retain(cl_context context)
|
| { return ::clRetainContext(context); }
|
| static cl_int release(cl_context context)
|
| { return ::clReleaseContext(context); }
|
| };
|
|
|
| template <>
|
| struct ReferenceHandler<cl_command_queue>
|
| {
|
| static cl_int retain(cl_command_queue queue)
|
| { return ::clRetainCommandQueue(queue); }
|
| static cl_int release(cl_command_queue queue)
|
| { return ::clReleaseCommandQueue(queue); }
|
| };
|
|
|
| template <>
|
| struct ReferenceHandler<cl_mem>
|
| {
|
| static cl_int retain(cl_mem memory)
|
| { return ::clRetainMemObject(memory); }
|
| static cl_int release(cl_mem memory)
|
| { return ::clReleaseMemObject(memory); }
|
| };
|
|
|
| template <>
|
| struct ReferenceHandler<cl_sampler>
|
| {
|
| static cl_int retain(cl_sampler sampler)
|
| { return ::clRetainSampler(sampler); }
|
| static cl_int release(cl_sampler sampler)
|
| { return ::clReleaseSampler(sampler); }
|
| };
|
|
|
| template <>
|
| struct ReferenceHandler<cl_program>
|
| {
|
| static cl_int retain(cl_program program)
|
| { return ::clRetainProgram(program); }
|
| static cl_int release(cl_program program)
|
| { return ::clReleaseProgram(program); }
|
| };
|
|
|
| template <>
|
| struct ReferenceHandler<cl_kernel>
|
| {
|
| static cl_int retain(cl_kernel kernel)
|
| { return ::clRetainKernel(kernel); }
|
| static cl_int release(cl_kernel kernel)
|
| { return ::clReleaseKernel(kernel); }
|
| };
|
|
|
| template <>
|
| struct ReferenceHandler<cl_event>
|
| {
|
| static cl_int retain(cl_event event)
|
| { return ::clRetainEvent(event); }
|
| static cl_int release(cl_event event)
|
| { return ::clReleaseEvent(event); }
|
| };
|
|
|
| #ifdef cl_khr_semaphore
|
| template <>
|
| struct ReferenceHandler<cl_semaphore_khr>
|
| {
|
| static cl_int retain(cl_semaphore_khr semaphore)
|
| {
|
| if (pfn_clRetainSemaphoreKHR != nullptr) {
|
| return pfn_clRetainSemaphoreKHR(semaphore);
|
| }
|
|
|
| return CL_INVALID_OPERATION;
|
| }
|
|
|
| static cl_int release(cl_semaphore_khr semaphore)
|
| {
|
| if (pfn_clReleaseSemaphoreKHR != nullptr) {
|
| return pfn_clReleaseSemaphoreKHR(semaphore);
|
| }
|
|
|
| return CL_INVALID_OPERATION;
|
| }
|
| };
|
| #endif
|
| #if defined(cl_khr_command_buffer)
|
| template <>
|
| struct ReferenceHandler<cl_command_buffer_khr>
|
| {
|
| static cl_int retain(cl_command_buffer_khr cmdBufferKhr)
|
| {
|
| if (pfn_clRetainCommandBufferKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION, __RETAIN_COMMAND_BUFFER_KHR_ERR);
|
| }
|
| return pfn_clRetainCommandBufferKHR(cmdBufferKhr);
|
| }
|
|
|
| static cl_int release(cl_command_buffer_khr cmdBufferKhr)
|
| {
|
| if (pfn_clReleaseCommandBufferKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION, __RELEASE_COMMAND_BUFFER_KHR_ERR);
|
| }
|
| return pfn_clReleaseCommandBufferKHR(cmdBufferKhr);
|
| }
|
| };
|
|
|
| template <>
|
| struct ReferenceHandler<cl_mutable_command_khr>
|
| {
|
|
|
| static cl_int retain(cl_mutable_command_khr)
|
| { return CL_SUCCESS; }
|
|
|
| static cl_int release(cl_mutable_command_khr)
|
| { return CL_SUCCESS; }
|
| };
|
| #endif
|
|
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120 && CL_HPP_MINIMUM_OPENCL_VERSION < 120
|
|
|
| static cl_uint getVersion(const vector<char> &versionInfo)
|
| {
|
| int highVersion = 0;
|
| int lowVersion = 0;
|
| int index = 7;
|
| while(versionInfo[index] != '.' ) {
|
| highVersion *= 10;
|
| highVersion += versionInfo[index]-'0';
|
| ++index;
|
| }
|
| ++index;
|
| while(versionInfo[index] != ' ' && versionInfo[index] != '\0') {
|
| lowVersion *= 10;
|
| lowVersion += versionInfo[index]-'0';
|
| ++index;
|
| }
|
| return (highVersion << 16) | lowVersion;
|
| }
|
|
|
| static cl_uint getPlatformVersion(cl_platform_id platform)
|
| {
|
| size_type size = 0;
|
| clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, nullptr, &size);
|
|
|
| vector<char> versionInfo(size);
|
| clGetPlatformInfo(platform, CL_PLATFORM_VERSION, size, versionInfo.data(), &size);
|
| return getVersion(versionInfo);
|
| }
|
|
|
| static cl_uint getDevicePlatformVersion(cl_device_id device)
|
| {
|
| cl_platform_id platform;
|
| clGetDeviceInfo(device, CL_DEVICE_PLATFORM, sizeof(platform), &platform, nullptr);
|
| return getPlatformVersion(platform);
|
| }
|
|
|
| static cl_uint getContextPlatformVersion(cl_context context)
|
| {
|
|
|
|
|
| size_type size = 0;
|
| clGetContextInfo(context, CL_CONTEXT_DEVICES, 0, nullptr, &size);
|
| if (size == 0)
|
| return 0;
|
| vector<cl_device_id> devices(size/sizeof(cl_device_id));
|
| clGetContextInfo(context, CL_CONTEXT_DEVICES, size, devices.data(), nullptr);
|
| return getDevicePlatformVersion(devices[0]);
|
| }
|
| #endif
|
|
|
| template <typename T>
|
| class Wrapper
|
| {
|
| public:
|
| typedef T cl_type;
|
|
|
| protected:
|
| cl_type object_;
|
|
|
| public:
|
| Wrapper() : object_(nullptr) { }
|
|
|
| Wrapper(const cl_type &obj, bool retainObject) : object_(obj)
|
| {
|
| if (retainObject) {
|
| detail::errHandler(retain(), __RETAIN_ERR);
|
| }
|
| }
|
|
|
| ~Wrapper()
|
| {
|
| if (object_ != nullptr) { release(); }
|
| }
|
|
|
| Wrapper(const Wrapper<cl_type>& rhs)
|
| {
|
| object_ = rhs.object_;
|
| detail::errHandler(retain(), __RETAIN_ERR);
|
| }
|
|
|
| Wrapper(Wrapper<cl_type>&& rhs) noexcept
|
| {
|
| object_ = rhs.object_;
|
| rhs.object_ = nullptr;
|
| }
|
|
|
| Wrapper<cl_type>& operator = (const Wrapper<cl_type>& rhs)
|
| {
|
| if (this != &rhs) {
|
| detail::errHandler(release(), __RELEASE_ERR);
|
| object_ = rhs.object_;
|
| detail::errHandler(retain(), __RETAIN_ERR);
|
| }
|
| return *this;
|
| }
|
|
|
| Wrapper<cl_type>& operator = (Wrapper<cl_type>&& rhs)
|
| {
|
| if (this != &rhs) {
|
| detail::errHandler(release(), __RELEASE_ERR);
|
| object_ = rhs.object_;
|
| rhs.object_ = nullptr;
|
| }
|
| return *this;
|
| }
|
|
|
| Wrapper<cl_type>& operator = (const cl_type &rhs)
|
| {
|
| detail::errHandler(release(), __RELEASE_ERR);
|
| object_ = rhs;
|
| return *this;
|
| }
|
|
|
| const cl_type& operator ()() const { return object_; }
|
|
|
| cl_type& operator ()() { return object_; }
|
|
|
| cl_type get() const { return object_; }
|
|
|
| protected:
|
| template<typename Func, typename U>
|
| friend inline cl_int getInfoHelper(Func, cl_uint, U*, int, typename U::cl_type);
|
|
|
| cl_int retain() const
|
| {
|
| if (object_ != nullptr) {
|
| return ReferenceHandler<cl_type>::retain(object_);
|
| }
|
| else {
|
| return CL_SUCCESS;
|
| }
|
| }
|
|
|
| cl_int release() const
|
| {
|
| if (object_ != nullptr) {
|
| return ReferenceHandler<cl_type>::release(object_);
|
| }
|
| else {
|
| return CL_SUCCESS;
|
| }
|
| }
|
| };
|
|
|
| template <>
|
| class Wrapper<cl_device_id>
|
| {
|
| public:
|
| typedef cl_device_id cl_type;
|
|
|
| protected:
|
| cl_type object_;
|
| bool referenceCountable_;
|
|
|
| static bool isReferenceCountable(cl_device_id device)
|
| {
|
| bool retVal = false;
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION < 120
|
| if (device != nullptr) {
|
| int version = getDevicePlatformVersion(device);
|
| if(version > ((1 << 16) + 1)) {
|
| retVal = true;
|
| }
|
| }
|
| #else
|
| retVal = true;
|
| #endif
|
| #endif
|
| (void)device;
|
| return retVal;
|
| }
|
|
|
| public:
|
| Wrapper() : object_(nullptr), referenceCountable_(false)
|
| {
|
| }
|
|
|
| Wrapper(const cl_type &obj, bool retainObject) :
|
| object_(obj),
|
| referenceCountable_(false)
|
| {
|
| referenceCountable_ = isReferenceCountable(obj);
|
|
|
| if (retainObject) {
|
| detail::errHandler(retain(), __RETAIN_ERR);
|
| }
|
| }
|
|
|
| ~Wrapper()
|
| {
|
| release();
|
| }
|
|
|
| Wrapper(const Wrapper<cl_type>& rhs)
|
| {
|
| object_ = rhs.object_;
|
| referenceCountable_ = isReferenceCountable(object_);
|
| detail::errHandler(retain(), __RETAIN_ERR);
|
| }
|
|
|
| Wrapper(Wrapper<cl_type>&& rhs) noexcept
|
| {
|
| object_ = rhs.object_;
|
| referenceCountable_ = rhs.referenceCountable_;
|
| rhs.object_ = nullptr;
|
| rhs.referenceCountable_ = false;
|
| }
|
|
|
| Wrapper<cl_type>& operator = (const Wrapper<cl_type>& rhs)
|
| {
|
| if (this != &rhs) {
|
| detail::errHandler(release(), __RELEASE_ERR);
|
| object_ = rhs.object_;
|
| referenceCountable_ = rhs.referenceCountable_;
|
| detail::errHandler(retain(), __RETAIN_ERR);
|
| }
|
| return *this;
|
| }
|
|
|
| Wrapper<cl_type>& operator = (Wrapper<cl_type>&& rhs)
|
| {
|
| if (this != &rhs) {
|
| detail::errHandler(release(), __RELEASE_ERR);
|
| object_ = rhs.object_;
|
| referenceCountable_ = rhs.referenceCountable_;
|
| rhs.object_ = nullptr;
|
| rhs.referenceCountable_ = false;
|
| }
|
| return *this;
|
| }
|
|
|
| Wrapper<cl_type>& operator = (const cl_type &rhs)
|
| {
|
| detail::errHandler(release(), __RELEASE_ERR);
|
| object_ = rhs;
|
| referenceCountable_ = isReferenceCountable(object_);
|
| return *this;
|
| }
|
|
|
| const cl_type& operator ()() const { return object_; }
|
|
|
| cl_type& operator ()() { return object_; }
|
|
|
| cl_type get() const { return object_; }
|
|
|
| protected:
|
| template<typename Func, typename U>
|
| friend inline cl_int getInfoHelper(Func, cl_uint, U*, int, typename U::cl_type);
|
|
|
| template<typename Func, typename U>
|
| friend inline cl_int getInfoHelper(Func, cl_uint, vector<U>*, int, typename U::cl_type);
|
|
|
| cl_int retain() const
|
| {
|
| if( object_ != nullptr && referenceCountable_ ) {
|
| return ReferenceHandler<cl_type>::retain(object_);
|
| }
|
| else {
|
| return CL_SUCCESS;
|
| }
|
| }
|
|
|
| cl_int release() const
|
| {
|
| if (object_ != nullptr && referenceCountable_) {
|
| return ReferenceHandler<cl_type>::release(object_);
|
| }
|
| else {
|
| return CL_SUCCESS;
|
| }
|
| }
|
| };
|
|
|
| template <typename T>
|
| inline bool operator==(const Wrapper<T> &lhs, const Wrapper<T> &rhs)
|
| {
|
| return lhs() == rhs();
|
| }
|
|
|
| template <typename T>
|
| inline bool operator!=(const Wrapper<T> &lhs, const Wrapper<T> &rhs)
|
| {
|
| return !operator==(lhs, rhs);
|
| }
|
|
|
| }
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
| |
| |
| |
|
|
| struct ImageFormat : public cl_image_format
|
| {
|
|
|
| ImageFormat(){}
|
|
|
|
|
| ImageFormat(cl_channel_order order, cl_channel_type type)
|
| {
|
| image_channel_order = order;
|
| image_channel_data_type = type;
|
| }
|
|
|
|
|
| ImageFormat(const ImageFormat &other) { *this = other; }
|
|
|
|
|
| ImageFormat& operator = (const ImageFormat& rhs)
|
| {
|
| if (this != &rhs) {
|
| this->image_channel_data_type = rhs.image_channel_data_type;
|
| this->image_channel_order = rhs.image_channel_order;
|
| }
|
| return *this;
|
| }
|
| };
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| class Device : public detail::Wrapper<cl_device_id>
|
| {
|
| private:
|
| static std::once_flag default_initialized_;
|
| static Device default_;
|
| static cl_int default_error_;
|
|
|
| |
| |
| |
| |
|
|
| static void makeDefault();
|
|
|
| |
| |
| |
| |
|
|
| static void makeDefaultProvided(const Device &p) {
|
| default_ = p;
|
| }
|
|
|
| public:
|
| #ifdef CL_HPP_UNIT_TEST_ENABLE
|
| |
| |
| |
| |
| |
|
|
| static void unitTestClearDefault() {
|
| default_ = Device();
|
| }
|
| #endif
|
|
|
|
|
| Device() : detail::Wrapper<cl_type>() { }
|
|
|
| |
| |
| |
|
|
| explicit Device(const cl_device_id &device, bool retainObject = false) :
|
| detail::Wrapper<cl_type>(device, retainObject) { }
|
|
|
| |
| |
| |
|
|
| static Device getDefault(
|
| cl_int *errResult = nullptr)
|
| {
|
| std::call_once(default_initialized_, makeDefault);
|
| detail::errHandler(default_error_);
|
| if (errResult != nullptr) {
|
| *errResult = default_error_;
|
| }
|
| return default_;
|
| }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| static Device setDefault(const Device &default_device)
|
| {
|
| std::call_once(default_initialized_, makeDefaultProvided, std::cref(default_device));
|
| detail::errHandler(default_error_);
|
| return default_;
|
| }
|
|
|
| |
| |
| |
|
|
| Device& operator = (const cl_device_id& rhs)
|
| {
|
| detail::Wrapper<cl_type>::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
|
|
| template <typename T>
|
| cl_int getInfo(cl_device_info name, T* param) const
|
| {
|
| return detail::errHandler(
|
| detail::getInfo(&::clGetDeviceInfo, object_, name, param),
|
| __GET_DEVICE_INFO_ERR);
|
| }
|
|
|
|
|
| template <cl_device_info name> typename
|
| detail::param_traits<detail::cl_device_info, name>::param_type
|
| getInfo(cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_device_info, name>::param_type param;
|
| cl_int result = getInfo(name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 210
|
| |
| |
| |
| |
| |
|
|
| cl_ulong getHostTimer(cl_int *error = nullptr)
|
| {
|
| cl_ulong retVal = 0;
|
| cl_int err =
|
| clGetHostTimer(this->get(), &retVal);
|
| detail::errHandler(
|
| err,
|
| __GET_HOST_TIMER_ERR);
|
| if (error) {
|
| *error = err;
|
| }
|
| return retVal;
|
| }
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| std::pair<cl_ulong, cl_ulong> getDeviceAndHostTimer(cl_int *error = nullptr)
|
| {
|
| std::pair<cl_ulong, cl_ulong> retVal;
|
| cl_int err =
|
| clGetDeviceAndHostTimer(this->get(), &(retVal.first), &(retVal.second));
|
| detail::errHandler(
|
| err,
|
| __GET_DEVICE_AND_HOST_TIMER_ERR);
|
| if (error) {
|
| *error = err;
|
| }
|
| return retVal;
|
| }
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
|
|
| cl_int createSubDevices(const cl_device_partition_property* properties,
|
| vector<Device>* devices);
|
| #endif
|
|
|
| #if defined(cl_ext_device_fission)
|
|
|
| cl_int createSubDevices(const cl_device_partition_property_ext* properties,
|
| vector<Device>* devices);
|
| #endif
|
| };
|
|
|
| using BuildLogType = vector<std::pair<cl::Device, typename detail::param_traits<detail::cl_program_build_info, CL_PROGRAM_BUILD_LOG>::param_type>>;
|
| #if defined(CL_HPP_ENABLE_EXCEPTIONS)
|
| |
| |
|
|
| class BuildError : public Error
|
| {
|
| private:
|
| BuildLogType buildLogs;
|
| public:
|
| BuildError(cl_int err, const char * errStr, const BuildLogType &vec) : Error(err, errStr), buildLogs(vec)
|
| {
|
| }
|
|
|
| BuildLogType getBuildLog() const
|
| {
|
| return buildLogs;
|
| }
|
| };
|
| namespace detail {
|
| static inline cl_int buildErrHandler(
|
| cl_int err,
|
| const char * errStr,
|
| const BuildLogType &buildLogs)
|
| {
|
| if (err != CL_SUCCESS) {
|
| throw BuildError(err, errStr, buildLogs);
|
| }
|
| return err;
|
| }
|
| }
|
|
|
| #else
|
| namespace detail {
|
| static inline cl_int buildErrHandler(
|
| cl_int err,
|
| const char * errStr,
|
| const BuildLogType &buildLogs)
|
| {
|
| (void)buildLogs;
|
| (void)errStr;
|
| return err;
|
| }
|
| }
|
| #endif
|
|
|
| CL_HPP_DEFINE_STATIC_MEMBER_ std::once_flag Device::default_initialized_;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ Device Device::default_;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ cl_int Device::default_error_ = CL_SUCCESS;
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| class Platform : public detail::Wrapper<cl_platform_id>
|
| {
|
| private:
|
| static std::once_flag default_initialized_;
|
| static Platform default_;
|
| static cl_int default_error_;
|
|
|
| |
| |
| |
| |
|
|
| static void makeDefault() {
|
| |
| |
|
|
| #if defined(CL_HPP_ENABLE_EXCEPTIONS)
|
| try
|
| #endif
|
| {
|
|
|
|
|
| cl_uint n = 0;
|
|
|
| cl_int err = ::clGetPlatformIDs(0, nullptr, &n);
|
| if (err != CL_SUCCESS) {
|
| default_error_ = err;
|
| return;
|
| }
|
| if (n == 0) {
|
| default_error_ = CL_INVALID_PLATFORM;
|
| return;
|
| }
|
|
|
| vector<cl_platform_id> ids(n);
|
| err = ::clGetPlatformIDs(n, ids.data(), nullptr);
|
| if (err != CL_SUCCESS) {
|
| default_error_ = err;
|
| return;
|
| }
|
|
|
| default_ = Platform(ids[0]);
|
| }
|
| #if defined(CL_HPP_ENABLE_EXCEPTIONS)
|
| catch (cl::Error &e) {
|
| default_error_ = e.err();
|
| }
|
| #endif
|
| }
|
|
|
| |
| |
| |
| |
|
|
| static void makeDefaultProvided(const Platform &p) {
|
| default_ = p;
|
| }
|
|
|
| public:
|
| #ifdef CL_HPP_UNIT_TEST_ENABLE
|
| |
| |
| |
| |
| |
|
|
| static void unitTestClearDefault() {
|
| default_ = Platform();
|
| }
|
| #endif
|
|
|
|
|
| Platform() : detail::Wrapper<cl_type>() { }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| explicit Platform(const cl_platform_id &platform, bool retainObject = false) :
|
| detail::Wrapper<cl_type>(platform, retainObject) { }
|
|
|
| |
| |
| |
|
|
| Platform& operator = (const cl_platform_id& rhs)
|
| {
|
| detail::Wrapper<cl_type>::operator=(rhs);
|
| return *this;
|
| }
|
|
|
| static Platform getDefault(
|
| cl_int *errResult = nullptr)
|
| {
|
| std::call_once(default_initialized_, makeDefault);
|
| detail::errHandler(default_error_);
|
| if (errResult != nullptr) {
|
| *errResult = default_error_;
|
| }
|
| return default_;
|
| }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| static Platform setDefault(const Platform &default_platform)
|
| {
|
| std::call_once(default_initialized_, makeDefaultProvided, std::cref(default_platform));
|
| detail::errHandler(default_error_);
|
| return default_;
|
| }
|
|
|
|
|
| template <typename T>
|
| cl_int getInfo(cl_platform_info name, T* param) const
|
| {
|
| return detail::errHandler(
|
| detail::getInfo(&::clGetPlatformInfo, object_, name, param),
|
| __GET_PLATFORM_INFO_ERR);
|
| }
|
|
|
|
|
| template <cl_platform_info name> typename
|
| detail::param_traits<detail::cl_platform_info, name>::param_type
|
| getInfo(cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_platform_info, name>::param_type param;
|
| cl_int result = getInfo(name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
|
|
| |
| |
| |
|
|
| cl_int getDevices(
|
| cl_device_type type,
|
| vector<Device>* devices) const
|
| {
|
| cl_uint n = 0;
|
| if( devices == nullptr ) {
|
| return detail::errHandler(CL_INVALID_ARG_VALUE, __GET_DEVICE_IDS_ERR);
|
| }
|
| cl_int err = ::clGetDeviceIDs(object_, type, 0, nullptr, &n);
|
| if (err != CL_SUCCESS && err != CL_DEVICE_NOT_FOUND) {
|
| return detail::errHandler(err, __GET_DEVICE_IDS_ERR);
|
| }
|
|
|
| vector<cl_device_id> ids(n);
|
| if (n>0) {
|
| err = ::clGetDeviceIDs(object_, type, n, ids.data(), nullptr);
|
| if (err != CL_SUCCESS) {
|
| return detail::errHandler(err, __GET_DEVICE_IDS_ERR);
|
| }
|
| }
|
|
|
|
|
|
|
|
|
|
|
| if (devices) {
|
| devices->resize(ids.size());
|
|
|
|
|
|
|
| for (size_type i = 0; i < ids.size(); i++) {
|
| (*devices)[i] = Device(ids[i], true);
|
| }
|
| }
|
| return CL_SUCCESS;
|
| }
|
|
|
| #if defined(CL_HPP_USE_DX_INTEROP)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| cl_int getDevices(
|
| cl_d3d10_device_source_khr d3d_device_source,
|
| void * d3d_object,
|
| cl_d3d10_device_set_khr d3d_device_set,
|
| vector<Device>* devices) const
|
| {
|
| typedef CL_API_ENTRY cl_int (CL_API_CALL *PFN_clGetDeviceIDsFromD3D10KHR)(
|
| cl_platform_id platform,
|
| cl_d3d10_device_source_khr d3d_device_source,
|
| void * d3d_object,
|
| cl_d3d10_device_set_khr d3d_device_set,
|
| cl_uint num_entries,
|
| cl_device_id * devices,
|
| cl_uint* num_devices);
|
|
|
| if( devices == nullptr ) {
|
| return detail::errHandler(CL_INVALID_ARG_VALUE, __GET_DEVICE_IDS_ERR);
|
| }
|
|
|
| static PFN_clGetDeviceIDsFromD3D10KHR pfn_clGetDeviceIDsFromD3D10KHR = nullptr;
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(object_, clGetDeviceIDsFromD3D10KHR);
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION < 120
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clGetDeviceIDsFromD3D10KHR);
|
| #endif
|
|
|
| cl_uint n = 0;
|
| cl_int err = pfn_clGetDeviceIDsFromD3D10KHR(
|
| object_,
|
| d3d_device_source,
|
| d3d_object,
|
| d3d_device_set,
|
| 0,
|
| nullptr,
|
| &n);
|
| if (err != CL_SUCCESS) {
|
| return detail::errHandler(err, __GET_DEVICE_IDS_ERR);
|
| }
|
|
|
| vector<cl_device_id> ids(n);
|
| err = pfn_clGetDeviceIDsFromD3D10KHR(
|
| object_,
|
| d3d_device_source,
|
| d3d_object,
|
| d3d_device_set,
|
| n,
|
| ids.data(),
|
| nullptr);
|
| if (err != CL_SUCCESS) {
|
| return detail::errHandler(err, __GET_DEVICE_IDS_ERR);
|
| }
|
|
|
|
|
|
|
|
|
|
|
| if (devices) {
|
| devices->resize(ids.size());
|
|
|
|
|
|
|
| for (size_type i = 0; i < ids.size(); i++) {
|
| (*devices)[i] = Device(ids[i], true);
|
| }
|
| }
|
| return CL_SUCCESS;
|
| }
|
| #endif
|
|
|
| |
| |
| |
|
|
| static cl_int get(
|
| vector<Platform>* platforms)
|
| {
|
| cl_uint n = 0;
|
|
|
| if( platforms == nullptr ) {
|
| return detail::errHandler(CL_INVALID_ARG_VALUE, __GET_PLATFORM_IDS_ERR);
|
| }
|
|
|
| cl_int err = ::clGetPlatformIDs(0, nullptr, &n);
|
| if (err != CL_SUCCESS) {
|
| return detail::errHandler(err, __GET_PLATFORM_IDS_ERR);
|
| }
|
|
|
| vector<cl_platform_id> ids(n);
|
| err = ::clGetPlatformIDs(n, ids.data(), nullptr);
|
| if (err != CL_SUCCESS) {
|
| return detail::errHandler(err, __GET_PLATFORM_IDS_ERR);
|
| }
|
|
|
| if (platforms) {
|
| platforms->resize(ids.size());
|
|
|
|
|
| for (size_type i = 0; i < ids.size(); i++) {
|
| (*platforms)[i] = Platform(ids[i]);
|
| }
|
| }
|
| return CL_SUCCESS;
|
| }
|
|
|
| |
| |
| |
|
|
| static cl_int get(
|
| Platform * platform)
|
| {
|
| cl_int err;
|
| Platform default_platform = Platform::getDefault(&err);
|
| if (platform) {
|
| *platform = default_platform;
|
| }
|
| return err;
|
| }
|
|
|
| |
| |
| |
| |
| |
| |
| |
|
|
| static Platform get(
|
| cl_int * errResult = nullptr)
|
| {
|
| cl_int err;
|
| Platform default_platform = Platform::getDefault(&err);
|
| if (errResult) {
|
| *errResult = err;
|
| }
|
| return default_platform;
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
|
|
| cl_int
|
| unloadCompiler()
|
| {
|
| return ::clUnloadPlatformCompiler(object_);
|
| }
|
| #endif
|
| };
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
|
|
| inline cl_int Device::createSubDevices(const cl_device_partition_property* properties,
|
| vector<Device>* devices)
|
| {
|
| cl_uint n = 0;
|
| cl_int err = clCreateSubDevices(object_, properties, 0, nullptr, &n);
|
| if (err != CL_SUCCESS)
|
| {
|
| return detail::errHandler(err, __CREATE_SUB_DEVICES_ERR);
|
| }
|
|
|
| vector<cl_device_id> ids(n);
|
| err = clCreateSubDevices(object_, properties, n, ids.data(), nullptr);
|
| if (err != CL_SUCCESS)
|
| {
|
| return detail::errHandler(err, __CREATE_SUB_DEVICES_ERR);
|
| }
|
|
|
|
|
|
|
| if (devices)
|
| {
|
| devices->resize(ids.size());
|
|
|
|
|
|
|
| for (size_type i = 0; i < ids.size(); i++)
|
| {
|
|
|
|
|
| (*devices)[i] = Device(ids[i], false);
|
| }
|
| }
|
|
|
| return CL_SUCCESS;
|
| }
|
| #endif
|
|
|
| #if defined(cl_ext_device_fission)
|
|
|
| inline cl_int Device::createSubDevices(const cl_device_partition_property_ext* properties,
|
| vector<Device>* devices)
|
| {
|
| typedef CL_API_ENTRY cl_int(CL_API_CALL * PFN_clCreateSubDevicesEXT)(
|
| cl_device_id ,
|
| const cl_device_partition_property_ext* ,
|
| cl_uint , cl_device_id* ,
|
| cl_uint* ) CL_API_SUFFIX__VERSION_1_1;
|
|
|
| static PFN_clCreateSubDevicesEXT pfn_clCreateSubDevicesEXT = nullptr;
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| cl::Device device(object_);
|
| cl_platform_id platform = device.getInfo<CL_DEVICE_PLATFORM>()();
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clCreateSubDevicesEXT);
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION < 120
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clCreateSubDevicesEXT);
|
| #endif
|
|
|
| cl_uint n = 0;
|
| cl_int err = pfn_clCreateSubDevicesEXT(object_, properties, 0, nullptr, &n);
|
| if (err != CL_SUCCESS)
|
| {
|
| return detail::errHandler(err, __CREATE_SUB_DEVICES_ERR);
|
| }
|
|
|
| vector<cl_device_id> ids(n);
|
| err =
|
| pfn_clCreateSubDevicesEXT(object_, properties, n, ids.data(), nullptr);
|
| if (err != CL_SUCCESS)
|
| {
|
| return detail::errHandler(err, __CREATE_SUB_DEVICES_ERR);
|
| }
|
|
|
|
|
| if (devices)
|
| {
|
| devices->resize(ids.size());
|
|
|
|
|
|
|
| for (size_type i = 0; i < ids.size(); i++)
|
| {
|
|
|
|
|
| (*devices)[i] = Device(ids[i], false);
|
| }
|
| }
|
|
|
| return CL_SUCCESS;
|
| }
|
| #endif
|
|
|
| CL_HPP_DEFINE_STATIC_MEMBER_ std::once_flag Platform::default_initialized_;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ Platform Platform::default_;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ cl_int Platform::default_error_ = CL_SUCCESS;
|
|
|
|
|
| |
| |
|
|
| #if defined(CL_USE_DEPRECATED_OPENCL_1_1_APIS)
|
| |
| |
| |
|
|
| inline CL_API_PREFIX__VERSION_1_1_DEPRECATED cl_int
|
| UnloadCompiler() CL_API_SUFFIX__VERSION_1_1_DEPRECATED;
|
| inline cl_int
|
| UnloadCompiler()
|
| {
|
| return ::clUnloadCompiler();
|
| }
|
| #endif
|
|
|
|
|
| #if defined(cl_ext_image_requirements_info)
|
| enum ImageRequirementsInfoExt : cl_image_requirements_info_ext
|
| {
|
| RowPitchAlign = CL_IMAGE_REQUIREMENTS_ROW_PITCH_ALIGNMENT_EXT,
|
| BaseAddAlign = CL_IMAGE_REQUIREMENTS_BASE_ADDRESS_ALIGNMENT_EXT,
|
| Size = CL_IMAGE_REQUIREMENTS_SIZE_EXT,
|
| MaxWidth = CL_IMAGE_REQUIREMENTS_MAX_WIDTH_EXT,
|
| MaxHeight = CL_IMAGE_REQUIREMENTS_MAX_HEIGHT_EXT,
|
| MaxDepth = CL_IMAGE_REQUIREMENTS_MAX_DEPTH_EXT,
|
| MaxArraySize = CL_IMAGE_REQUIREMENTS_MAX_ARRAY_SIZE_EXT,
|
| #if defined(cl_ext_image_from_buffer)
|
| SlicePitchAlign = CL_IMAGE_REQUIREMENTS_SLICE_PITCH_ALIGNMENT_EXT,
|
| #endif
|
| };
|
|
|
| #endif
|
|
|
|
|
| |
| |
| |
| |
| |
| |
| |
|
|
| class Context
|
| : public detail::Wrapper<cl_context>
|
| {
|
| private:
|
| static std::once_flag default_initialized_;
|
| static Context default_;
|
| static cl_int default_error_;
|
|
|
| |
| |
| |
| |
|
|
| static void makeDefault() {
|
| |
| |
|
|
| #if defined(CL_HPP_ENABLE_EXCEPTIONS)
|
| try
|
| #endif
|
| {
|
| #if !defined(__APPLE__) && !defined(__MACOS)
|
| const Platform &p = Platform::getDefault();
|
| cl_platform_id defaultPlatform = p();
|
| cl_context_properties properties[3] = {
|
| CL_CONTEXT_PLATFORM, (cl_context_properties)defaultPlatform, 0
|
| };
|
| #else
|
| cl_context_properties *properties = nullptr;
|
| #endif
|
|
|
| default_ = Context(
|
| CL_DEVICE_TYPE_DEFAULT,
|
| properties,
|
| nullptr,
|
| nullptr,
|
| &default_error_);
|
| }
|
| #if defined(CL_HPP_ENABLE_EXCEPTIONS)
|
| catch (cl::Error &e) {
|
| default_error_ = e.err();
|
| }
|
| #endif
|
| }
|
|
|
|
|
| |
| |
| |
| |
|
|
| static void makeDefaultProvided(const Context &c) {
|
| default_ = c;
|
| }
|
|
|
| #if defined(cl_ext_image_requirements_info)
|
| struct ImageRequirementsInfo {
|
|
|
| ImageRequirementsInfo(cl_mem_flags f, const cl_mem_properties* properties, const ImageFormat* format, const cl_image_desc* desc)
|
| {
|
| flags = f;
|
| properties = properties;
|
| image_format = format;
|
| image_desc = desc;
|
| }
|
|
|
| cl_mem_flags flags = 0;
|
| const cl_mem_properties* properties;
|
| const ImageFormat* image_format;
|
| const cl_image_desc* image_desc;
|
| };
|
|
|
| static cl_int getImageRequirementsInfoExtHelper(const Context &context,
|
| const ImageRequirementsInfo &info,
|
| cl_image_requirements_info_ext param_name,
|
| size_type param_value_size,
|
| void* param_value,
|
| size_type* param_value_size_ret)
|
| {
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| Device device = context.getInfo<CL_CONTEXT_DEVICES>().at(0);
|
| cl_platform_id platform = device.getInfo<CL_DEVICE_PLATFORM>()();
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clGetImageRequirementsInfoEXT);
|
| #else
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clGetImageRequirementsInfoEXT);
|
| #endif
|
|
|
| if (pfn_clGetImageRequirementsInfoEXT == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION, __GET_IMAGE_REQUIREMENT_INFO_EXT_ERR);
|
| }
|
|
|
| return detail::errHandler(
|
| pfn_clGetImageRequirementsInfoEXT(context(), info.properties,
|
| info.flags, info.image_format, info.image_desc, param_name,
|
| param_value_size, param_value, param_value_size_ret),
|
| __GET_IMAGE_REQUIREMENT_INFO_EXT_ERR);
|
| }
|
| #endif
|
|
|
| public:
|
| #ifdef CL_HPP_UNIT_TEST_ENABLE
|
| |
| |
| |
| |
| |
|
|
| static void unitTestClearDefault() {
|
| default_ = Context();
|
| }
|
| #endif
|
|
|
| |
| |
| |
|
|
| Context(
|
| const vector<Device>& devices,
|
| const cl_context_properties* properties = nullptr,
|
| void (CL_CALLBACK * notifyFptr)(
|
| const char *,
|
| const void *,
|
| size_type,
|
| void *) = nullptr,
|
| void* data = nullptr,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| size_type numDevices = devices.size();
|
| vector<cl_device_id> deviceIDs(numDevices);
|
|
|
| for( size_type deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) {
|
| deviceIDs[deviceIndex] = (devices[deviceIndex])();
|
| }
|
|
|
| object_ = ::clCreateContext(
|
| properties, (cl_uint) numDevices,
|
| deviceIDs.data(),
|
| notifyFptr, data, &error);
|
|
|
| detail::errHandler(error, __CREATE_CONTEXT_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
| |
| |
| |
|
|
| Context(
|
| const Device& device,
|
| const cl_context_properties* properties = nullptr,
|
| void (CL_CALLBACK * notifyFptr)(
|
| const char *,
|
| const void *,
|
| size_type,
|
| void *) = nullptr,
|
| void* data = nullptr,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| cl_device_id deviceID = device();
|
|
|
| object_ = ::clCreateContext(
|
| properties, 1,
|
| &deviceID,
|
| notifyFptr, data, &error);
|
|
|
| detail::errHandler(error, __CREATE_CONTEXT_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
| |
| |
| |
|
|
| Context(
|
| cl_device_type type,
|
| const cl_context_properties* properties = nullptr,
|
| void (CL_CALLBACK * notifyFptr)(
|
| const char *,
|
| const void *,
|
| size_type,
|
| void *) = nullptr,
|
| void* data = nullptr,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| #if !defined(__APPLE__) && !defined(__MACOS)
|
| cl_context_properties prop[4] = {CL_CONTEXT_PLATFORM, 0, 0, 0 };
|
|
|
| if (properties == nullptr) {
|
|
|
| vector<Platform> platforms;
|
| error = Platform::get(&platforms);
|
| if (error != CL_SUCCESS) {
|
| detail::errHandler(error, __CREATE_CONTEXT_FROM_TYPE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| return;
|
| }
|
|
|
|
|
| cl_context_properties platform_id = 0;
|
| for (unsigned int i = 0; i < platforms.size(); i++) {
|
|
|
| vector<Device> devices;
|
|
|
| #if defined(CL_HPP_ENABLE_EXCEPTIONS)
|
| try {
|
| #endif
|
|
|
| error = platforms[i].getDevices(type, &devices);
|
|
|
| #if defined(CL_HPP_ENABLE_EXCEPTIONS)
|
| } catch (cl::Error& e) {
|
| error = e.err();
|
| }
|
|
|
|
|
| #endif
|
|
|
|
|
| if (error != CL_SUCCESS && error != CL_DEVICE_NOT_FOUND) {
|
| detail::errHandler(error, __CREATE_CONTEXT_FROM_TYPE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
| if (devices.size() > 0) {
|
| platform_id = (cl_context_properties)platforms[i]();
|
| break;
|
| }
|
| }
|
|
|
| if (platform_id == 0) {
|
| detail::errHandler(CL_DEVICE_NOT_FOUND, __CREATE_CONTEXT_FROM_TYPE_ERR);
|
| if (err != nullptr) {
|
| *err = CL_DEVICE_NOT_FOUND;
|
| }
|
| return;
|
| }
|
|
|
| prop[1] = platform_id;
|
| properties = &prop[0];
|
| }
|
| #endif
|
| object_ = ::clCreateContextFromType(
|
| properties, type, notifyFptr, data, &error);
|
|
|
| detail::errHandler(error, __CREATE_CONTEXT_FROM_TYPE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
|
|
| |
| |
| |
|
|
| static Context getDefault(cl_int * err = nullptr)
|
| {
|
| std::call_once(default_initialized_, makeDefault);
|
| detail::errHandler(default_error_);
|
| if (err != nullptr) {
|
| *err = default_error_;
|
| }
|
| return default_;
|
| }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| static Context setDefault(const Context &default_context)
|
| {
|
| std::call_once(default_initialized_, makeDefaultProvided, std::cref(default_context));
|
| detail::errHandler(default_error_);
|
| return default_;
|
| }
|
|
|
|
|
| Context() : detail::Wrapper<cl_type>() { }
|
|
|
| |
| |
| |
| |
|
|
| explicit Context(const cl_context& context, bool retainObject = false) :
|
| detail::Wrapper<cl_type>(context, retainObject) { }
|
|
|
| |
| |
| |
| |
|
|
| Context& operator = (const cl_context& rhs)
|
| {
|
| detail::Wrapper<cl_type>::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
| template <typename T>
|
| cl_int getInfo(cl_context_info name, T* param) const
|
| {
|
| return detail::errHandler(
|
| detail::getInfo(&::clGetContextInfo, object_, name, param),
|
| __GET_CONTEXT_INFO_ERR);
|
| }
|
|
|
|
|
| template <cl_context_info name> typename
|
| detail::param_traits<detail::cl_context_info, name>::param_type
|
| getInfo(cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_context_info, name>::param_type param;
|
| cl_int result = getInfo(name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
|
|
| |
| |
| |
|
|
| cl_int getSupportedImageFormats(
|
| cl_mem_flags flags,
|
| cl_mem_object_type type,
|
| vector<ImageFormat>* formats) const
|
| {
|
| cl_uint numEntries;
|
|
|
| if (!formats) {
|
| return CL_SUCCESS;
|
| }
|
|
|
| cl_int err = ::clGetSupportedImageFormats(
|
| object_,
|
| flags,
|
| type,
|
| 0,
|
| nullptr,
|
| &numEntries);
|
| if (err != CL_SUCCESS) {
|
| return detail::errHandler(err, __GET_SUPPORTED_IMAGE_FORMATS_ERR);
|
| }
|
|
|
| if (numEntries > 0) {
|
| vector<ImageFormat> value(numEntries);
|
| err = ::clGetSupportedImageFormats(
|
| object_,
|
| flags,
|
| type,
|
| numEntries,
|
| (cl_image_format*)value.data(),
|
| nullptr);
|
| if (err != CL_SUCCESS) {
|
| return detail::errHandler(err, __GET_SUPPORTED_IMAGE_FORMATS_ERR);
|
| }
|
|
|
| formats->assign(value.begin(), value.end());
|
| }
|
| else {
|
|
|
| formats->clear();
|
| }
|
|
|
| return CL_SUCCESS;
|
| }
|
|
|
| #if defined(cl_ext_image_requirements_info)
|
| template <typename T>
|
| cl_int getImageRequirementsInfoExt(cl_image_requirements_info_ext name,
|
| T* param,
|
| cl_mem_flags flags = 0,
|
| const cl_mem_properties* properties = nullptr,
|
| const ImageFormat* image_format = nullptr,
|
| const cl_image_desc* image_desc = nullptr) const
|
| {
|
| ImageRequirementsInfo imageInfo = {flags, properties, image_format, image_desc};
|
|
|
| return detail::errHandler(
|
| detail::getInfo(
|
| Context::getImageRequirementsInfoExtHelper, *this, imageInfo, name, param),
|
| __GET_IMAGE_REQUIREMENT_INFO_EXT_ERR);
|
| }
|
|
|
| template <cl_image_requirements_info_ext type> typename
|
| detail::param_traits<detail::cl_image_requirements_info_ext, type>::param_type
|
| getImageRequirementsInfoExt(cl_mem_flags flags = 0,
|
| const cl_mem_properties* properties = nullptr,
|
| const ImageFormat* image_format = nullptr,
|
| const cl_image_desc* image_desc = nullptr,
|
| cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_image_requirements_info_ext, type>::param_type param;
|
| cl_int result = getImageRequirementsInfoExt(type, ¶m, flags, properties, image_format, image_desc);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 300
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| cl_int setDestructorCallback(
|
| void (CL_CALLBACK * pfn_notify)(cl_context, void *),
|
| void * user_data = nullptr)
|
| {
|
| return detail::errHandler(
|
| ::clSetContextDestructorCallback(
|
| object_,
|
| pfn_notify,
|
| user_data),
|
| __SET_CONTEXT_DESCTRUCTOR_CALLBACK_ERR);
|
| }
|
| #endif
|
| };
|
|
|
| inline void Device::makeDefault()
|
| {
|
| |
| |
|
|
| #if defined(CL_HPP_ENABLE_EXCEPTIONS)
|
| try
|
| #endif
|
| {
|
| cl_int error = 0;
|
|
|
| Context context = Context::getDefault(&error);
|
| detail::errHandler(error, __CREATE_CONTEXT_ERR);
|
|
|
| if (error != CL_SUCCESS) {
|
| default_error_ = error;
|
| }
|
| else {
|
| default_ = context.getInfo<CL_CONTEXT_DEVICES>()[0];
|
| default_error_ = CL_SUCCESS;
|
| }
|
| }
|
| #if defined(CL_HPP_ENABLE_EXCEPTIONS)
|
| catch (cl::Error &e) {
|
| default_error_ = e.err();
|
| }
|
| #endif
|
| }
|
|
|
| CL_HPP_DEFINE_STATIC_MEMBER_ std::once_flag Context::default_initialized_;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ Context Context::default_;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ cl_int Context::default_error_ = CL_SUCCESS;
|
|
|
| |
| |
| |
| |
| |
| |
| |
|
|
| class Event : public detail::Wrapper<cl_event>
|
| {
|
| public:
|
|
|
| Event() : detail::Wrapper<cl_type>() { }
|
|
|
| |
| |
| |
| |
| |
| |
| |
|
|
| explicit Event(const cl_event& event, bool retainObject = false) :
|
| detail::Wrapper<cl_type>(event, retainObject) { }
|
|
|
| |
| |
| |
| |
|
|
| Event& operator = (const cl_event& rhs)
|
| {
|
| detail::Wrapper<cl_type>::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
| template <typename T>
|
| cl_int getInfo(cl_event_info name, T* param) const
|
| {
|
| return detail::errHandler(
|
| detail::getInfo(&::clGetEventInfo, object_, name, param),
|
| __GET_EVENT_INFO_ERR);
|
| }
|
|
|
|
|
| template <cl_event_info name> typename
|
| detail::param_traits<detail::cl_event_info, name>::param_type
|
| getInfo(cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_event_info, name>::param_type param;
|
| cl_int result = getInfo(name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
|
|
|
|
| template <typename T>
|
| cl_int getProfilingInfo(cl_profiling_info name, T* param) const
|
| {
|
| return detail::errHandler(detail::getInfo(
|
| &::clGetEventProfilingInfo, object_, name, param),
|
| __GET_EVENT_PROFILE_INFO_ERR);
|
| }
|
|
|
|
|
| template <cl_profiling_info name> typename
|
| detail::param_traits<detail::cl_profiling_info, name>::param_type
|
| getProfilingInfo(cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_profiling_info, name>::param_type param;
|
| cl_int result = getProfilingInfo(name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
|
|
| |
| |
| |
|
|
| cl_int wait() const
|
| {
|
| return detail::errHandler(
|
| ::clWaitForEvents(1, &object_),
|
| __WAIT_FOR_EVENTS_ERR);
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 110
|
| |
| |
| |
|
|
| cl_int setCallback(
|
| cl_int type,
|
| void (CL_CALLBACK * pfn_notify)(cl_event, cl_int, void *),
|
| void * user_data = nullptr)
|
| {
|
| return detail::errHandler(
|
| ::clSetEventCallback(
|
| object_,
|
| type,
|
| pfn_notify,
|
| user_data),
|
| __SET_EVENT_CALLBACK_ERR);
|
| }
|
| #endif
|
|
|
| |
| |
| |
|
|
| static cl_int
|
| waitForEvents(const vector<Event>& events)
|
| {
|
| static_assert(sizeof(cl::Event) == sizeof(cl_event),
|
| "Size of cl::Event must be equal to size of cl_event");
|
|
|
| return detail::errHandler(
|
| ::clWaitForEvents(
|
| (cl_uint) events.size(), (events.size() > 0) ? (cl_event*)&events.front() : nullptr),
|
| __WAIT_FOR_EVENTS_ERR);
|
| }
|
| };
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 110
|
| |
| |
| |
|
|
| class UserEvent : public Event
|
| {
|
| public:
|
| |
| |
| |
|
|
| UserEvent(
|
| const Context& context,
|
| cl_int * err = nullptr)
|
| {
|
| cl_int error;
|
| object_ = ::clCreateUserEvent(
|
| context(),
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_USER_EVENT_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
|
|
| UserEvent() : Event() { }
|
|
|
| |
| |
| |
|
|
| cl_int setStatus(cl_int status)
|
| {
|
| return detail::errHandler(
|
| ::clSetUserEventStatus(object_,status),
|
| __SET_USER_EVENT_STATUS_ERR);
|
| }
|
| };
|
| #endif
|
|
|
| |
| |
| |
|
|
| inline static cl_int
|
| WaitForEvents(const vector<Event>& events)
|
| {
|
| return detail::errHandler(
|
| ::clWaitForEvents(
|
| (cl_uint) events.size(), (events.size() > 0) ? (cl_event*)&events.front() : nullptr),
|
| __WAIT_FOR_EVENTS_ERR);
|
| }
|
|
|
| |
| |
| |
| |
| |
| |
| |
|
|
| class Memory : public detail::Wrapper<cl_mem>
|
| {
|
| public:
|
|
|
| Memory() : detail::Wrapper<cl_type>() { }
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| explicit Memory(const cl_mem& memory, bool retainObject) :
|
| detail::Wrapper<cl_type>(memory, retainObject) { }
|
|
|
| |
| |
| |
| |
|
|
| Memory& operator = (const cl_mem& rhs)
|
| {
|
| detail::Wrapper<cl_type>::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
| template <typename T>
|
| cl_int getInfo(cl_mem_info name, T* param) const
|
| {
|
| return detail::errHandler(
|
| detail::getInfo(&::clGetMemObjectInfo, object_, name, param),
|
| __GET_MEM_OBJECT_INFO_ERR);
|
| }
|
|
|
|
|
| template <cl_mem_info name> typename
|
| detail::param_traits<detail::cl_mem_info, name>::param_type
|
| getInfo(cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_mem_info, name>::param_type param;
|
| cl_int result = getInfo(name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 110
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| cl_int setDestructorCallback(
|
| void (CL_CALLBACK * pfn_notify)(cl_mem, void *),
|
| void * user_data = nullptr)
|
| {
|
| return detail::errHandler(
|
| ::clSetMemObjectDestructorCallback(
|
| object_,
|
| pfn_notify,
|
| user_data),
|
| __SET_MEM_OBJECT_DESTRUCTOR_CALLBACK_ERR);
|
| }
|
| #endif
|
|
|
| };
|
|
|
|
|
| class Buffer;
|
| template< typename IteratorType >
|
| cl_int copy( IteratorType startIterator, IteratorType endIterator, cl::Buffer &buffer );
|
| template< typename IteratorType >
|
| cl_int copy( const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator );
|
| template< typename IteratorType >
|
| cl_int copy( const CommandQueue &queue, IteratorType startIterator, IteratorType endIterator, cl::Buffer &buffer );
|
| template< typename IteratorType >
|
| cl_int copy( const CommandQueue &queue, const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator );
|
|
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| namespace detail
|
| {
|
| class SVMTraitNull
|
| {
|
| public:
|
| static cl_svm_mem_flags getSVMMemFlags()
|
| {
|
| return 0;
|
| }
|
| };
|
| }
|
|
|
| template<class Trait = detail::SVMTraitNull>
|
| class SVMTraitReadWrite
|
| {
|
| public:
|
| static cl_svm_mem_flags getSVMMemFlags()
|
| {
|
| return CL_MEM_READ_WRITE |
|
| Trait::getSVMMemFlags();
|
| }
|
| };
|
|
|
| template<class Trait = detail::SVMTraitNull>
|
| class SVMTraitReadOnly
|
| {
|
| public:
|
| static cl_svm_mem_flags getSVMMemFlags()
|
| {
|
| return CL_MEM_READ_ONLY |
|
| Trait::getSVMMemFlags();
|
| }
|
| };
|
|
|
| template<class Trait = detail::SVMTraitNull>
|
| class SVMTraitWriteOnly
|
| {
|
| public:
|
| static cl_svm_mem_flags getSVMMemFlags()
|
| {
|
| return CL_MEM_WRITE_ONLY |
|
| Trait::getSVMMemFlags();
|
| }
|
| };
|
|
|
| template<class Trait = SVMTraitReadWrite<>>
|
| class SVMTraitCoarse
|
| {
|
| public:
|
| static cl_svm_mem_flags getSVMMemFlags()
|
| {
|
| return Trait::getSVMMemFlags();
|
| }
|
| };
|
|
|
| template<class Trait = SVMTraitReadWrite<>>
|
| class SVMTraitFine
|
| {
|
| public:
|
| static cl_svm_mem_flags getSVMMemFlags()
|
| {
|
| return CL_MEM_SVM_FINE_GRAIN_BUFFER |
|
| Trait::getSVMMemFlags();
|
| }
|
| };
|
|
|
| template<class Trait = SVMTraitReadWrite<>>
|
| class SVMTraitAtomic
|
| {
|
| public:
|
| static cl_svm_mem_flags getSVMMemFlags()
|
| {
|
| return
|
| CL_MEM_SVM_FINE_GRAIN_BUFFER |
|
| CL_MEM_SVM_ATOMICS |
|
| Trait::getSVMMemFlags();
|
| }
|
| };
|
|
|
|
|
| template<typename T>
|
| inline cl_int enqueueMapSVM(
|
| T* ptr,
|
| cl_bool blocking,
|
| cl_map_flags flags,
|
| size_type size,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr);
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| template<typename T, class SVMTrait>
|
| class SVMAllocator {
|
| private:
|
| Context context_;
|
|
|
| public:
|
| typedef T value_type;
|
| typedef value_type* pointer;
|
| typedef const value_type* const_pointer;
|
| typedef value_type& reference;
|
| typedef const value_type& const_reference;
|
| typedef std::size_t size_type;
|
| typedef std::ptrdiff_t difference_type;
|
|
|
| template<typename U>
|
| struct rebind
|
| {
|
| typedef SVMAllocator<U, SVMTrait> other;
|
| };
|
|
|
| template<typename U, typename V>
|
| friend class SVMAllocator;
|
|
|
| SVMAllocator() :
|
| context_(Context::getDefault())
|
| {
|
| }
|
|
|
| explicit SVMAllocator(cl::Context context) :
|
| context_(context)
|
| {
|
| }
|
|
|
|
|
| SVMAllocator(const SVMAllocator &other) :
|
| context_(other.context_)
|
| {
|
| }
|
|
|
| template<typename U>
|
| SVMAllocator(const SVMAllocator<U, SVMTrait> &other) :
|
| context_(other.context_)
|
| {
|
| }
|
|
|
| ~SVMAllocator()
|
| {
|
| }
|
|
|
| pointer address(reference r) noexcept
|
| {
|
| return std::addressof(r);
|
| }
|
|
|
| const_pointer address(const_reference r) noexcept
|
| {
|
| return std::addressof(r);
|
| }
|
|
|
| |
| |
| |
| |
| |
|
|
| pointer allocate(
|
| size_type size,
|
| typename cl::SVMAllocator<void, SVMTrait>::const_pointer = 0,
|
| bool map = true)
|
| {
|
|
|
| void* voidPointer =
|
| clSVMAlloc(
|
| context_(),
|
| SVMTrait::getSVMMemFlags(),
|
| size*sizeof(T),
|
| 0);
|
| pointer retValue = reinterpret_cast<pointer>(
|
| voidPointer);
|
| #if defined(CL_HPP_ENABLE_EXCEPTIONS)
|
| if (!retValue) {
|
| std::bad_alloc excep;
|
| throw excep;
|
| }
|
| #endif
|
|
|
|
|
| if (map && !(SVMTrait::getSVMMemFlags() & CL_MEM_SVM_FINE_GRAIN_BUFFER)) {
|
| cl_int err = enqueueMapSVM(retValue, CL_TRUE, CL_MAP_READ | CL_MAP_WRITE, size*sizeof(T));
|
| if (err != CL_SUCCESS) {
|
| clSVMFree(context_(), retValue);
|
| retValue = nullptr;
|
| #if defined(CL_HPP_ENABLE_EXCEPTIONS)
|
| std::bad_alloc excep;
|
| throw excep;
|
| #endif
|
| }
|
| }
|
|
|
|
|
| return retValue;
|
| }
|
|
|
| void deallocate(pointer p, size_type)
|
| {
|
| clSVMFree(context_(), p);
|
| }
|
|
|
| |
| |
| |
|
|
| size_type max_size() const noexcept
|
| {
|
| size_type maxSize = std::numeric_limits<size_type>::max() / sizeof(T);
|
|
|
| for (const Device &d : context_.getInfo<CL_CONTEXT_DEVICES>()) {
|
| maxSize = std::min(
|
| maxSize,
|
| static_cast<size_type>(d.getInfo<CL_DEVICE_MAX_MEM_ALLOC_SIZE>()));
|
| }
|
|
|
| return maxSize;
|
| }
|
|
|
| template< class U, class... Args >
|
| void construct(U* p, Args&&... args)
|
| {
|
| new(p)T(args...);
|
| }
|
|
|
| template< class U >
|
| void destroy(U* p)
|
| {
|
| p->~U();
|
| }
|
|
|
| |
| |
|
|
| inline bool operator==(SVMAllocator const& rhs)
|
| {
|
| return (context_==rhs.context_);
|
| }
|
|
|
| inline bool operator!=(SVMAllocator const& a)
|
| {
|
| return !operator==(a);
|
| }
|
| };
|
|
|
|
|
| template<class SVMTrait>
|
| class SVMAllocator<void, SVMTrait> {
|
| public:
|
| typedef void value_type;
|
| typedef value_type* pointer;
|
| typedef const value_type* const_pointer;
|
|
|
| template<typename U>
|
| struct rebind
|
| {
|
| typedef SVMAllocator<U, SVMTrait> other;
|
| };
|
|
|
| template<typename U, typename V>
|
| friend class SVMAllocator;
|
| };
|
|
|
| #if !defined(CL_HPP_NO_STD_UNIQUE_PTR)
|
| namespace detail
|
| {
|
| template<class Alloc>
|
| class Deleter {
|
| private:
|
| Alloc alloc_;
|
| size_type copies_;
|
|
|
| public:
|
| typedef typename std::allocator_traits<Alloc>::pointer pointer;
|
|
|
| Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, copies_{ copies }
|
| {
|
| }
|
|
|
| void operator()(pointer ptr) const {
|
| Alloc tmpAlloc{ alloc_ };
|
| std::allocator_traits<Alloc>::destroy(tmpAlloc, std::addressof(*ptr));
|
| std::allocator_traits<Alloc>::deallocate(tmpAlloc, ptr, copies_);
|
| }
|
| };
|
| }
|
|
|
| |
| |
| |
| |
| |
|
|
| template <class T, class Alloc, class... Args>
|
| cl::pointer<T, detail::Deleter<Alloc>> allocate_pointer(const Alloc &alloc_, Args&&... args)
|
| {
|
| Alloc alloc(alloc_);
|
| static const size_type copies = 1;
|
|
|
|
|
|
|
|
|
| T* tmp = std::allocator_traits<Alloc>::allocate(alloc, copies);
|
| if (!tmp) {
|
| std::bad_alloc excep;
|
| throw excep;
|
| }
|
| try {
|
| std::allocator_traits<Alloc>::construct(
|
| alloc,
|
| std::addressof(*tmp),
|
| std::forward<Args>(args)...);
|
|
|
| return cl::pointer<T, detail::Deleter<Alloc>>(tmp, detail::Deleter<Alloc>{alloc, copies});
|
| }
|
| catch (std::bad_alloc&)
|
| {
|
| std::allocator_traits<Alloc>::deallocate(alloc, tmp, copies);
|
| throw;
|
| }
|
| }
|
|
|
| template< class T, class SVMTrait, class... Args >
|
| cl::pointer<T, detail::Deleter<SVMAllocator<T, SVMTrait>>> allocate_svm(Args... args)
|
| {
|
| SVMAllocator<T, SVMTrait> alloc;
|
| return cl::allocate_pointer<T>(alloc, args...);
|
| }
|
|
|
| template< class T, class SVMTrait, class... Args >
|
| cl::pointer<T, detail::Deleter<SVMAllocator<T, SVMTrait>>> allocate_svm(const cl::Context &c, Args... args)
|
| {
|
| SVMAllocator<T, SVMTrait> alloc(c);
|
| return cl::allocate_pointer<T>(alloc, args...);
|
| }
|
| #endif
|
|
|
| |
| |
|
|
| template < class T >
|
| using coarse_svm_vector = vector<T, cl::SVMAllocator<int, cl::SVMTraitCoarse<>>>;
|
|
|
| |
| |
|
|
| template < class T >
|
| using fine_svm_vector = vector<T, cl::SVMAllocator<int, cl::SVMTraitFine<>>>;
|
|
|
| |
| |
|
|
| template < class T >
|
| using atomic_svm_vector = vector<T, cl::SVMAllocator<int, cl::SVMTraitAtomic<>>>;
|
|
|
| #endif
|
|
|
|
|
| |
| |
| |
| |
| |
|
|
| class Buffer : public Memory
|
| {
|
| public:
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| Buffer(
|
| const Context& context,
|
| cl_mem_flags flags,
|
| size_type size,
|
| void* host_ptr = nullptr,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
| object_ = ::clCreateBuffer(context(), flags, size, host_ptr, &error);
|
|
|
| detail::errHandler(error, __CREATE_BUFFER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 300
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| Buffer(
|
| const Context& context,
|
| const vector<cl_mem_properties>& properties,
|
| cl_mem_flags flags,
|
| size_type size,
|
| void* host_ptr = nullptr,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| if (properties.empty()) {
|
| object_ = ::clCreateBufferWithProperties(context(), nullptr, flags,
|
| size, host_ptr, &error);
|
| }
|
| else {
|
| object_ = ::clCreateBufferWithProperties(
|
| context(), properties.data(), flags, size, host_ptr, &error);
|
| }
|
|
|
| detail::errHandler(error, __CREATE_BUFFER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| Buffer(
|
| cl_mem_flags flags,
|
| size_type size,
|
| void* host_ptr = nullptr,
|
| cl_int* err = nullptr) : Buffer(Context::getDefault(err), flags, size, host_ptr, err) { }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 300
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| Buffer(
|
| const vector<cl_mem_properties>& properties,
|
| cl_mem_flags flags,
|
| size_type size,
|
| void* host_ptr = nullptr,
|
| cl_int* err = nullptr) : Buffer(Context::getDefault(err), properties, flags, size, host_ptr, err) { }
|
| #endif
|
|
|
| |
| |
| |
| |
|
|
| template< typename IteratorType >
|
| Buffer(
|
| IteratorType startIterator,
|
| IteratorType endIterator,
|
| bool readOnly,
|
| bool useHostPtr = false,
|
| cl_int* err = nullptr)
|
| {
|
| typedef typename std::iterator_traits<IteratorType>::value_type DataType;
|
| cl_int error;
|
|
|
| cl_mem_flags flags = 0;
|
| if( readOnly ) {
|
| flags |= CL_MEM_READ_ONLY;
|
| }
|
| else {
|
| flags |= CL_MEM_READ_WRITE;
|
| }
|
| if( useHostPtr ) {
|
| flags |= CL_MEM_USE_HOST_PTR;
|
| }
|
|
|
| size_type size = sizeof(DataType)*(endIterator - startIterator);
|
|
|
| Context context = Context::getDefault(err);
|
|
|
| if( useHostPtr ) {
|
| object_ = ::clCreateBuffer(context(), flags, size, const_cast<DataType*>(&*startIterator), &error);
|
| } else {
|
| object_ = ::clCreateBuffer(context(), flags, size, 0, &error);
|
| }
|
|
|
| detail::errHandler(error, __CREATE_BUFFER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
|
|
| if( !useHostPtr ) {
|
| error = cl::copy(startIterator, endIterator, *this);
|
| detail::errHandler(error, __CREATE_BUFFER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| }
|
|
|
| |
| |
| |
| |
|
|
| template< typename IteratorType >
|
| Buffer(const Context &context, IteratorType startIterator, IteratorType endIterator,
|
| bool readOnly, bool useHostPtr = false, cl_int* err = nullptr);
|
|
|
| |
| |
| |
|
|
| template< typename IteratorType >
|
| Buffer(const CommandQueue &queue, IteratorType startIterator, IteratorType endIterator,
|
| bool readOnly, bool useHostPtr = false, cl_int* err = nullptr);
|
|
|
|
|
| Buffer() : Memory() { }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| explicit Buffer(const cl_mem& buffer, bool retainObject = false) :
|
| Memory(buffer, retainObject) { }
|
|
|
| |
| |
| |
|
|
| Buffer& operator = (const cl_mem& rhs)
|
| {
|
| Memory::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 110
|
| |
| |
| |
|
|
| Buffer createSubBuffer(
|
| cl_mem_flags flags,
|
| cl_buffer_create_type buffer_create_type,
|
| const void * buffer_create_info,
|
| cl_int * err = nullptr)
|
| {
|
| Buffer result;
|
| cl_int error;
|
| result.object_ = ::clCreateSubBuffer(
|
| object_,
|
| flags,
|
| buffer_create_type,
|
| buffer_create_info,
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_SUBBUFFER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
|
|
| return result;
|
| }
|
| #endif
|
| };
|
|
|
| #if defined (CL_HPP_USE_DX_INTEROP)
|
| |
| |
| |
| |
| |
| |
| |
|
|
| class BufferD3D10 : public Buffer
|
| {
|
| public:
|
|
|
|
|
| |
| |
| |
| |
|
|
| BufferD3D10(
|
| const Context& context,
|
| cl_mem_flags flags,
|
| ID3D10Buffer* bufobj,
|
| cl_int * err = nullptr) : pfn_clCreateFromD3D10BufferKHR(nullptr)
|
| {
|
| typedef CL_API_ENTRY cl_mem (CL_API_CALL *PFN_clCreateFromD3D10BufferKHR)(
|
| cl_context context, cl_mem_flags flags, ID3D10Buffer* buffer,
|
| cl_int* errcode_ret);
|
| PFN_clCreateFromD3D10BufferKHR pfn_clCreateFromD3D10BufferKHR;
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| vector<cl_context_properties> props = context.getInfo<CL_CONTEXT_PROPERTIES>();
|
| cl_platform platform = nullptr;
|
| for( int i = 0; i < props.size(); ++i ) {
|
| if( props[i] == CL_CONTEXT_PLATFORM ) {
|
| platform = props[i+1];
|
| }
|
| }
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clCreateFromD3D10BufferKHR);
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION < 120
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clCreateFromD3D10BufferKHR);
|
| #endif
|
|
|
| cl_int error;
|
| object_ = pfn_clCreateFromD3D10BufferKHR(
|
| context(),
|
| flags,
|
| bufobj,
|
| &error);
|
|
|
|
|
| detail::errHandler(error, __CREATE_GL_BUFFER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
|
|
| BufferD3D10() : Buffer() { }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| explicit BufferD3D10(const cl_mem& buffer, bool retainObject = false) :
|
| Buffer(buffer, retainObject) { }
|
|
|
| |
| |
| |
|
|
| BufferD3D10& operator = (const cl_mem& rhs)
|
| {
|
| Buffer::operator=(rhs);
|
| return *this;
|
| }
|
| };
|
| #endif
|
|
|
| |
| |
| |
| |
| |
| |
| |
|
|
| class BufferGL : public Buffer
|
| {
|
| public:
|
| |
| |
| |
| |
|
|
| BufferGL(
|
| const Context& context,
|
| cl_mem_flags flags,
|
| cl_GLuint bufobj,
|
| cl_int * err = nullptr)
|
| {
|
| cl_int error;
|
| object_ = ::clCreateFromGLBuffer(
|
| context(),
|
| flags,
|
| bufobj,
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_GL_BUFFER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
|
|
| BufferGL() : Buffer() { }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| explicit BufferGL(const cl_mem& buffer, bool retainObject = false) :
|
| Buffer(buffer, retainObject) { }
|
|
|
| |
| |
| |
|
|
| BufferGL& operator = (const cl_mem& rhs)
|
| {
|
| Buffer::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
|
|
| cl_int getObjectInfo(
|
| cl_gl_object_type *type,
|
| cl_GLuint * gl_object_name)
|
| {
|
| return detail::errHandler(
|
| ::clGetGLObjectInfo(object_,type,gl_object_name),
|
| __GET_GL_OBJECT_INFO_ERR);
|
| }
|
| };
|
|
|
| |
| |
| |
| |
| |
| |
| |
|
|
| class BufferRenderGL : public Buffer
|
| {
|
| public:
|
| |
| |
| |
| |
|
|
| BufferRenderGL(
|
| const Context& context,
|
| cl_mem_flags flags,
|
| cl_GLuint bufobj,
|
| cl_int * err = nullptr)
|
| {
|
| cl_int error;
|
| object_ = ::clCreateFromGLRenderbuffer(
|
| context(),
|
| flags,
|
| bufobj,
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_GL_RENDER_BUFFER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
|
|
| BufferRenderGL() : Buffer() { }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| explicit BufferRenderGL(const cl_mem& buffer, bool retainObject = false) :
|
| Buffer(buffer, retainObject) { }
|
|
|
| |
| |
| |
|
|
| BufferRenderGL& operator = (const cl_mem& rhs)
|
| {
|
| Buffer::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
|
|
| cl_int getObjectInfo(
|
| cl_gl_object_type *type,
|
| cl_GLuint * gl_object_name)
|
| {
|
| return detail::errHandler(
|
| ::clGetGLObjectInfo(object_,type,gl_object_name),
|
| __GET_GL_OBJECT_INFO_ERR);
|
| }
|
| };
|
|
|
| |
| |
| |
| |
| |
|
|
| class Image : public Memory
|
| {
|
| protected:
|
|
|
| Image() : Memory() { }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| explicit Image(const cl_mem& image, bool retainObject = false) :
|
| Memory(image, retainObject) { }
|
|
|
| |
| |
| |
|
|
| Image& operator = (const cl_mem& rhs)
|
| {
|
| Memory::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
| public:
|
|
|
| template <typename T>
|
| cl_int getImageInfo(cl_image_info name, T* param) const
|
| {
|
| return detail::errHandler(
|
| detail::getInfo(&::clGetImageInfo, object_, name, param),
|
| __GET_IMAGE_INFO_ERR);
|
| }
|
|
|
|
|
| template <cl_image_info name> typename
|
| detail::param_traits<detail::cl_image_info, name>::param_type
|
| getImageInfo(cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_image_info, name>::param_type param;
|
| cl_int result = getImageInfo(name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
| };
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| |
| |
| |
| |
| |
|
|
| class Image1D : public Image
|
| {
|
| public:
|
| |
| |
| |
|
|
| Image1D(
|
| const Context& context,
|
| cl_mem_flags flags,
|
| ImageFormat format,
|
| size_type width,
|
| void* host_ptr = nullptr,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| cl_image_desc desc = {};
|
| desc.image_type = CL_MEM_OBJECT_IMAGE1D;
|
| desc.image_width = width;
|
|
|
| object_ = ::clCreateImage(
|
| context(),
|
| flags,
|
| &format,
|
| &desc,
|
| host_ptr,
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_IMAGE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
|
|
| Image1D() { }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| explicit Image1D(const cl_mem& image1D, bool retainObject = false) :
|
| Image(image1D, retainObject) { }
|
|
|
| |
| |
| |
|
|
| Image1D& operator = (const cl_mem& rhs)
|
| {
|
| Image::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
| };
|
|
|
| |
| |
|
|
| class Image1DBuffer : public Image
|
| {
|
| public:
|
| Image1DBuffer(
|
| const Context& context,
|
| cl_mem_flags flags,
|
| ImageFormat format,
|
| size_type width,
|
| const Buffer &buffer,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| cl_image_desc desc = {};
|
| desc.image_type = CL_MEM_OBJECT_IMAGE1D_BUFFER;
|
| desc.image_width = width;
|
| desc.buffer = buffer();
|
|
|
| object_ = ::clCreateImage(
|
| context(),
|
| flags,
|
| &format,
|
| &desc,
|
| nullptr,
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_IMAGE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
| Image1DBuffer() { }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| explicit Image1DBuffer(const cl_mem& image1D, bool retainObject = false) :
|
| Image(image1D, retainObject) { }
|
|
|
| Image1DBuffer& operator = (const cl_mem& rhs)
|
| {
|
| Image::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
|
|
| };
|
|
|
| |
| |
|
|
| class Image1DArray : public Image
|
| {
|
| public:
|
| Image1DArray(
|
| const Context& context,
|
| cl_mem_flags flags,
|
| ImageFormat format,
|
| size_type arraySize,
|
| size_type width,
|
| size_type rowPitch,
|
| void* host_ptr = nullptr,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| cl_image_desc desc = {};
|
| desc.image_type = CL_MEM_OBJECT_IMAGE1D_ARRAY;
|
| desc.image_width = width;
|
| desc.image_array_size = arraySize;
|
| desc.image_row_pitch = rowPitch;
|
|
|
| object_ = ::clCreateImage(
|
| context(),
|
| flags,
|
| &format,
|
| &desc,
|
| host_ptr,
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_IMAGE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
| Image1DArray() { }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| explicit Image1DArray(const cl_mem& imageArray, bool retainObject = false) :
|
| Image(imageArray, retainObject) { }
|
|
|
|
|
| Image1DArray& operator = (const cl_mem& rhs)
|
| {
|
| Image::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
| };
|
| #endif
|
|
|
|
|
| |
| |
| |
| |
| |
|
|
| class Image2D : public Image
|
| {
|
| public:
|
| |
| |
| |
|
|
| Image2D(
|
| const Context& context,
|
| cl_mem_flags flags,
|
| ImageFormat format,
|
| size_type width,
|
| size_type height,
|
| size_type row_pitch = 0,
|
| void* host_ptr = nullptr,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
| bool useCreateImage;
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120 && CL_HPP_MINIMUM_OPENCL_VERSION < 120
|
|
|
| {
|
| cl_uint version = detail::getContextPlatformVersion(context());
|
| useCreateImage = (version >= 0x10002);
|
| }
|
| #elif CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| useCreateImage = true;
|
| #else
|
| useCreateImage = false;
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| if (useCreateImage)
|
| {
|
| cl_image_desc desc = {};
|
| desc.image_type = CL_MEM_OBJECT_IMAGE2D;
|
| desc.image_width = width;
|
| desc.image_height = height;
|
| desc.image_row_pitch = row_pitch;
|
|
|
| object_ = ::clCreateImage(
|
| context(),
|
| flags,
|
| &format,
|
| &desc,
|
| host_ptr,
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_IMAGE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION < 120
|
| if (!useCreateImage)
|
| {
|
| object_ = ::clCreateImage2D(
|
| context(), flags,&format, width, height, row_pitch, host_ptr, &error);
|
|
|
| detail::errHandler(error, __CREATE_IMAGE2D_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| |
| |
| |
| |
| |
| |
| |
|
|
| Image2D(
|
| const Context& context,
|
| ImageFormat format,
|
| const Buffer &sourceBuffer,
|
| size_type width,
|
| size_type height,
|
| size_type row_pitch = 0,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| cl_image_desc desc = {};
|
| desc.image_type = CL_MEM_OBJECT_IMAGE2D;
|
| desc.image_width = width;
|
| desc.image_height = height;
|
| desc.image_row_pitch = row_pitch;
|
| desc.buffer = sourceBuffer();
|
|
|
| object_ = ::clCreateImage(
|
| context(),
|
| 0,
|
| &format,
|
| &desc,
|
| nullptr,
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_IMAGE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| Image2D(
|
| const Context& context,
|
| cl_channel_order order,
|
| const Image &sourceImage,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
|
|
| size_type sourceWidth =
|
| sourceImage.getImageInfo<CL_IMAGE_WIDTH>();
|
| size_type sourceHeight =
|
| sourceImage.getImageInfo<CL_IMAGE_HEIGHT>();
|
| size_type sourceRowPitch =
|
| sourceImage.getImageInfo<CL_IMAGE_ROW_PITCH>();
|
| cl_uint sourceNumMIPLevels =
|
| sourceImage.getImageInfo<CL_IMAGE_NUM_MIP_LEVELS>();
|
| cl_uint sourceNumSamples =
|
| sourceImage.getImageInfo<CL_IMAGE_NUM_SAMPLES>();
|
| cl_image_format sourceFormat =
|
| sourceImage.getImageInfo<CL_IMAGE_FORMAT>();
|
|
|
|
|
|
|
| sourceFormat.image_channel_order = order;
|
|
|
| cl_image_desc desc = {};
|
| desc.image_type = CL_MEM_OBJECT_IMAGE2D;
|
| desc.image_width = sourceWidth;
|
| desc.image_height = sourceHeight;
|
| desc.image_row_pitch = sourceRowPitch;
|
| desc.num_mip_levels = sourceNumMIPLevels;
|
| desc.num_samples = sourceNumSamples;
|
| desc.buffer = sourceImage();
|
|
|
| object_ = ::clCreateImage(
|
| context(),
|
| 0,
|
| &sourceFormat,
|
| &desc,
|
| nullptr,
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_IMAGE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
|
|
|
|
| Image2D() { }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| explicit Image2D(const cl_mem& image2D, bool retainObject = false) :
|
| Image(image2D, retainObject) { }
|
|
|
| |
| |
| |
|
|
| Image2D& operator = (const cl_mem& rhs)
|
| {
|
| Image::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
|
|
|
|
| };
|
|
|
|
|
| #if defined(CL_USE_DEPRECATED_OPENCL_1_1_APIS)
|
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| class CL_API_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D
|
| {
|
| public:
|
| |
| |
| |
| |
|
|
| Image2DGL(
|
| const Context& context,
|
| cl_mem_flags flags,
|
| cl_GLenum target,
|
| cl_GLint miplevel,
|
| cl_GLuint texobj,
|
| cl_int * err = nullptr)
|
| {
|
| cl_int error;
|
| object_ = ::clCreateFromGLTexture2D(
|
| context(),
|
| flags,
|
| target,
|
| miplevel,
|
| texobj,
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_GL_TEXTURE_2D_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
|
|
| }
|
|
|
|
|
| Image2DGL() : Image2D() { }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| explicit Image2DGL(const cl_mem& image, bool retainObject = false) :
|
| Image2D(image, retainObject) { }
|
|
|
| |
| |
| |
|
|
| Image2DGL& operator = (const cl_mem& rhs)
|
| {
|
| Image2D::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
|
|
| } CL_API_SUFFIX__VERSION_1_1_DEPRECATED;
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| |
| |
|
|
| class Image2DArray : public Image
|
| {
|
| public:
|
| Image2DArray(
|
| const Context& context,
|
| cl_mem_flags flags,
|
| ImageFormat format,
|
| size_type arraySize,
|
| size_type width,
|
| size_type height,
|
| size_type rowPitch,
|
| size_type slicePitch,
|
| void* host_ptr = nullptr,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| cl_image_desc desc = {};
|
| desc.image_type = CL_MEM_OBJECT_IMAGE2D_ARRAY;
|
| desc.image_width = width;
|
| desc.image_height = height;
|
| desc.image_array_size = arraySize;
|
| desc.image_row_pitch = rowPitch;
|
| desc.image_slice_pitch = slicePitch;
|
|
|
| object_ = ::clCreateImage(
|
| context(),
|
| flags,
|
| &format,
|
| &desc,
|
| host_ptr,
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_IMAGE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
| Image2DArray() { }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| explicit Image2DArray(const cl_mem& imageArray, bool retainObject = false) : Image(imageArray, retainObject) { }
|
|
|
| Image2DArray& operator = (const cl_mem& rhs)
|
| {
|
| Image::operator=(rhs);
|
| return *this;
|
| }
|
|
|
| };
|
| #endif
|
|
|
| |
| |
| |
| |
| |
|
|
| class Image3D : public Image
|
| {
|
| public:
|
| |
| |
| |
|
|
| Image3D(
|
| const Context& context,
|
| cl_mem_flags flags,
|
| ImageFormat format,
|
| size_type width,
|
| size_type height,
|
| size_type depth,
|
| size_type row_pitch = 0,
|
| size_type slice_pitch = 0,
|
| void* host_ptr = nullptr,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
| bool useCreateImage;
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120 && CL_HPP_MINIMUM_OPENCL_VERSION < 120
|
|
|
| {
|
| cl_uint version = detail::getContextPlatformVersion(context());
|
| useCreateImage = (version >= 0x10002);
|
| }
|
| #elif CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| useCreateImage = true;
|
| #else
|
| useCreateImage = false;
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| if (useCreateImage)
|
| {
|
| cl_image_desc desc = {};
|
| desc.image_type = CL_MEM_OBJECT_IMAGE3D;
|
| desc.image_width = width;
|
| desc.image_height = height;
|
| desc.image_depth = depth;
|
| desc.image_row_pitch = row_pitch;
|
| desc.image_slice_pitch = slice_pitch;
|
|
|
| object_ = ::clCreateImage(
|
| context(),
|
| flags,
|
| &format,
|
| &desc,
|
| host_ptr,
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_IMAGE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION < 120
|
| if (!useCreateImage)
|
| {
|
| object_ = ::clCreateImage3D(
|
| context(), flags, &format, width, height, depth, row_pitch,
|
| slice_pitch, host_ptr, &error);
|
|
|
| detail::errHandler(error, __CREATE_IMAGE3D_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
| }
|
|
|
|
|
| Image3D() : Image() { }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| explicit Image3D(const cl_mem& image3D, bool retainObject = false) :
|
| Image(image3D, retainObject) { }
|
|
|
| |
| |
| |
|
|
| Image3D& operator = (const cl_mem& rhs)
|
| {
|
| Image::operator=(rhs);
|
| return *this;
|
| }
|
|
|
| };
|
|
|
| #if defined(CL_USE_DEPRECATED_OPENCL_1_1_APIS)
|
| |
| |
| |
| |
| |
| |
| |
|
|
| class Image3DGL : public Image3D
|
| {
|
| public:
|
| |
| |
| |
| |
|
|
| Image3DGL(
|
| const Context& context,
|
| cl_mem_flags flags,
|
| cl_GLenum target,
|
| cl_GLint miplevel,
|
| cl_GLuint texobj,
|
| cl_int * err = nullptr)
|
| {
|
| cl_int error;
|
| object_ = ::clCreateFromGLTexture3D(
|
| context(),
|
| flags,
|
| target,
|
| miplevel,
|
| texobj,
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_GL_TEXTURE_3D_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
|
|
| Image3DGL() : Image3D() { }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| explicit Image3DGL(const cl_mem& image, bool retainObject = false) :
|
| Image3D(image, retainObject) { }
|
|
|
| |
| |
| |
|
|
| Image3DGL& operator = (const cl_mem& rhs)
|
| {
|
| Image3D::operator=(rhs);
|
| return *this;
|
| }
|
|
|
| };
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| |
| |
| |
| |
| |
|
|
| class ImageGL : public Image
|
| {
|
| public:
|
| ImageGL(
|
| const Context& context,
|
| cl_mem_flags flags,
|
| cl_GLenum target,
|
| cl_GLint miplevel,
|
| cl_GLuint texobj,
|
| cl_int * err = nullptr)
|
| {
|
| cl_int error;
|
| object_ = ::clCreateFromGLTexture(
|
| context(),
|
| flags,
|
| target,
|
| miplevel,
|
| texobj,
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_GL_TEXTURE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
| ImageGL() : Image() { }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| explicit ImageGL(const cl_mem& image, bool retainObject = false) :
|
| Image(image, retainObject) { }
|
|
|
| ImageGL& operator = (const cl_mem& rhs)
|
| {
|
| Image::operator=(rhs);
|
| return *this;
|
| }
|
|
|
| };
|
| #endif
|
|
|
|
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| |
| |
| |
| |
| |
|
|
| class Pipe : public Memory
|
| {
|
| public:
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| Pipe(
|
| const Context& context,
|
| cl_uint packet_size,
|
| cl_uint max_packets,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| cl_mem_flags flags = CL_MEM_READ_WRITE | CL_MEM_HOST_NO_ACCESS;
|
| object_ = ::clCreatePipe(context(), flags, packet_size, max_packets, nullptr, &error);
|
|
|
| detail::errHandler(error, __CREATE_PIPE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
| |
| |
| |
| |
| |
| |
| |
|
|
| Pipe(
|
| cl_uint packet_size,
|
| cl_uint max_packets,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| Context context = Context::getDefault(err);
|
|
|
| cl_mem_flags flags = CL_MEM_READ_WRITE | CL_MEM_HOST_NO_ACCESS;
|
| object_ = ::clCreatePipe(context(), flags, packet_size, max_packets, nullptr, &error);
|
|
|
| detail::errHandler(error, __CREATE_PIPE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
|
|
| Pipe() : Memory() { }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| explicit Pipe(const cl_mem& pipe, bool retainObject = false) :
|
| Memory(pipe, retainObject) { }
|
|
|
| |
| |
| |
|
|
| Pipe& operator = (const cl_mem& rhs)
|
| {
|
| Memory::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
|
|
|
|
| template <typename T>
|
| cl_int getInfo(cl_pipe_info name, T* param) const
|
| {
|
| return detail::errHandler(
|
| detail::getInfo(&::clGetPipeInfo, object_, name, param),
|
| __GET_PIPE_INFO_ERR);
|
| }
|
|
|
|
|
| template <cl_pipe_info name> typename
|
| detail::param_traits<detail::cl_pipe_info, name>::param_type
|
| getInfo(cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_pipe_info, name>::param_type param;
|
| cl_int result = getInfo(name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
| };
|
| #endif
|
|
|
|
|
| |
| |
| |
| |
| |
| |
| |
|
|
| class Sampler : public detail::Wrapper<cl_sampler>
|
| {
|
| public:
|
|
|
| Sampler() { }
|
|
|
| |
| |
| |
|
|
| Sampler(
|
| const Context& context,
|
| cl_bool normalized_coords,
|
| cl_addressing_mode addressing_mode,
|
| cl_filter_mode filter_mode,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| cl_sampler_properties sampler_properties[] = {
|
| CL_SAMPLER_NORMALIZED_COORDS, normalized_coords,
|
| CL_SAMPLER_ADDRESSING_MODE, addressing_mode,
|
| CL_SAMPLER_FILTER_MODE, filter_mode,
|
| 0 };
|
| object_ = ::clCreateSamplerWithProperties(
|
| context(),
|
| sampler_properties,
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_SAMPLER_WITH_PROPERTIES_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| #else
|
| object_ = ::clCreateSampler(
|
| context(),
|
| normalized_coords,
|
| addressing_mode,
|
| filter_mode,
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_SAMPLER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| #endif
|
| }
|
|
|
| |
| |
| |
| |
| |
| |
| |
|
|
| explicit Sampler(const cl_sampler& sampler, bool retainObject = false) :
|
| detail::Wrapper<cl_type>(sampler, retainObject) { }
|
|
|
| |
| |
| |
| |
|
|
| Sampler& operator = (const cl_sampler& rhs)
|
| {
|
| detail::Wrapper<cl_type>::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
|
|
|
|
| template <typename T>
|
| cl_int getInfo(cl_sampler_info name, T* param) const
|
| {
|
| return detail::errHandler(
|
| detail::getInfo(&::clGetSamplerInfo, object_, name, param),
|
| __GET_SAMPLER_INFO_ERR);
|
| }
|
|
|
|
|
| template <cl_sampler_info name> typename
|
| detail::param_traits<detail::cl_sampler_info, name>::param_type
|
| getInfo(cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_sampler_info, name>::param_type param;
|
| cl_int result = getInfo(name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
| };
|
|
|
| class Program;
|
| class CommandQueue;
|
| class DeviceCommandQueue;
|
| class Kernel;
|
|
|
|
|
| class NDRange
|
| {
|
| private:
|
| size_type sizes_[3];
|
| cl_uint dimensions_;
|
|
|
| public:
|
|
|
| NDRange()
|
| : dimensions_(0)
|
| {
|
| sizes_[0] = 0;
|
| sizes_[1] = 0;
|
| sizes_[2] = 0;
|
| }
|
|
|
|
|
| NDRange(size_type size0)
|
| : dimensions_(1)
|
| {
|
| sizes_[0] = size0;
|
| sizes_[1] = 1;
|
| sizes_[2] = 1;
|
| }
|
|
|
|
|
| NDRange(size_type size0, size_type size1)
|
| : dimensions_(2)
|
| {
|
| sizes_[0] = size0;
|
| sizes_[1] = size1;
|
| sizes_[2] = 1;
|
| }
|
|
|
|
|
| NDRange(size_type size0, size_type size1, size_type size2)
|
| : dimensions_(3)
|
| {
|
| sizes_[0] = size0;
|
| sizes_[1] = size1;
|
| sizes_[2] = size2;
|
| }
|
|
|
|
|
| NDRange(array<size_type, 1> a) : NDRange(a[0]){}
|
|
|
|
|
| NDRange(array<size_type, 2> a) : NDRange(a[0], a[1]){}
|
|
|
|
|
| NDRange(array<size_type, 3> a) : NDRange(a[0], a[1], a[2]){}
|
|
|
| |
| |
| |
|
|
| operator const size_type*() const {
|
| return sizes_;
|
| }
|
|
|
|
|
| size_type dimensions() const
|
| {
|
| return dimensions_;
|
| }
|
|
|
|
|
|
|
| size_type size() const
|
| {
|
| return dimensions_*sizeof(size_type);
|
| }
|
|
|
| size_type* get()
|
| {
|
| return sizes_;
|
| }
|
|
|
| const size_type* get() const
|
| {
|
| return sizes_;
|
| }
|
| };
|
|
|
|
|
| static const NDRange NullRange;
|
|
|
|
|
| struct LocalSpaceArg
|
| {
|
| size_type size_;
|
| };
|
|
|
| namespace detail {
|
|
|
| template <typename T, class Enable = void>
|
| struct KernelArgumentHandler;
|
|
|
|
|
|
|
| template <typename T>
|
| struct KernelArgumentHandler<T, typename std::enable_if<!std::is_base_of<cl::Memory, T>::value>::type>
|
| {
|
| static size_type size(const T&) { return sizeof(T); }
|
| static const T* ptr(const T& value) { return &value; }
|
| };
|
|
|
|
|
|
|
| template <typename T>
|
| struct KernelArgumentHandler<T, typename std::enable_if<std::is_base_of<cl::Memory, T>::value>::type>
|
| {
|
| static size_type size(const T&) { return sizeof(cl_mem); }
|
| static const cl_mem* ptr(const T& value) { return &(value()); }
|
| };
|
|
|
|
|
|
|
| template <>
|
| struct KernelArgumentHandler<LocalSpaceArg, void>
|
| {
|
| static size_type size(const LocalSpaceArg& value) { return value.size_; }
|
| static const void* ptr(const LocalSpaceArg&) { return nullptr; }
|
| };
|
|
|
| }
|
|
|
|
|
| |
| |
|
|
| inline LocalSpaceArg
|
| Local(size_type size)
|
| {
|
| LocalSpaceArg ret = { size };
|
| return ret;
|
| }
|
|
|
| |
| |
| |
| |
| |
| |
| |
|
|
| class Kernel : public detail::Wrapper<cl_kernel>
|
| {
|
| public:
|
| inline Kernel(const Program& program, const char* name, cl_int* err = nullptr);
|
|
|
|
|
| Kernel() { }
|
|
|
| |
| |
| |
| |
| |
| |
| |
|
|
| explicit Kernel(const cl_kernel& kernel, bool retainObject = false) :
|
| detail::Wrapper<cl_type>(kernel, retainObject) { }
|
|
|
| |
| |
| |
| |
|
|
| Kernel& operator = (const cl_kernel& rhs)
|
| {
|
| detail::Wrapper<cl_type>::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
|
|
|
|
| template <typename T>
|
| cl_int getInfo(cl_kernel_info name, T* param) const
|
| {
|
| return detail::errHandler(
|
| detail::getInfo(&::clGetKernelInfo, object_, name, param),
|
| __GET_KERNEL_INFO_ERR);
|
| }
|
|
|
| template <cl_kernel_info name> typename
|
| detail::param_traits<detail::cl_kernel_info, name>::param_type
|
| getInfo(cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_kernel_info, name>::param_type param;
|
| cl_int result = getInfo(name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| template <typename T>
|
| cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* param) const
|
| {
|
| return detail::errHandler(
|
| detail::getInfo(&::clGetKernelArgInfo, object_, argIndex, name, param),
|
| __GET_KERNEL_ARG_INFO_ERR);
|
| }
|
|
|
| template <cl_kernel_arg_info name> typename
|
| detail::param_traits<detail::cl_kernel_arg_info, name>::param_type
|
| getArgInfo(cl_uint argIndex, cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_kernel_arg_info, name>::param_type param;
|
| cl_int result = getArgInfo(argIndex, name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
| #endif
|
|
|
| template <typename T>
|
| cl_int getWorkGroupInfo(
|
| const Device& device, cl_kernel_work_group_info name, T* param) const
|
| {
|
| return detail::errHandler(
|
| detail::getInfo(
|
| &::clGetKernelWorkGroupInfo, object_, device(), name, param),
|
| __GET_KERNEL_WORK_GROUP_INFO_ERR);
|
| }
|
|
|
| template <cl_kernel_work_group_info name> typename
|
| detail::param_traits<detail::cl_kernel_work_group_info, name>::param_type
|
| getWorkGroupInfo(const Device& device, cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_kernel_work_group_info, name>::param_type param;
|
| cl_int result = getWorkGroupInfo(device, name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
|
|
| #if defined(CL_HPP_USE_CL_SUB_GROUPS_KHR) || CL_HPP_TARGET_OPENCL_VERSION >= 210
|
| cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_info name, const cl::NDRange &range, size_type* param) const
|
| {
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 210
|
|
|
| return detail::errHandler(
|
| clGetKernelSubGroupInfo(object_, dev(), name, range.size(), range.get(), sizeof(size_type), param, nullptr),
|
| __GET_KERNEL_SUB_GROUP_INFO_ERR);
|
|
|
| #else
|
|
|
| typedef clGetKernelSubGroupInfoKHR_fn PFN_clGetKernelSubGroupInfoKHR;
|
| static PFN_clGetKernelSubGroupInfoKHR pfn_clGetKernelSubGroupInfoKHR = nullptr;
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clGetKernelSubGroupInfoKHR);
|
|
|
| return detail::errHandler(
|
| pfn_clGetKernelSubGroupInfoKHR(object_, dev(), name, range.size(), range.get(), sizeof(size_type), param, nullptr),
|
| __GET_KERNEL_SUB_GROUP_INFO_ERR);
|
|
|
| #endif
|
| }
|
|
|
| template <cl_kernel_sub_group_info name>
|
| size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &range, cl_int* err = nullptr) const
|
| {
|
| size_type param;
|
| cl_int result = getSubGroupInfo(dev, name, range, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| |
|
|
| template<typename T, class D>
|
| cl_int setArg(cl_uint index, const cl::pointer<T, D> &argPtr)
|
| {
|
| return detail::errHandler(
|
| ::clSetKernelArgSVMPointer(object_, index, argPtr.get()),
|
| __SET_KERNEL_ARGS_ERR);
|
| }
|
|
|
| |
|
|
| template<typename T, class Alloc>
|
| cl_int setArg(cl_uint index, const cl::vector<T, Alloc> &argPtr)
|
| {
|
| return detail::errHandler(
|
| ::clSetKernelArgSVMPointer(object_, index, argPtr.data()),
|
| __SET_KERNEL_ARGS_ERR);
|
| }
|
|
|
| |
|
|
| template<typename T>
|
| typename std::enable_if<std::is_pointer<T>::value, cl_int>::type
|
| setArg(cl_uint index, const T argPtr)
|
| {
|
| return detail::errHandler(
|
| ::clSetKernelArgSVMPointer(object_, index, argPtr),
|
| __SET_KERNEL_ARGS_ERR);
|
| }
|
| #endif
|
|
|
| |
|
|
| template <typename T>
|
| typename std::enable_if<!std::is_pointer<T>::value, cl_int>::type
|
| setArg(cl_uint index, const T &value)
|
| {
|
| return detail::errHandler(
|
| ::clSetKernelArg(
|
| object_,
|
| index,
|
| detail::KernelArgumentHandler<T>::size(value),
|
| detail::KernelArgumentHandler<T>::ptr(value)),
|
| __SET_KERNEL_ARGS_ERR);
|
| }
|
|
|
| cl_int setArg(cl_uint index, size_type size, const void* argPtr)
|
| {
|
| return detail::errHandler(
|
| ::clSetKernelArg(object_, index, size, argPtr),
|
| __SET_KERNEL_ARGS_ERR);
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| |
| |
| |
|
|
| cl_int setSVMPointers(const vector<void*> &pointerList)
|
| {
|
| return detail::errHandler(
|
| ::clSetKernelExecInfo(
|
| object_,
|
| CL_KERNEL_EXEC_INFO_SVM_PTRS,
|
| sizeof(void*)*pointerList.size(),
|
| pointerList.data()));
|
| }
|
|
|
| |
| |
| |
|
|
| template<int ArrayLength>
|
| cl_int setSVMPointers(const std::array<void*, ArrayLength> &pointerList)
|
| {
|
| return detail::errHandler(
|
| ::clSetKernelExecInfo(
|
| object_,
|
| CL_KERNEL_EXEC_INFO_SVM_PTRS,
|
| sizeof(void*)*pointerList.size(),
|
| pointerList.data()));
|
| }
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| cl_int enableFineGrainedSystemSVM(bool svmEnabled)
|
| {
|
| cl_bool svmEnabled_ = svmEnabled ? CL_TRUE : CL_FALSE;
|
| return detail::errHandler(
|
| ::clSetKernelExecInfo(
|
| object_,
|
| CL_KERNEL_EXEC_INFO_SVM_FINE_GRAIN_SYSTEM,
|
| sizeof(cl_bool),
|
| &svmEnabled_
|
| )
|
| );
|
| }
|
|
|
| template<int index, int ArrayLength, class D, typename T0, typename T1, typename... Ts>
|
| void setSVMPointersHelper(std::array<void*, ArrayLength> &pointerList, const pointer<T0, D> &t0, const pointer<T1, D> &t1, Ts & ... ts)
|
| {
|
| pointerList[index] = static_cast<void*>(t0.get());
|
| setSVMPointersHelper<index + 1, ArrayLength>(pointerList, t1, ts...);
|
| }
|
|
|
| template<int index, int ArrayLength, typename T0, typename T1, typename... Ts>
|
| typename std::enable_if<std::is_pointer<T0>::value, void>::type
|
| setSVMPointersHelper(std::array<void*, ArrayLength> &pointerList, T0 t0, T1 t1, Ts... ts)
|
| {
|
| pointerList[index] = static_cast<void*>(t0);
|
| setSVMPointersHelper<index + 1, ArrayLength>(pointerList, t1, ts...);
|
| }
|
|
|
| template<int index, int ArrayLength, typename T0, class D>
|
| void setSVMPointersHelper(std::array<void*, ArrayLength> &pointerList, const pointer<T0, D> &t0)
|
| {
|
| pointerList[index] = static_cast<void*>(t0.get());
|
| }
|
|
|
|
|
| template<int index, int ArrayLength, typename T0>
|
| typename std::enable_if<std::is_pointer<T0>::value, void>::type
|
| setSVMPointersHelper(std::array<void*, ArrayLength> &pointerList, T0 t0)
|
| {
|
| pointerList[index] = static_cast<void*>(t0);
|
| }
|
|
|
| template<typename T0, typename... Ts>
|
| cl_int setSVMPointers(const T0 &t0, Ts & ... ts)
|
| {
|
| std::array<void*, 1 + sizeof...(Ts)> pointerList;
|
|
|
| setSVMPointersHelper<0, 1 + sizeof...(Ts)>(pointerList, t0, ts...);
|
| return detail::errHandler(
|
| ::clSetKernelExecInfo(
|
| object_,
|
| CL_KERNEL_EXEC_INFO_SVM_PTRS,
|
| sizeof(void*)*(1 + sizeof...(Ts)),
|
| pointerList.data()));
|
| }
|
|
|
| template<typename T>
|
| cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val)
|
| {
|
| return detail::errHandler(
|
| ::clSetKernelExecInfo(
|
| object_,
|
| param_name,
|
| sizeof(T),
|
| &val));
|
| }
|
|
|
| template<cl_kernel_exec_info name>
|
| cl_int setExecInfo(typename detail::param_traits<detail::cl_kernel_exec_info, name>::param_type& val)
|
| {
|
| return setExecInfo(name, val);
|
| }
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 210
|
| |
| |
| |
| |
|
|
| Kernel clone()
|
| {
|
| cl_int error;
|
| Kernel retValue(clCloneKernel(this->get(), &error));
|
|
|
| detail::errHandler(error, __CLONE_KERNEL_ERR);
|
| return retValue;
|
| }
|
| #endif
|
| };
|
|
|
| |
| |
|
|
| class Program : public detail::Wrapper<cl_program>
|
| {
|
| public:
|
| #if !defined(CL_HPP_ENABLE_PROGRAM_CONSTRUCTION_FROM_ARRAY_COMPATIBILITY)
|
| typedef vector<vector<unsigned char>> Binaries;
|
| typedef vector<string> Sources;
|
| #else
|
| typedef vector<std::pair<const void*, size_type> > Binaries;
|
| typedef vector<std::pair<const char*, size_type> > Sources;
|
| #endif
|
|
|
| Program(
|
| const string& source,
|
| bool build = false,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| const char * strings = source.c_str();
|
| const size_type length = source.size();
|
|
|
| Context context = Context::getDefault(err);
|
|
|
| object_ = ::clCreateProgramWithSource(
|
| context(), (cl_uint)1, &strings, &length, &error);
|
|
|
| detail::errHandler(error, __CREATE_PROGRAM_WITH_SOURCE_ERR);
|
|
|
| if (error == CL_SUCCESS && build) {
|
|
|
| error = ::clBuildProgram(
|
| object_,
|
| 0,
|
| nullptr,
|
| #if !defined(CL_HPP_CL_1_2_DEFAULT_BUILD)
|
| "-cl-std=CL2.0",
|
| #else
|
| "",
|
| #endif
|
| nullptr,
|
| nullptr);
|
|
|
| detail::buildErrHandler(error, __BUILD_PROGRAM_ERR, getBuildInfo<CL_PROGRAM_BUILD_LOG>());
|
| }
|
|
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
| Program(
|
| const Context& context,
|
| const string& source,
|
| bool build = false,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| const char * strings = source.c_str();
|
| const size_type length = source.size();
|
|
|
| object_ = ::clCreateProgramWithSource(
|
| context(), (cl_uint)1, &strings, &length, &error);
|
|
|
| detail::errHandler(error, __CREATE_PROGRAM_WITH_SOURCE_ERR);
|
|
|
| if (error == CL_SUCCESS && build) {
|
| error = ::clBuildProgram(
|
| object_,
|
| 0,
|
| nullptr,
|
| #if !defined(CL_HPP_CL_1_2_DEFAULT_BUILD)
|
| "-cl-std=CL2.0",
|
| #else
|
| "",
|
| #endif
|
| nullptr,
|
| nullptr);
|
|
|
| detail::buildErrHandler(error, __BUILD_PROGRAM_ERR, getBuildInfo<CL_PROGRAM_BUILD_LOG>());
|
| }
|
|
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
| |
| |
| |
|
|
| Program(
|
| const Sources& sources,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
| Context context = Context::getDefault(err);
|
|
|
| const size_type n = (size_type)sources.size();
|
|
|
| vector<size_type> lengths(n);
|
| vector<const char*> strings(n);
|
|
|
| for (size_type i = 0; i < n; ++i) {
|
| #if !defined(CL_HPP_ENABLE_PROGRAM_CONSTRUCTION_FROM_ARRAY_COMPATIBILITY)
|
| strings[i] = sources[(int)i].data();
|
| lengths[i] = sources[(int)i].length();
|
| #else
|
| strings[i] = sources[(int)i].first;
|
| lengths[i] = sources[(int)i].second;
|
| #endif
|
| }
|
|
|
| object_ = ::clCreateProgramWithSource(
|
| context(), (cl_uint)n, strings.data(), lengths.data(), &error);
|
|
|
| detail::errHandler(error, __CREATE_PROGRAM_WITH_SOURCE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
| |
| |
| |
|
|
| Program(
|
| const Context& context,
|
| const Sources& sources,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| const size_type n = (size_type)sources.size();
|
|
|
| vector<size_type> lengths(n);
|
| vector<const char*> strings(n);
|
|
|
| for (size_type i = 0; i < n; ++i) {
|
| #if !defined(CL_HPP_ENABLE_PROGRAM_CONSTRUCTION_FROM_ARRAY_COMPATIBILITY)
|
| strings[i] = sources[(int)i].data();
|
| lengths[i] = sources[(int)i].length();
|
| #else
|
| strings[i] = sources[(int)i].first;
|
| lengths[i] = sources[(int)i].second;
|
| #endif
|
| }
|
|
|
| object_ = ::clCreateProgramWithSource(
|
| context(), (cl_uint)n, strings.data(), lengths.data(), &error);
|
|
|
| detail::errHandler(error, __CREATE_PROGRAM_WITH_SOURCE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
|
|
| #if defined(CL_HPP_USE_IL_KHR) || CL_HPP_TARGET_OPENCL_VERSION >= 210
|
| |
| |
| |
| |
|
|
| Program(
|
| const vector<char>& IL,
|
| bool build = false,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| Context context = Context::getDefault(err);
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 210
|
|
|
| object_ = ::clCreateProgramWithIL(
|
| context(), static_cast<const void*>(IL.data()), IL.size(), &error);
|
|
|
| #else
|
|
|
| typedef clCreateProgramWithILKHR_fn PFN_clCreateProgramWithILKHR;
|
| static PFN_clCreateProgramWithILKHR pfn_clCreateProgramWithILKHR = nullptr;
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clCreateProgramWithILKHR);
|
|
|
| object_ = pfn_clCreateProgramWithILKHR(
|
| context(), static_cast<const void*>(IL.data()), IL.size(), &error);
|
|
|
| #endif
|
|
|
| detail::errHandler(error, __CREATE_PROGRAM_WITH_IL_ERR);
|
|
|
| if (error == CL_SUCCESS && build) {
|
|
|
| error = ::clBuildProgram(
|
| object_,
|
| 0,
|
| nullptr,
|
| #if !defined(CL_HPP_CL_1_2_DEFAULT_BUILD)
|
| "-cl-std=CL2.0",
|
| #else
|
| "",
|
| #endif
|
| nullptr,
|
| nullptr);
|
|
|
| detail::buildErrHandler(error, __BUILD_PROGRAM_ERR, getBuildInfo<CL_PROGRAM_BUILD_LOG>());
|
| }
|
|
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
| |
| |
| |
| |
| |
|
|
| Program(
|
| const Context& context,
|
| const vector<char>& IL,
|
| bool build = false,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 210
|
|
|
| object_ = ::clCreateProgramWithIL(
|
| context(), static_cast<const void*>(IL.data()), IL.size(), &error);
|
|
|
| #else
|
|
|
| typedef clCreateProgramWithILKHR_fn PFN_clCreateProgramWithILKHR;
|
| static PFN_clCreateProgramWithILKHR pfn_clCreateProgramWithILKHR = nullptr;
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clCreateProgramWithILKHR);
|
|
|
| object_ = pfn_clCreateProgramWithILKHR(
|
| context(), static_cast<const void*>(IL.data()), IL.size(), &error);
|
|
|
| #endif
|
|
|
| detail::errHandler(error, __CREATE_PROGRAM_WITH_IL_ERR);
|
|
|
| if (error == CL_SUCCESS && build) {
|
| error = ::clBuildProgram(
|
| object_,
|
| 0,
|
| nullptr,
|
| #if !defined(CL_HPP_CL_1_2_DEFAULT_BUILD)
|
| "-cl-std=CL2.0",
|
| #else
|
| "",
|
| #endif
|
| nullptr,
|
| nullptr);
|
|
|
| detail::buildErrHandler(error, __BUILD_PROGRAM_ERR, getBuildInfo<CL_PROGRAM_BUILD_LOG>());
|
| }
|
|
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| Program(
|
| const Context& context,
|
| const vector<Device>& devices,
|
| const Binaries& binaries,
|
| vector<cl_int>* binaryStatus = nullptr,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| const size_type numDevices = devices.size();
|
|
|
|
|
| if(binaries.size() != numDevices) {
|
| error = CL_INVALID_VALUE;
|
| detail::errHandler(error, __CREATE_PROGRAM_WITH_BINARY_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| return;
|
| }
|
|
|
|
|
| vector<size_type> lengths(numDevices);
|
| vector<const unsigned char*> images(numDevices);
|
| #if !defined(CL_HPP_ENABLE_PROGRAM_CONSTRUCTION_FROM_ARRAY_COMPATIBILITY)
|
| for (size_type i = 0; i < numDevices; ++i) {
|
| images[i] = binaries[i].data();
|
| lengths[i] = binaries[(int)i].size();
|
| }
|
| #else
|
| for (size_type i = 0; i < numDevices; ++i) {
|
| images[i] = (const unsigned char*)binaries[i].first;
|
| lengths[i] = binaries[(int)i].second;
|
| }
|
| #endif
|
|
|
| vector<cl_device_id> deviceIDs(numDevices);
|
| for( size_type deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) {
|
| deviceIDs[deviceIndex] = (devices[deviceIndex])();
|
| }
|
|
|
| if(binaryStatus) {
|
| binaryStatus->resize(numDevices);
|
| }
|
|
|
| object_ = ::clCreateProgramWithBinary(
|
| context(), (cl_uint) devices.size(),
|
| deviceIDs.data(),
|
| lengths.data(), images.data(), (binaryStatus != nullptr && numDevices > 0)
|
| ? &binaryStatus->front()
|
| : nullptr, &error);
|
|
|
| detail::errHandler(error, __CREATE_PROGRAM_WITH_BINARY_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| |
| |
| |
|
|
| Program(
|
| const Context& context,
|
| const vector<Device>& devices,
|
| const string& kernelNames,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
|
|
| size_type numDevices = devices.size();
|
| vector<cl_device_id> deviceIDs(numDevices);
|
| for( size_type deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) {
|
| deviceIDs[deviceIndex] = (devices[deviceIndex])();
|
| }
|
|
|
| object_ = ::clCreateProgramWithBuiltInKernels(
|
| context(),
|
| (cl_uint) devices.size(),
|
| deviceIDs.data(),
|
| kernelNames.c_str(),
|
| &error);
|
|
|
| detail::errHandler(error, __CREATE_PROGRAM_WITH_BUILT_IN_KERNELS_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
|
|
| Program() { }
|
|
|
|
|
| |
| |
| |
| |
| |
|
|
| explicit Program(const cl_program& program, bool retainObject = false) :
|
| detail::Wrapper<cl_type>(program, retainObject) { }
|
|
|
| Program& operator = (const cl_program& rhs)
|
| {
|
| detail::Wrapper<cl_type>::operator=(rhs);
|
| return *this;
|
| }
|
|
|
|
|
| cl_int build(
|
| const vector<Device>& devices,
|
| const char* options = nullptr,
|
| void (CL_CALLBACK * notifyFptr)(cl_program, void *) = nullptr,
|
| void* data = nullptr) const
|
| {
|
| size_type numDevices = devices.size();
|
| vector<cl_device_id> deviceIDs(numDevices);
|
|
|
| for( size_type deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) {
|
| deviceIDs[deviceIndex] = (devices[deviceIndex])();
|
| }
|
|
|
| cl_int buildError = ::clBuildProgram(
|
| object_,
|
| (cl_uint)
|
| devices.size(),
|
| deviceIDs.data(),
|
| options,
|
| notifyFptr,
|
| data);
|
|
|
| return detail::buildErrHandler(buildError, __BUILD_PROGRAM_ERR, getBuildInfo<CL_PROGRAM_BUILD_LOG>());
|
| }
|
|
|
| cl_int build(
|
| const Device& device,
|
| const char* options = nullptr,
|
| void (CL_CALLBACK * notifyFptr)(cl_program, void *) = nullptr,
|
| void* data = nullptr) const
|
| {
|
| cl_device_id deviceID = device();
|
|
|
| cl_int buildError = ::clBuildProgram(
|
| object_,
|
| 1,
|
| &deviceID,
|
| options,
|
| notifyFptr,
|
| data);
|
|
|
| BuildLogType buildLog(0);
|
| buildLog.push_back(std::make_pair(device, getBuildInfo<CL_PROGRAM_BUILD_LOG>(device)));
|
| return detail::buildErrHandler(buildError, __BUILD_PROGRAM_ERR, buildLog);
|
| }
|
|
|
| cl_int build(
|
| const char* options = nullptr,
|
| void (CL_CALLBACK * notifyFptr)(cl_program, void *) = nullptr,
|
| void* data = nullptr) const
|
| {
|
| cl_int buildError = ::clBuildProgram(
|
| object_,
|
| 0,
|
| nullptr,
|
| options,
|
| notifyFptr,
|
| data);
|
|
|
| return detail::buildErrHandler(buildError, __BUILD_PROGRAM_ERR, getBuildInfo<CL_PROGRAM_BUILD_LOG>());
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| cl_int compile(
|
| const char* options = nullptr,
|
| void (CL_CALLBACK * notifyFptr)(cl_program, void *) = nullptr,
|
| void* data = nullptr) const
|
| {
|
| cl_int error = ::clCompileProgram(
|
| object_,
|
| 0,
|
| nullptr,
|
| options,
|
| 0,
|
| nullptr,
|
| nullptr,
|
| notifyFptr,
|
| data);
|
| return detail::buildErrHandler(error, __COMPILE_PROGRAM_ERR, getBuildInfo<CL_PROGRAM_BUILD_LOG>());
|
| }
|
| #endif
|
|
|
| template <typename T>
|
| cl_int getInfo(cl_program_info name, T* param) const
|
| {
|
| return detail::errHandler(
|
| detail::getInfo(&::clGetProgramInfo, object_, name, param),
|
| __GET_PROGRAM_INFO_ERR);
|
| }
|
|
|
| template <cl_program_info name> typename
|
| detail::param_traits<detail::cl_program_info, name>::param_type
|
| getInfo(cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_program_info, name>::param_type param;
|
| cl_int result = getInfo(name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
|
|
| template <typename T>
|
| cl_int getBuildInfo(
|
| const Device& device, cl_program_build_info name, T* param) const
|
| {
|
| return detail::errHandler(
|
| detail::getInfo(
|
| &::clGetProgramBuildInfo, object_, device(), name, param),
|
| __GET_PROGRAM_BUILD_INFO_ERR);
|
| }
|
|
|
| template <cl_program_build_info name> typename
|
| detail::param_traits<detail::cl_program_build_info, name>::param_type
|
| getBuildInfo(const Device& device, cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_program_build_info, name>::param_type param;
|
| cl_int result = getBuildInfo(device, name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
|
|
| |
| |
| |
| |
|
|
| template <cl_program_build_info name>
|
| vector<std::pair<cl::Device, typename detail::param_traits<detail::cl_program_build_info, name>::param_type>>
|
| getBuildInfo(cl_int *err = nullptr) const
|
| {
|
| cl_int result = CL_SUCCESS;
|
|
|
| auto devs = getInfo<CL_PROGRAM_DEVICES>(&result);
|
| vector<std::pair<cl::Device, typename detail::param_traits<detail::cl_program_build_info, name>::param_type>>
|
| devInfo;
|
|
|
|
|
| if (result != CL_SUCCESS) {
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return devInfo;
|
| }
|
|
|
| for (const cl::Device &d : devs) {
|
| typename detail::param_traits<
|
| detail::cl_program_build_info, name>::param_type param;
|
| result = getBuildInfo(d, name, ¶m);
|
| devInfo.push_back(
|
| std::pair<cl::Device, typename detail::param_traits<detail::cl_program_build_info, name>::param_type>
|
| (d, param));
|
| if (result != CL_SUCCESS) {
|
|
|
| break;
|
| }
|
| }
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| if (result != CL_SUCCESS) {
|
| devInfo.clear();
|
| }
|
| return devInfo;
|
| }
|
|
|
| cl_int createKernels(vector<Kernel>* kernels)
|
| {
|
| cl_uint numKernels;
|
| cl_int err = ::clCreateKernelsInProgram(object_, 0, nullptr, &numKernels);
|
| if (err != CL_SUCCESS) {
|
| return detail::errHandler(err, __CREATE_KERNELS_IN_PROGRAM_ERR);
|
| }
|
|
|
| vector<cl_kernel> value(numKernels);
|
|
|
| err = ::clCreateKernelsInProgram(
|
| object_, numKernels, value.data(), nullptr);
|
| if (err != CL_SUCCESS) {
|
| return detail::errHandler(err, __CREATE_KERNELS_IN_PROGRAM_ERR);
|
| }
|
|
|
| if (kernels) {
|
| kernels->resize(value.size());
|
|
|
|
|
|
|
| for (size_type i = 0; i < value.size(); i++) {
|
|
|
|
|
| (*kernels)[i] = Kernel(value[i], false);
|
| }
|
| }
|
| return CL_SUCCESS;
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 220
|
| #if defined(CL_USE_DEPRECATED_OPENCL_2_2_APIS)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| CL_API_PREFIX__VERSION_2_2_DEPRECATED cl_int setReleaseCallback(
|
| void (CL_CALLBACK * pfn_notify)(cl_program program, void * user_data),
|
| void * user_data = nullptr) CL_API_SUFFIX__VERSION_2_2_DEPRECATED
|
| {
|
| return detail::errHandler(
|
| ::clSetProgramReleaseCallback(
|
| object_,
|
| pfn_notify,
|
| user_data),
|
| __SET_PROGRAM_RELEASE_CALLBACK_ERR);
|
| }
|
| #endif
|
|
|
| |
| |
| |
|
|
| template <typename T>
|
| typename std::enable_if<!std::is_pointer<T>::value, cl_int>::type
|
| setSpecializationConstant(cl_uint index, const T &value)
|
| {
|
| return detail::errHandler(
|
| ::clSetProgramSpecializationConstant(
|
| object_,
|
| index,
|
| sizeof(value),
|
| &value),
|
| __SET_PROGRAM_SPECIALIZATION_CONSTANT_ERR);
|
| }
|
|
|
| |
| |
| |
|
|
| cl_int setSpecializationConstant(cl_uint index, size_type size, const void* value)
|
| {
|
| return detail::errHandler(
|
| ::clSetProgramSpecializationConstant(
|
| object_,
|
| index,
|
| size,
|
| value),
|
| __SET_PROGRAM_SPECIALIZATION_CONSTANT_ERR);
|
| }
|
| #endif
|
| };
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| inline Program linkProgram(
|
| const Program& input1,
|
| const Program& input2,
|
| const char* options = nullptr,
|
| void (CL_CALLBACK * notifyFptr)(cl_program, void *) = nullptr,
|
| void* data = nullptr,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error_local = CL_SUCCESS;
|
| cl_program programs[2] = { input1(), input2() };
|
|
|
| Context ctx = input1.getInfo<CL_PROGRAM_CONTEXT>(&error_local);
|
| if(error_local!=CL_SUCCESS) {
|
| detail::errHandler(error_local, __LINK_PROGRAM_ERR);
|
| }
|
|
|
| cl_program prog = ::clLinkProgram(
|
| ctx(),
|
| 0,
|
| nullptr,
|
| options,
|
| 2,
|
| programs,
|
| notifyFptr,
|
| data,
|
| &error_local);
|
|
|
| detail::errHandler(error_local,__COMPILE_PROGRAM_ERR);
|
| if (err != nullptr) {
|
| *err = error_local;
|
| }
|
|
|
| return Program(prog);
|
| }
|
|
|
| inline Program linkProgram(
|
| const vector<Program>& inputPrograms,
|
| const char* options = nullptr,
|
| void (CL_CALLBACK * notifyFptr)(cl_program, void *) = nullptr,
|
| void* data = nullptr,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error_local = CL_SUCCESS;
|
| Context ctx;
|
|
|
| static_assert(sizeof(cl::Program) == sizeof(cl_program),
|
| "Size of cl::Program must be equal to size of cl_program");
|
|
|
| if(inputPrograms.size() > 0) {
|
| ctx = inputPrograms[0].getInfo<CL_PROGRAM_CONTEXT>(&error_local);
|
| if(error_local!=CL_SUCCESS) {
|
| detail::errHandler(error_local, __LINK_PROGRAM_ERR);
|
| }
|
| }
|
|
|
| cl_program prog = ::clLinkProgram(
|
| ctx(),
|
| 0,
|
| nullptr,
|
| options,
|
| static_cast<cl_uint>(inputPrograms.size()),
|
| reinterpret_cast<const cl_program *>(inputPrograms.data()),
|
| notifyFptr,
|
| data,
|
| &error_local);
|
|
|
| detail::errHandler(error_local,__COMPILE_PROGRAM_ERR);
|
| if (err != nullptr) {
|
| *err = error_local;
|
| }
|
|
|
| return Program(prog);
|
| }
|
| #endif
|
|
|
|
|
| template <>
|
| inline cl_int cl::Program::getInfo(cl_program_info name, vector<vector<unsigned char>>* param) const
|
| {
|
| if (name != CL_PROGRAM_BINARIES) {
|
| return CL_INVALID_VALUE;
|
| }
|
| if (param) {
|
|
|
|
|
|
|
| vector<size_type> sizes = getInfo<CL_PROGRAM_BINARY_SIZES>();
|
| size_type numBinaries = sizes.size();
|
|
|
|
|
| param->resize(numBinaries);
|
| for (size_type i = 0; i < numBinaries; ++i) {
|
| (*param)[i].resize(sizes[i]);
|
| }
|
|
|
| return detail::errHandler(
|
| detail::getInfo(&::clGetProgramInfo, object_, name, param),
|
| __GET_PROGRAM_INFO_ERR);
|
| }
|
|
|
| return CL_SUCCESS;
|
| }
|
|
|
| template<>
|
| inline vector<vector<unsigned char>> cl::Program::getInfo<CL_PROGRAM_BINARIES>(cl_int* err) const
|
| {
|
| vector<vector<unsigned char>> binariesVectors;
|
|
|
| cl_int result = getInfo(CL_PROGRAM_BINARIES, &binariesVectors);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return binariesVectors;
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 220
|
|
|
| template <>
|
| inline cl_int cl::Program::setSpecializationConstant(cl_uint index, const bool &value)
|
| {
|
| cl_uchar ucValue = value ? CL_UCHAR_MAX : 0;
|
| return detail::errHandler(
|
| ::clSetProgramSpecializationConstant(
|
| object_,
|
| index,
|
| sizeof(ucValue),
|
| &ucValue),
|
| __SET_PROGRAM_SPECIALIZATION_CONSTANT_ERR);
|
| }
|
| #endif
|
|
|
| inline Kernel::Kernel(const Program& program, const char* name, cl_int* err)
|
| {
|
| cl_int error;
|
|
|
| object_ = ::clCreateKernel(program(), name, &error);
|
| detail::errHandler(error, __CREATE_KERNEL_ERR);
|
|
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
|
|
| }
|
|
|
| #ifdef cl_khr_external_memory
|
| enum class ExternalMemoryType : cl_external_memory_handle_type_khr
|
| {
|
| None = 0,
|
|
|
| OpaqueFd = CL_EXTERNAL_MEMORY_HANDLE_OPAQUE_FD_KHR,
|
| OpaqueWin32 = CL_EXTERNAL_MEMORY_HANDLE_OPAQUE_WIN32_KHR,
|
| OpaqueWin32Kmt = CL_EXTERNAL_MEMORY_HANDLE_OPAQUE_WIN32_KMT_KHR,
|
|
|
| D3D11Texture = CL_EXTERNAL_MEMORY_HANDLE_D3D11_TEXTURE_KHR,
|
| D3D11TextureKmt = CL_EXTERNAL_MEMORY_HANDLE_D3D11_TEXTURE_KMT_KHR,
|
|
|
| D3D12Heap = CL_EXTERNAL_MEMORY_HANDLE_D3D12_HEAP_KHR,
|
| D3D12Resource = CL_EXTERNAL_MEMORY_HANDLE_D3D12_RESOURCE_KHR,
|
|
|
| DmaBuf = CL_EXTERNAL_MEMORY_HANDLE_DMA_BUF_KHR,
|
| };
|
| #endif
|
|
|
| enum class QueueProperties : cl_command_queue_properties
|
| {
|
| None = 0,
|
| Profiling = CL_QUEUE_PROFILING_ENABLE,
|
| OutOfOrder = CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE,
|
| };
|
|
|
| inline QueueProperties operator|(QueueProperties lhs, QueueProperties rhs)
|
| {
|
| return static_cast<QueueProperties>(static_cast<cl_command_queue_properties>(lhs) | static_cast<cl_command_queue_properties>(rhs));
|
| }
|
|
|
| inline QueueProperties operator&(QueueProperties lhs, QueueProperties rhs)
|
| {
|
| return static_cast<QueueProperties>(static_cast<cl_command_queue_properties>(lhs) & static_cast<cl_command_queue_properties>(rhs));
|
| }
|
|
|
| |
| |
|
|
| class CommandQueue : public detail::Wrapper<cl_command_queue>
|
| {
|
| private:
|
| static std::once_flag default_initialized_;
|
| static CommandQueue default_;
|
| static cl_int default_error_;
|
|
|
| |
| |
| |
| |
|
|
| static void makeDefault()
|
| {
|
| |
| |
|
|
| #if defined(CL_HPP_ENABLE_EXCEPTIONS)
|
| try
|
| #endif
|
| {
|
| int error;
|
| Context context = Context::getDefault(&error);
|
|
|
| if (error != CL_SUCCESS) {
|
| default_error_ = error;
|
| }
|
| else {
|
| Device device = Device::getDefault();
|
| default_ = CommandQueue(context, device, 0, &default_error_);
|
| }
|
| }
|
| #if defined(CL_HPP_ENABLE_EXCEPTIONS)
|
| catch (cl::Error &e) {
|
| default_error_ = e.err();
|
| }
|
| #endif
|
| }
|
|
|
| |
| |
| |
| |
|
|
| static void makeDefaultProvided(const CommandQueue &c) {
|
| default_ = c;
|
| }
|
|
|
| #ifdef cl_khr_external_memory
|
| static std::once_flag ext_memory_initialized_;
|
|
|
| static void initMemoryExtension(const cl::Device& device)
|
| {
|
| auto platform = device.getInfo<CL_DEVICE_PLATFORM>()();
|
|
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clEnqueueAcquireExternalMemObjectsKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clEnqueueReleaseExternalMemObjectsKHR);
|
|
|
| if ((pfn_clEnqueueAcquireExternalMemObjectsKHR == nullptr)
|
| && (pfn_clEnqueueReleaseExternalMemObjectsKHR == nullptr))
|
| {
|
| detail::errHandler(CL_INVALID_VALUE, __ENQUEUE_ACQUIRE_EXTERNAL_MEMORY_ERR);
|
| }
|
| }
|
| #endif
|
|
|
| public:
|
| #ifdef CL_HPP_UNIT_TEST_ENABLE
|
| |
| |
| |
| |
| |
|
|
| static void unitTestClearDefault() {
|
| default_ = CommandQueue();
|
| }
|
| #endif
|
|
|
|
|
| |
| |
| |
|
|
| CommandQueue(
|
| cl_command_queue_properties properties,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| Context context = Context::getDefault(&error);
|
| detail::errHandler(error, __CREATE_CONTEXT_ERR);
|
|
|
| if (error != CL_SUCCESS) {
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| else {
|
| Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0];
|
| bool useWithProperties;
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200 && CL_HPP_MINIMUM_OPENCL_VERSION < 200
|
|
|
| {
|
| cl_uint version = detail::getContextPlatformVersion(context());
|
| useWithProperties = (version >= 0x20000);
|
| }
|
| #elif CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| useWithProperties = true;
|
| #else
|
| useWithProperties = false;
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| if (useWithProperties) {
|
| cl_queue_properties queue_properties[] = {
|
| CL_QUEUE_PROPERTIES, properties, 0 };
|
| if ((properties & CL_QUEUE_ON_DEVICE) == 0) {
|
| object_ = ::clCreateCommandQueueWithProperties(
|
| context(), device(), queue_properties, &error);
|
| }
|
| else {
|
| error = CL_INVALID_QUEUE_PROPERTIES;
|
| }
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION < 200
|
| if (!useWithProperties) {
|
| object_ = ::clCreateCommandQueue(
|
| context(), device(), properties, &error);
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
| }
|
| }
|
|
|
| |
| |
| |
|
|
| CommandQueue(
|
| QueueProperties properties,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| Context context = Context::getDefault(&error);
|
| detail::errHandler(error, __CREATE_CONTEXT_ERR);
|
|
|
| if (error != CL_SUCCESS) {
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| else {
|
| Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0];
|
| bool useWithProperties;
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200 && CL_HPP_MINIMUM_OPENCL_VERSION < 200
|
|
|
| {
|
| cl_uint version = detail::getContextPlatformVersion(context());
|
| useWithProperties = (version >= 0x20000);
|
| }
|
| #elif CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| useWithProperties = true;
|
| #else
|
| useWithProperties = false;
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| if (useWithProperties) {
|
| cl_queue_properties queue_properties[] = {
|
| CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 };
|
|
|
| object_ = ::clCreateCommandQueueWithProperties(
|
| context(), device(), queue_properties, &error);
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION < 200
|
| if (!useWithProperties) {
|
| object_ = ::clCreateCommandQueue(
|
| context(), device(), static_cast<cl_command_queue_properties>(properties), &error);
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
|
|
| }
|
| }
|
|
|
| |
| |
| |
|
|
| explicit CommandQueue(
|
| const Context& context,
|
| cl_command_queue_properties properties = 0,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
| bool useWithProperties;
|
| vector<cl::Device> devices;
|
| error = context.getInfo(CL_CONTEXT_DEVICES, &devices);
|
|
|
| detail::errHandler(error, __CREATE_CONTEXT_ERR);
|
|
|
| if (error != CL_SUCCESS)
|
| {
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| return;
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200 && CL_HPP_MINIMUM_OPENCL_VERSION < 200
|
|
|
| {
|
| cl_uint version = detail::getContextPlatformVersion(context());
|
| useWithProperties = (version >= 0x20000);
|
| }
|
| #elif CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| useWithProperties = true;
|
| #else
|
| useWithProperties = false;
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| if (useWithProperties) {
|
| cl_queue_properties queue_properties[] = {
|
| CL_QUEUE_PROPERTIES, properties, 0 };
|
| if ((properties & CL_QUEUE_ON_DEVICE) == 0) {
|
| object_ = ::clCreateCommandQueueWithProperties(
|
| context(), devices[0](), queue_properties, &error);
|
| }
|
| else {
|
| error = CL_INVALID_QUEUE_PROPERTIES;
|
| }
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION < 200
|
| if (!useWithProperties) {
|
| object_ = ::clCreateCommandQueue(
|
| context(), devices[0](), properties, &error);
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
| }
|
|
|
| |
| |
| |
|
|
| explicit CommandQueue(
|
| const Context& context,
|
| QueueProperties properties,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
| bool useWithProperties;
|
| vector<cl::Device> devices;
|
| error = context.getInfo(CL_CONTEXT_DEVICES, &devices);
|
|
|
| detail::errHandler(error, __CREATE_CONTEXT_ERR);
|
|
|
| if (error != CL_SUCCESS)
|
| {
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| return;
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200 && CL_HPP_MINIMUM_OPENCL_VERSION < 200
|
|
|
| {
|
| cl_uint version = detail::getContextPlatformVersion(context());
|
| useWithProperties = (version >= 0x20000);
|
| }
|
| #elif CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| useWithProperties = true;
|
| #else
|
| useWithProperties = false;
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| if (useWithProperties) {
|
| cl_queue_properties queue_properties[] = {
|
| CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 };
|
| object_ = ::clCreateCommandQueueWithProperties(
|
| context(), devices[0](), queue_properties, &error);
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION < 200
|
| if (!useWithProperties) {
|
| object_ = ::clCreateCommandQueue(
|
| context(), devices[0](), static_cast<cl_command_queue_properties>(properties), &error);
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
| }
|
|
|
| |
| |
| |
|
|
| CommandQueue(
|
| const Context& context,
|
| const Device& device,
|
| cl_command_queue_properties properties = 0,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
| bool useWithProperties;
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200 && CL_HPP_MINIMUM_OPENCL_VERSION < 200
|
|
|
| {
|
| cl_uint version = detail::getContextPlatformVersion(context());
|
| useWithProperties = (version >= 0x20000);
|
| }
|
| #elif CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| useWithProperties = true;
|
| #else
|
| useWithProperties = false;
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| if (useWithProperties) {
|
| cl_queue_properties queue_properties[] = {
|
| CL_QUEUE_PROPERTIES, properties, 0 };
|
| object_ = ::clCreateCommandQueueWithProperties(
|
| context(), device(), queue_properties, &error);
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION < 200
|
| if (!useWithProperties) {
|
| object_ = ::clCreateCommandQueue(
|
| context(), device(), properties, &error);
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
| }
|
|
|
| |
| |
| |
|
|
| CommandQueue(
|
| const Context& context,
|
| const Device& device,
|
| QueueProperties properties,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
| bool useWithProperties;
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200 && CL_HPP_MINIMUM_OPENCL_VERSION < 200
|
|
|
| {
|
| cl_uint version = detail::getContextPlatformVersion(context());
|
| useWithProperties = (version >= 0x20000);
|
| }
|
| #elif CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| useWithProperties = true;
|
| #else
|
| useWithProperties = false;
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| if (useWithProperties) {
|
| cl_queue_properties queue_properties[] = {
|
| CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 };
|
| object_ = ::clCreateCommandQueueWithProperties(
|
| context(), device(), queue_properties, &error);
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION < 200
|
| if (!useWithProperties) {
|
| object_ = ::clCreateCommandQueue(
|
| context(), device(), static_cast<cl_command_queue_properties>(properties), &error);
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| #endif
|
| }
|
|
|
| static CommandQueue getDefault(cl_int * err = nullptr)
|
| {
|
| std::call_once(default_initialized_, makeDefault);
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| detail::errHandler(default_error_, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
|
| #else
|
| detail::errHandler(default_error_, __CREATE_COMMAND_QUEUE_ERR);
|
| #endif
|
| if (err != nullptr) {
|
| *err = default_error_;
|
| }
|
| return default_;
|
| }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| static CommandQueue setDefault(const CommandQueue &default_queue)
|
| {
|
| std::call_once(default_initialized_, makeDefaultProvided, std::cref(default_queue));
|
| detail::errHandler(default_error_);
|
| return default_;
|
| }
|
|
|
| CommandQueue() { }
|
|
|
|
|
| |
| |
| |
| |
| |
|
|
| explicit CommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) :
|
| detail::Wrapper<cl_type>(commandQueue, retainObject) { }
|
|
|
| CommandQueue& operator = (const cl_command_queue& rhs)
|
| {
|
| detail::Wrapper<cl_type>::operator=(rhs);
|
| return *this;
|
| }
|
|
|
| template <typename T>
|
| cl_int getInfo(cl_command_queue_info name, T* param) const
|
| {
|
| return detail::errHandler(
|
| detail::getInfo(
|
| &::clGetCommandQueueInfo, object_, name, param),
|
| __GET_COMMAND_QUEUE_INFO_ERR);
|
| }
|
|
|
| template <cl_command_queue_info name> typename
|
| detail::param_traits<detail::cl_command_queue_info, name>::param_type
|
| getInfo(cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_command_queue_info, name>::param_type param;
|
| cl_int result = getInfo(name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
|
|
| cl_int enqueueReadBuffer(
|
| const Buffer& buffer,
|
| cl_bool blocking,
|
| size_type offset,
|
| size_type size,
|
| void* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueReadBuffer(
|
| object_, buffer(), blocking, offset, size,
|
| ptr,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_READ_BUFFER_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| cl_int enqueueWriteBuffer(
|
| const Buffer& buffer,
|
| cl_bool blocking,
|
| size_type offset,
|
| size_type size,
|
| const void* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueWriteBuffer(
|
| object_, buffer(), blocking, offset, size,
|
| ptr,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_WRITE_BUFFER_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| cl_int enqueueCopyBuffer(
|
| const Buffer& src,
|
| const Buffer& dst,
|
| size_type src_offset,
|
| size_type dst_offset,
|
| size_type size,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueCopyBuffer(
|
| object_, src(), dst(), src_offset, dst_offset, size,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQEUE_COPY_BUFFER_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 110
|
| cl_int enqueueReadBufferRect(
|
| const Buffer& buffer,
|
| cl_bool blocking,
|
| const array<size_type, 3>& buffer_offset,
|
| const array<size_type, 3>& host_offset,
|
| const array<size_type, 3>& region,
|
| size_type buffer_row_pitch,
|
| size_type buffer_slice_pitch,
|
| size_type host_row_pitch,
|
| size_type host_slice_pitch,
|
| void *ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueReadBufferRect(
|
| object_,
|
| buffer(),
|
| blocking,
|
| buffer_offset.data(),
|
| host_offset.data(),
|
| region.data(),
|
| buffer_row_pitch,
|
| buffer_slice_pitch,
|
| host_row_pitch,
|
| host_slice_pitch,
|
| ptr,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_READ_BUFFER_RECT_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| cl_int enqueueReadBufferRect(
|
| const Buffer& buffer,
|
| cl_bool blocking,
|
| const array<size_type, 2>& buffer_offset,
|
| const array<size_type, 2>& host_offset,
|
| const array<size_type, 2>& region,
|
| size_type buffer_row_pitch,
|
| size_type buffer_slice_pitch,
|
| size_type host_row_pitch,
|
| size_type host_slice_pitch,
|
| void* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| return enqueueReadBufferRect(
|
| buffer,
|
| blocking,
|
| { buffer_offset[0], buffer_offset[1], 0 },
|
| { host_offset[0], host_offset[1], 0 },
|
| { region[0], region[1], 1 },
|
| buffer_row_pitch,
|
| buffer_slice_pitch,
|
| host_row_pitch,
|
| host_slice_pitch,
|
| ptr,
|
| events,
|
| event);
|
| }
|
|
|
| cl_int enqueueWriteBufferRect(
|
| const Buffer& buffer,
|
| cl_bool blocking,
|
| const array<size_type, 3>& buffer_offset,
|
| const array<size_type, 3>& host_offset,
|
| const array<size_type, 3>& region,
|
| size_type buffer_row_pitch,
|
| size_type buffer_slice_pitch,
|
| size_type host_row_pitch,
|
| size_type host_slice_pitch,
|
| const void *ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueWriteBufferRect(
|
| object_,
|
| buffer(),
|
| blocking,
|
| buffer_offset.data(),
|
| host_offset.data(),
|
| region.data(),
|
| buffer_row_pitch,
|
| buffer_slice_pitch,
|
| host_row_pitch,
|
| host_slice_pitch,
|
| ptr,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_WRITE_BUFFER_RECT_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| cl_int enqueueWriteBufferRect(
|
| const Buffer& buffer,
|
| cl_bool blocking,
|
| const array<size_type, 2>& buffer_offset,
|
| const array<size_type, 2>& host_offset,
|
| const array<size_type, 2>& region,
|
| size_type buffer_row_pitch,
|
| size_type buffer_slice_pitch,
|
| size_type host_row_pitch,
|
| size_type host_slice_pitch,
|
| const void* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| return enqueueWriteBufferRect(
|
| buffer,
|
| blocking,
|
| { buffer_offset[0], buffer_offset[1], 0 },
|
| { host_offset[0], host_offset[1], 0 },
|
| { region[0], region[1], 1 },
|
| buffer_row_pitch,
|
| buffer_slice_pitch,
|
| host_row_pitch,
|
| host_slice_pitch,
|
| ptr,
|
| events,
|
| event);
|
| }
|
|
|
| cl_int enqueueCopyBufferRect(
|
| const Buffer& src,
|
| const Buffer& dst,
|
| const array<size_type, 3>& src_origin,
|
| const array<size_type, 3>& dst_origin,
|
| const array<size_type, 3>& region,
|
| size_type src_row_pitch,
|
| size_type src_slice_pitch,
|
| size_type dst_row_pitch,
|
| size_type dst_slice_pitch,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueCopyBufferRect(
|
| object_,
|
| src(),
|
| dst(),
|
| src_origin.data(),
|
| dst_origin.data(),
|
| region.data(),
|
| src_row_pitch,
|
| src_slice_pitch,
|
| dst_row_pitch,
|
| dst_slice_pitch,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQEUE_COPY_BUFFER_RECT_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| cl_int enqueueCopyBufferRect(
|
| const Buffer& src,
|
| const Buffer& dst,
|
| const array<size_type, 2>& src_origin,
|
| const array<size_type, 2>& dst_origin,
|
| const array<size_type, 2>& region,
|
| size_type src_row_pitch,
|
| size_type src_slice_pitch,
|
| size_type dst_row_pitch,
|
| size_type dst_slice_pitch,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| return enqueueCopyBufferRect(
|
| src,
|
| dst,
|
| { src_origin[0], src_origin[1], 0 },
|
| { dst_origin[0], dst_origin[1], 0 },
|
| { region[0], region[1], 1 },
|
| src_row_pitch,
|
| src_slice_pitch,
|
| dst_row_pitch,
|
| dst_slice_pitch,
|
| events,
|
| event);
|
| }
|
|
|
| #endif
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| template<typename PatternType>
|
| cl_int enqueueFillBuffer(
|
| const Buffer& buffer,
|
| PatternType pattern,
|
| size_type offset,
|
| size_type size,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueFillBuffer(
|
| object_,
|
| buffer(),
|
| static_cast<void*>(&pattern),
|
| sizeof(PatternType),
|
| offset,
|
| size,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_FILL_BUFFER_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
| #endif
|
|
|
| cl_int enqueueReadImage(
|
| const Image& image,
|
| cl_bool blocking,
|
| const array<size_type, 3>& origin,
|
| const array<size_type, 3>& region,
|
| size_type row_pitch,
|
| size_type slice_pitch,
|
| void* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueReadImage(
|
| object_,
|
| image(),
|
| blocking,
|
| origin.data(),
|
| region.data(),
|
| row_pitch,
|
| slice_pitch,
|
| ptr,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_READ_IMAGE_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| cl_int enqueueReadImage(
|
| const Image& image,
|
| cl_bool blocking,
|
| const array<size_type, 2>& origin,
|
| const array<size_type, 2>& region,
|
| size_type row_pitch,
|
| size_type slice_pitch,
|
| void* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| return enqueueReadImage(
|
| image,
|
| blocking,
|
| { origin[0], origin[1], 0 },
|
| { region[0], region[1], 1 },
|
| row_pitch,
|
| slice_pitch,
|
| ptr,
|
| events,
|
| event);
|
| }
|
|
|
| cl_int enqueueWriteImage(
|
| const Image& image,
|
| cl_bool blocking,
|
| const array<size_type, 3>& origin,
|
| const array<size_type, 3>& region,
|
| size_type row_pitch,
|
| size_type slice_pitch,
|
| const void* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueWriteImage(
|
| object_,
|
| image(),
|
| blocking,
|
| origin.data(),
|
| region.data(),
|
| row_pitch,
|
| slice_pitch,
|
| ptr,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_WRITE_IMAGE_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| cl_int enqueueWriteImage(
|
| const Image& image,
|
| cl_bool blocking,
|
| const array<size_type, 2>& origin,
|
| const array<size_type, 2>& region,
|
| size_type row_pitch,
|
| size_type slice_pitch,
|
| const void* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| return enqueueWriteImage(
|
| image,
|
| blocking,
|
| { origin[0], origin[1], 0 },
|
| { region[0], region[1], 1 },
|
| row_pitch,
|
| slice_pitch,
|
| ptr,
|
| events,
|
| event);
|
| }
|
|
|
| cl_int enqueueCopyImage(
|
| const Image& src,
|
| const Image& dst,
|
| const array<size_type, 3>& src_origin,
|
| const array<size_type, 3>& dst_origin,
|
| const array<size_type, 3>& region,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueCopyImage(
|
| object_,
|
| src(),
|
| dst(),
|
| src_origin.data(),
|
| dst_origin.data(),
|
| region.data(),
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_COPY_IMAGE_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| cl_int enqueueCopyImage(
|
| const Image& src,
|
| const Image& dst,
|
| const array<size_type, 2>& src_origin,
|
| const array<size_type, 2>& dst_origin,
|
| const array<size_type, 2>& region,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| return enqueueCopyImage(
|
| src,
|
| dst,
|
| { src_origin[0], src_origin[1], 0 },
|
| { dst_origin[0], dst_origin[1], 0 },
|
| { region[0], region[1], 1 },
|
| events,
|
| event);
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| |
| |
| |
| |
| |
| |
|
|
| template <typename T>
|
| typename std::enable_if<std::is_same<T, cl_float4>::value ||
|
| std::is_same<T, cl_int4 >::value ||
|
| std::is_same<T, cl_uint4 >::value,
|
| cl_int>::type
|
| enqueueFillImage(
|
| const Image& image,
|
| T fillColor,
|
| const array<size_type, 3>& origin,
|
| const array<size_type, 3>& region,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueFillImage(
|
| object_,
|
| image(),
|
| static_cast<void*>(&fillColor),
|
| origin.data(),
|
| region.data(),
|
| (events != nullptr) ? (cl_uint)events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*)&events->front() : NULL,
|
| (event != NULL) ? &tmp : nullptr),
|
| __ENQUEUE_FILL_IMAGE_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS) *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| |
| |
| |
| |
| |
| |
|
|
| template <typename T>
|
| typename std::enable_if<std::is_same<T, cl_float4>::value ||
|
| std::is_same<T, cl_int4 >::value ||
|
| std::is_same<T, cl_uint4 >::value, cl_int>::type
|
| enqueueFillImage(
|
| const Image& image,
|
| T fillColor,
|
| const array<size_type, 2>& origin,
|
| const array<size_type, 2>& region,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| return enqueueFillImage(
|
| image,
|
| fillColor,
|
| { origin[0], origin[1], 0 },
|
| { region[0], region[1], 1 },
|
| events,
|
| event
|
| );
|
| }
|
| #endif
|
|
|
| cl_int enqueueCopyImageToBuffer(
|
| const Image& src,
|
| const Buffer& dst,
|
| const array<size_type, 3>& src_origin,
|
| const array<size_type, 3>& region,
|
| size_type dst_offset,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueCopyImageToBuffer(
|
| object_,
|
| src(),
|
| dst(),
|
| src_origin.data(),
|
| region.data(),
|
| dst_offset,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_COPY_IMAGE_TO_BUFFER_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| cl_int enqueueCopyImageToBuffer(
|
| const Image& src,
|
| const Buffer& dst,
|
| const array<size_type, 2>& src_origin,
|
| const array<size_type, 2>& region,
|
| size_type dst_offset,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| return enqueueCopyImageToBuffer(
|
| src,
|
| dst,
|
| { src_origin[0], src_origin[1], 0 },
|
| { region[0], region[1], 1 },
|
| dst_offset,
|
| events,
|
| event);
|
| }
|
|
|
| cl_int enqueueCopyBufferToImage(
|
| const Buffer& src,
|
| const Image& dst,
|
| size_type src_offset,
|
| const array<size_type, 3>& dst_origin,
|
| const array<size_type, 3>& region,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueCopyBufferToImage(
|
| object_,
|
| src(),
|
| dst(),
|
| src_offset,
|
| dst_origin.data(),
|
| region.data(),
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_COPY_BUFFER_TO_IMAGE_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| cl_int enqueueCopyBufferToImage(
|
| const Buffer& src,
|
| const Image& dst,
|
| size_type src_offset,
|
| const array<size_type, 2>& dst_origin,
|
| const array<size_type, 2>& region,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| return enqueueCopyBufferToImage(
|
| src,
|
| dst,
|
| src_offset,
|
| { dst_origin[0], dst_origin[1], 0 },
|
| { region[0], region[1], 1 },
|
| events,
|
| event);
|
| }
|
|
|
| void* enqueueMapBuffer(
|
| const Buffer& buffer,
|
| cl_bool blocking,
|
| cl_map_flags flags,
|
| size_type offset,
|
| size_type size,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr,
|
| cl_int* err = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int error;
|
| void * result = ::clEnqueueMapBuffer(
|
| object_, buffer(), blocking, flags, offset, size,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr,
|
| &error);
|
|
|
| detail::errHandler(error, __ENQUEUE_MAP_BUFFER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| if (event != nullptr && error == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return result;
|
| }
|
|
|
| void* enqueueMapImage(
|
| const Image& image,
|
| cl_bool blocking,
|
| cl_map_flags flags,
|
| const array<size_type, 3>& origin,
|
| const array<size_type, 3>& region,
|
| size_type * row_pitch,
|
| size_type * slice_pitch,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr,
|
| cl_int* err = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int error;
|
| void * result = ::clEnqueueMapImage(
|
| object_, image(), blocking, flags,
|
| origin.data(),
|
| region.data(),
|
| row_pitch, slice_pitch,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr,
|
| &error);
|
|
|
| detail::errHandler(error, __ENQUEUE_MAP_IMAGE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| if (event != nullptr && error == CL_SUCCESS)
|
| *event = tmp;
|
| return result;
|
| }
|
|
|
| void* enqueueMapImage(
|
| const Image& image,
|
| cl_bool blocking,
|
| cl_map_flags flags,
|
| const array<size_type, 2>& origin,
|
| const array<size_type, 2>& region,
|
| size_type* row_pitch,
|
| size_type* slice_pitch,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr,
|
| cl_int* err = nullptr) const
|
| {
|
| return enqueueMapImage(image, blocking, flags,
|
| { origin[0], origin[1], 0 },
|
| { region[0], region[1], 1 }, row_pitch,
|
| slice_pitch, events, event, err);
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
|
|
| |
| |
| |
|
|
| template<typename T>
|
| cl_int enqueueMemcpySVM(
|
| T *dst_ptr,
|
| const T *src_ptr,
|
| cl_bool blocking,
|
| size_type size,
|
| const vector<Event> *events = nullptr,
|
| Event *event = nullptr) const {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(::clEnqueueSVMMemcpy(
|
| object_, blocking, static_cast<void *>(dst_ptr), static_cast<const void *>(src_ptr), size,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event *) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr), __ENQUEUE_COPY_SVM_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| |
| |
| |
|
|
| template<typename T, class D>
|
| cl_int enqueueMemcpySVM(
|
| cl::pointer<T, D> &dst_ptr,
|
| const cl::pointer<T, D> &src_ptr,
|
| cl_bool blocking,
|
| size_type size,
|
| const vector<Event> *events = nullptr,
|
| Event *event = nullptr) const {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(::clEnqueueSVMMemcpy(
|
| object_, blocking, static_cast<void *>(dst_ptr.get()), static_cast<const void *>(src_ptr.get()),
|
| size,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event *) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr), __ENQUEUE_COPY_SVM_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| |
| |
| |
|
|
| template<typename T, class Alloc>
|
| cl_int enqueueMemcpySVM(
|
| cl::vector<T, Alloc> &dst_container,
|
| const cl::vector<T, Alloc> &src_container,
|
| cl_bool blocking,
|
| const vector<Event> *events = nullptr,
|
| Event *event = nullptr) const {
|
| cl_event tmp;
|
| if(src_container.size() != dst_container.size()){
|
| return detail::errHandler(CL_INVALID_VALUE,__ENQUEUE_COPY_SVM_ERR);
|
| }
|
| cl_int err = detail::errHandler(::clEnqueueSVMMemcpy(
|
| object_, blocking, static_cast<void *>(dst_container.data()),
|
| static_cast<const void *>(src_container.data()),
|
| dst_container.size() * sizeof(T),
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event *) &events->front() : nullptr,
|
| (event != NULL) ? &tmp : nullptr), __ENQUEUE_COPY_SVM_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| |
| |
| |
|
|
| template<typename T, typename PatternType>
|
| cl_int enqueueMemFillSVM(
|
| T *ptr,
|
| PatternType pattern,
|
| size_type size,
|
| const vector<Event> *events = nullptr,
|
| Event *event = nullptr) const {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(::clEnqueueSVMMemFill(
|
| object_, static_cast<void *>(ptr), static_cast<void *>(&pattern),
|
| sizeof(PatternType), size,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event *) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr), __ENQUEUE_FILL_SVM_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| |
| |
| |
|
|
| template<typename T, class D, typename PatternType>
|
| cl_int enqueueMemFillSVM(
|
| cl::pointer<T, D> &ptr,
|
| PatternType pattern,
|
| size_type size,
|
| const vector<Event> *events = nullptr,
|
| Event *event = nullptr) const {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(::clEnqueueSVMMemFill(
|
| object_, static_cast<void *>(ptr.get()), static_cast<void *>(&pattern),
|
| sizeof(PatternType), size,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event *) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr), __ENQUEUE_FILL_SVM_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| |
| |
| |
|
|
| template<typename T, class Alloc, typename PatternType>
|
| cl_int enqueueMemFillSVM(
|
| cl::vector<T, Alloc> &container,
|
| PatternType pattern,
|
| const vector<Event> *events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(::clEnqueueSVMMemFill(
|
| object_, static_cast<void *>(container.data()), static_cast<void *>(&pattern),
|
| sizeof(PatternType), container.size() * sizeof(T),
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event *) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : NULL), __ENQUEUE_FILL_SVM_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| |
| |
| |
|
|
| template<typename T>
|
| cl_int enqueueMapSVM(
|
| T* ptr,
|
| cl_bool blocking,
|
| cl_map_flags flags,
|
| size_type size,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(::clEnqueueSVMMap(
|
| object_, blocking, flags, static_cast<void*>(ptr), size,
|
| (events != nullptr) ? (cl_uint)events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*)&events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_MAP_SVM_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
|
|
| |
| |
| |
|
|
| template<typename T, class D>
|
| cl_int enqueueMapSVM(
|
| cl::pointer<T, D> &ptr,
|
| cl_bool blocking,
|
| cl_map_flags flags,
|
| size_type size,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(::clEnqueueSVMMap(
|
| object_, blocking, flags, static_cast<void*>(ptr.get()), size,
|
| (events != nullptr) ? (cl_uint)events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*)&events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_MAP_SVM_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| |
| |
| |
|
|
| template<typename T, class Alloc>
|
| cl_int enqueueMapSVM(
|
| cl::vector<T, Alloc> &container,
|
| cl_bool blocking,
|
| cl_map_flags flags,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(::clEnqueueSVMMap(
|
| object_, blocking, flags, static_cast<void*>(container.data()), container.size()*sizeof(T),
|
| (events != nullptr) ? (cl_uint)events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*)&events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_MAP_SVM_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
| #endif
|
|
|
| cl_int enqueueUnmapMemObject(
|
| const Memory& memory,
|
| void* mapped_ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueUnmapMemObject(
|
| object_, memory(), mapped_ptr,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_UNMAP_MEM_OBJECT_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| |
| |
| |
|
|
| template<typename T>
|
| cl_int enqueueUnmapSVM(
|
| T* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueSVMUnmap(
|
| object_, static_cast<void*>(ptr),
|
| (events != nullptr) ? (cl_uint)events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*)&events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_UNMAP_SVM_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| |
| |
| |
|
|
| template<typename T, class D>
|
| cl_int enqueueUnmapSVM(
|
| cl::pointer<T, D> &ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueSVMUnmap(
|
| object_, static_cast<void*>(ptr.get()),
|
| (events != nullptr) ? (cl_uint)events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*)&events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_UNMAP_SVM_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| |
| |
| |
|
|
| template<typename T, class Alloc>
|
| cl_int enqueueUnmapSVM(
|
| cl::vector<T, Alloc> &container,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueSVMUnmap(
|
| object_, static_cast<void*>(container.data()),
|
| (events != nullptr) ? (cl_uint)events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*)&events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_UNMAP_SVM_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| cl_int enqueueMarkerWithWaitList(
|
| const vector<Event> *events = nullptr,
|
| Event *event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueMarkerWithWaitList(
|
| object_,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_MARKER_WAIT_LIST_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| cl_int enqueueBarrierWithWaitList(
|
| const vector<Event> *events = nullptr,
|
| Event *event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueBarrierWithWaitList(
|
| object_,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_BARRIER_WAIT_LIST_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| |
| |
| |
|
|
| cl_int enqueueMigrateMemObjects(
|
| const vector<Memory> &memObjects,
|
| cl_mem_migration_flags flags,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr
|
| ) const
|
| {
|
| cl_event tmp;
|
|
|
| vector<cl_mem> localMemObjects(memObjects.size());
|
|
|
| for( int i = 0; i < (int)memObjects.size(); ++i ) {
|
| localMemObjects[i] = memObjects[i]();
|
| }
|
|
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueMigrateMemObjects(
|
| object_,
|
| (cl_uint)memObjects.size(),
|
| localMemObjects.data(),
|
| flags,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_UNMAP_MEM_OBJECT_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
| #endif
|
|
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 210
|
| |
| |
| |
| |
|
|
| template<typename T>
|
| cl_int enqueueMigrateSVM(
|
| const cl::vector<T*> &svmRawPointers,
|
| const cl::vector<size_type> &sizes,
|
| cl_mem_migration_flags flags = 0,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(::clEnqueueSVMMigrateMem(
|
| object_,
|
| svmRawPointers.size(), static_cast<void**>(svmRawPointers.data()),
|
| sizes.data(),
|
| flags,
|
| (events != nullptr) ? (cl_uint)events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*)&events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_MIGRATE_SVM_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| |
| |
| |
|
|
| template<typename T>
|
| cl_int enqueueMigrateSVM(
|
| const cl::vector<T*> &svmRawPointers,
|
| cl_mem_migration_flags flags = 0,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| return enqueueMigrateSVM(svmRawPointers, cl::vector<size_type>(svmRawPointers.size()), flags, events, event);
|
| }
|
|
|
|
|
| |
| |
| |
| |
|
|
| template<typename T, class D>
|
| cl_int enqueueMigrateSVM(
|
| const cl::vector<cl::pointer<T, D>> &svmPointers,
|
| const cl::vector<size_type> &sizes,
|
| cl_mem_migration_flags flags = 0,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl::vector<void*> svmRawPointers;
|
| svmRawPointers.reserve(svmPointers.size());
|
| for (auto p : svmPointers) {
|
| svmRawPointers.push_back(static_cast<void*>(p.get()));
|
| }
|
|
|
| return enqueueMigrateSVM(svmRawPointers, sizes, flags, events, event);
|
| }
|
|
|
|
|
| |
| |
| |
|
|
| template<typename T, class D>
|
| cl_int enqueueMigrateSVM(
|
| const cl::vector<cl::pointer<T, D>> &svmPointers,
|
| cl_mem_migration_flags flags = 0,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| return enqueueMigrateSVM(svmPointers, cl::vector<size_type>(svmPointers.size()), flags, events, event);
|
| }
|
|
|
| |
| |
| |
| |
|
|
| template<typename T, class Alloc>
|
| cl_int enqueueMigrateSVM(
|
| const cl::vector<cl::vector<T, Alloc>> &svmContainers,
|
| const cl::vector<size_type> &sizes,
|
| cl_mem_migration_flags flags = 0,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl::vector<void*> svmRawPointers;
|
| svmRawPointers.reserve(svmContainers.size());
|
| for (auto p : svmContainers) {
|
| svmRawPointers.push_back(static_cast<void*>(p.data()));
|
| }
|
|
|
| return enqueueMigrateSVM(svmRawPointers, sizes, flags, events, event);
|
| }
|
|
|
| |
| |
| |
|
|
| template<typename T, class Alloc>
|
| cl_int enqueueMigrateSVM(
|
| const cl::vector<cl::vector<T, Alloc>> &svmContainers,
|
| cl_mem_migration_flags flags = 0,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| return enqueueMigrateSVM(svmContainers, cl::vector<size_type>(svmContainers.size()), flags, events, event);
|
| }
|
|
|
| #endif
|
|
|
| cl_int enqueueNDRangeKernel(
|
| const Kernel& kernel,
|
| const NDRange& offset,
|
| const NDRange& global,
|
| const NDRange& local = NullRange,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueNDRangeKernel(
|
| object_, kernel(), (cl_uint) global.dimensions(),
|
| offset.dimensions() != 0 ? (const size_type*) offset : nullptr,
|
| (const size_type*) global,
|
| local.dimensions() != 0 ? (const size_type*) local : nullptr,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_NDRANGE_KERNEL_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| #if defined(CL_USE_DEPRECATED_OPENCL_1_2_APIS)
|
| CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_int enqueueTask(
|
| const Kernel& kernel,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const CL_API_SUFFIX__VERSION_1_2_DEPRECATED
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueTask(
|
| object_, kernel(),
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_TASK_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
| #endif
|
|
|
| cl_int enqueueNativeKernel(
|
| void (CL_CALLBACK *userFptr)(void *),
|
| std::pair<void*, size_type> args,
|
| const vector<Memory>* mem_objects = nullptr,
|
| const vector<const void*>* mem_locs = nullptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueNativeKernel(
|
| object_, userFptr, args.first, args.second,
|
| (mem_objects != nullptr) ? (cl_uint) mem_objects->size() : 0,
|
| (mem_objects->size() > 0 ) ? reinterpret_cast<const cl_mem *>(mem_objects->data()) : nullptr,
|
| (mem_locs != nullptr && mem_locs->size() > 0) ? (const void **) &mem_locs->front() : nullptr,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_NATIVE_KERNEL);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| |
| |
|
|
| #if defined(CL_USE_DEPRECATED_OPENCL_1_1_APIS)
|
| CL_API_PREFIX__VERSION_1_1_DEPRECATED
|
| cl_int enqueueMarker(Event* event = nullptr) const CL_API_SUFFIX__VERSION_1_1_DEPRECATED
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueMarker(
|
| object_,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_MARKER_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| CL_API_PREFIX__VERSION_1_1_DEPRECATED
|
| cl_int enqueueWaitForEvents(const vector<Event>& events) const CL_API_SUFFIX__VERSION_1_1_DEPRECATED
|
| {
|
| return detail::errHandler(
|
| ::clEnqueueWaitForEvents(
|
| object_,
|
| (cl_uint) events.size(),
|
| events.size() > 0 ? (const cl_event*) &events.front() : nullptr),
|
| __ENQUEUE_WAIT_FOR_EVENTS_ERR);
|
| }
|
| #endif
|
|
|
| cl_int enqueueAcquireGLObjects(
|
| const vector<Memory>* mem_objects = nullptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueAcquireGLObjects(
|
| object_,
|
| (mem_objects != nullptr) ? (cl_uint) mem_objects->size() : 0,
|
| (mem_objects != nullptr && mem_objects->size() > 0) ? (const cl_mem *) &mem_objects->front(): nullptr,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_ACQUIRE_GL_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| cl_int enqueueReleaseGLObjects(
|
| const vector<Memory>* mem_objects = nullptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueReleaseGLObjects(
|
| object_,
|
| (mem_objects != nullptr) ? (cl_uint) mem_objects->size() : 0,
|
| (mem_objects != nullptr && mem_objects->size() > 0) ? (const cl_mem *) &mem_objects->front(): nullptr,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_RELEASE_GL_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| #if defined (CL_HPP_USE_DX_INTEROP)
|
| typedef CL_API_ENTRY cl_int (CL_API_CALL *PFN_clEnqueueAcquireD3D10ObjectsKHR)(
|
| cl_command_queue command_queue, cl_uint num_objects,
|
| const cl_mem* mem_objects, cl_uint num_events_in_wait_list,
|
| const cl_event* event_wait_list, cl_event* event);
|
| typedef CL_API_ENTRY cl_int (CL_API_CALL *PFN_clEnqueueReleaseD3D10ObjectsKHR)(
|
| cl_command_queue command_queue, cl_uint num_objects,
|
| const cl_mem* mem_objects, cl_uint num_events_in_wait_list,
|
| const cl_event* event_wait_list, cl_event* event);
|
|
|
| cl_int enqueueAcquireD3D10Objects(
|
| const vector<Memory>* mem_objects = nullptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| static PFN_clEnqueueAcquireD3D10ObjectsKHR pfn_clEnqueueAcquireD3D10ObjectsKHR = nullptr;
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| cl_context context = getInfo<CL_QUEUE_CONTEXT>();
|
| cl::Device device(getInfo<CL_QUEUE_DEVICE>());
|
| cl_platform_id platform = device.getInfo<CL_DEVICE_PLATFORM>();
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clEnqueueAcquireD3D10ObjectsKHR);
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION < 120
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clEnqueueAcquireD3D10ObjectsKHR);
|
| #endif
|
|
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| pfn_clEnqueueAcquireD3D10ObjectsKHR(
|
| object_,
|
| (mem_objects != nullptr) ? (cl_uint) mem_objects->size() : 0,
|
| (mem_objects != nullptr && mem_objects->size() > 0) ? (const cl_mem *) &mem_objects->front(): nullptr,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_ACQUIRE_GL_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| cl_int enqueueReleaseD3D10Objects(
|
| const vector<Memory>* mem_objects = nullptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr) const
|
| {
|
| static PFN_clEnqueueReleaseD3D10ObjectsKHR pfn_clEnqueueReleaseD3D10ObjectsKHR = nullptr;
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| cl_context context = getInfo<CL_QUEUE_CONTEXT>();
|
| cl::Device device(getInfo<CL_QUEUE_DEVICE>());
|
| cl_platform_id platform = device.getInfo<CL_DEVICE_PLATFORM>();
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clEnqueueReleaseD3D10ObjectsKHR);
|
| #endif
|
| #if CL_HPP_MINIMUM_OPENCL_VERSION < 120
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clEnqueueReleaseD3D10ObjectsKHR);
|
| #endif
|
|
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| pfn_clEnqueueReleaseD3D10ObjectsKHR(
|
| object_,
|
| (mem_objects != nullptr) ? (cl_uint) mem_objects->size() : 0,
|
| (mem_objects != nullptr && mem_objects->size() > 0) ? (const cl_mem *) &mem_objects->front(): nullptr,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_RELEASE_GL_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
| #endif
|
|
|
| |
| |
|
|
| #if defined(CL_USE_DEPRECATED_OPENCL_1_1_APIS)
|
| CL_API_PREFIX__VERSION_1_1_DEPRECATED
|
| cl_int enqueueBarrier() const CL_API_SUFFIX__VERSION_1_1_DEPRECATED
|
| {
|
| return detail::errHandler(
|
| ::clEnqueueBarrier(object_),
|
| __ENQUEUE_BARRIER_ERR);
|
| }
|
| #endif
|
|
|
| cl_int flush() const
|
| {
|
| return detail::errHandler(::clFlush(object_), __FLUSH_ERR);
|
| }
|
|
|
| cl_int finish() const
|
| {
|
| return detail::errHandler(::clFinish(object_), __FINISH_ERR);
|
| }
|
|
|
| #ifdef cl_khr_external_memory
|
| cl_int enqueueAcquireExternalMemObjects(
|
| const vector<Memory>& mem_objects,
|
| const vector<Event>* events_wait = nullptr,
|
| Event *event = nullptr)
|
| {
|
| cl_int err = CL_INVALID_OPERATION;
|
| cl_event tmp;
|
|
|
| std::call_once(ext_memory_initialized_, initMemoryExtension, this->getInfo<CL_QUEUE_DEVICE>());
|
|
|
| if (pfn_clEnqueueAcquireExternalMemObjectsKHR)
|
| {
|
| err = pfn_clEnqueueAcquireExternalMemObjectsKHR(
|
| object_,
|
| static_cast<cl_uint>(mem_objects.size()),
|
| (mem_objects.size() > 0) ? reinterpret_cast<const cl_mem *>(mem_objects.data()) : nullptr,
|
| (events_wait != nullptr) ? static_cast<cl_uint>(events_wait->size()) : 0,
|
| (events_wait != nullptr && events_wait->size() > 0) ? reinterpret_cast<const cl_event*>(events_wait->data()) : nullptr,
|
| &tmp);
|
| }
|
|
|
| detail::errHandler(err, __ENQUEUE_ACQUIRE_EXTERNAL_MEMORY_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| cl_int enqueueReleaseExternalMemObjects(
|
| const vector<Memory>& mem_objects,
|
| const vector<Event>* events_wait = nullptr,
|
| Event *event = nullptr)
|
| {
|
| cl_int err = CL_INVALID_OPERATION;
|
| cl_event tmp;
|
|
|
| std::call_once(ext_memory_initialized_, initMemoryExtension, this->getInfo<CL_QUEUE_DEVICE>());
|
|
|
| if (pfn_clEnqueueReleaseExternalMemObjectsKHR)
|
| {
|
| err = pfn_clEnqueueReleaseExternalMemObjectsKHR(
|
| object_,
|
| static_cast<cl_uint>(mem_objects.size()),
|
| (mem_objects.size() > 0) ? reinterpret_cast<const cl_mem *>(mem_objects.data()) : nullptr,
|
| (events_wait != nullptr) ? static_cast<cl_uint>(events_wait->size()) : 0,
|
| (events_wait != nullptr && events_wait->size() > 0) ? reinterpret_cast<const cl_event*>(events_wait->data()) : nullptr,
|
| &tmp);
|
| }
|
|
|
| detail::errHandler(err, __ENQUEUE_RELEASE_EXTERNAL_MEMORY_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
| #endif
|
|
|
| #ifdef cl_khr_semaphore
|
| cl_int enqueueWaitSemaphores(
|
| const vector<Semaphore> &sema_objects,
|
| const vector<cl_semaphore_payload_khr> &sema_payloads = {},
|
| const vector<Event>* events_wait_list = nullptr,
|
| Event *event = nullptr) const;
|
|
|
| cl_int enqueueSignalSemaphores(
|
| const vector<Semaphore> &sema_objects,
|
| const vector<cl_semaphore_payload_khr>& sema_payloads = {},
|
| const vector<Event>* events_wait_list = nullptr,
|
| Event* event = nullptr);
|
| #endif
|
| };
|
|
|
| #ifdef cl_khr_external_memory
|
| CL_HPP_DEFINE_STATIC_MEMBER_ std::once_flag CommandQueue::ext_memory_initialized_;
|
| #endif
|
|
|
| CL_HPP_DEFINE_STATIC_MEMBER_ std::once_flag CommandQueue::default_initialized_;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ CommandQueue CommandQueue::default_;
|
| CL_HPP_DEFINE_STATIC_MEMBER_ cl_int CommandQueue::default_error_ = CL_SUCCESS;
|
|
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| enum class DeviceQueueProperties : cl_command_queue_properties
|
| {
|
| None = 0,
|
| Profiling = CL_QUEUE_PROFILING_ENABLE,
|
| };
|
|
|
| inline DeviceQueueProperties operator|(DeviceQueueProperties lhs, DeviceQueueProperties rhs)
|
| {
|
| return static_cast<DeviceQueueProperties>(static_cast<cl_command_queue_properties>(lhs) | static_cast<cl_command_queue_properties>(rhs));
|
| }
|
|
|
| |
| |
|
|
| class DeviceCommandQueue : public detail::Wrapper<cl_command_queue>
|
| {
|
| public:
|
|
|
| |
| |
|
|
| DeviceCommandQueue() { }
|
|
|
| |
| |
|
|
| DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
| cl::Context context = cl::Context::getDefault();
|
| cl::Device device = cl::Device::getDefault();
|
|
|
| cl_command_queue_properties mergedProperties =
|
| CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | CL_QUEUE_ON_DEVICE | static_cast<cl_command_queue_properties>(properties);
|
|
|
| cl_queue_properties queue_properties[] = {
|
| CL_QUEUE_PROPERTIES, mergedProperties, 0 };
|
| object_ = ::clCreateCommandQueueWithProperties(
|
| context(), device(), queue_properties, &error);
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
| |
| |
|
|
| DeviceCommandQueue(
|
| const Context& context,
|
| const Device& device,
|
| DeviceQueueProperties properties = DeviceQueueProperties::None,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| cl_command_queue_properties mergedProperties =
|
| CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | CL_QUEUE_ON_DEVICE | static_cast<cl_command_queue_properties>(properties);
|
| cl_queue_properties queue_properties[] = {
|
| CL_QUEUE_PROPERTIES, mergedProperties, 0 };
|
| object_ = ::clCreateCommandQueueWithProperties(
|
| context(), device(), queue_properties, &error);
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
| |
| |
|
|
| DeviceCommandQueue(
|
| const Context& context,
|
| const Device& device,
|
| cl_uint queueSize,
|
| DeviceQueueProperties properties = DeviceQueueProperties::None,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| cl_command_queue_properties mergedProperties =
|
| CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | CL_QUEUE_ON_DEVICE | static_cast<cl_command_queue_properties>(properties);
|
| cl_queue_properties queue_properties[] = {
|
| CL_QUEUE_PROPERTIES, mergedProperties,
|
| CL_QUEUE_SIZE, queueSize,
|
| 0 };
|
| object_ = ::clCreateCommandQueueWithProperties(
|
| context(), device(), queue_properties, &error);
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
|
|
| |
| |
| |
| |
| |
|
|
| explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) :
|
| detail::Wrapper<cl_type>(commandQueue, retainObject) { }
|
|
|
| DeviceCommandQueue& operator = (const cl_command_queue& rhs)
|
| {
|
| detail::Wrapper<cl_type>::operator=(rhs);
|
| return *this;
|
| }
|
|
|
| template <typename T>
|
| cl_int getInfo(cl_command_queue_info name, T* param) const
|
| {
|
| return detail::errHandler(
|
| detail::getInfo(
|
| &::clGetCommandQueueInfo, object_, name, param),
|
| __GET_COMMAND_QUEUE_INFO_ERR);
|
| }
|
|
|
| template <cl_command_queue_info name> typename
|
| detail::param_traits<detail::cl_command_queue_info, name>::param_type
|
| getInfo(cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_command_queue_info, name>::param_type param;
|
| cl_int result = getInfo(name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
|
|
| |
| |
| |
| |
| |
|
|
| static DeviceCommandQueue makeDefault(
|
| cl_int *err = nullptr)
|
| {
|
| cl_int error;
|
| cl::Context context = cl::Context::getDefault();
|
| cl::Device device = cl::Device::getDefault();
|
|
|
| cl_command_queue_properties properties =
|
| CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | CL_QUEUE_ON_DEVICE | CL_QUEUE_ON_DEVICE_DEFAULT;
|
| cl_queue_properties queue_properties[] = {
|
| CL_QUEUE_PROPERTIES, properties,
|
| 0 };
|
| DeviceCommandQueue deviceQueue(
|
| ::clCreateCommandQueueWithProperties(
|
| context(), device(), queue_properties, &error));
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
|
|
| return deviceQueue;
|
| }
|
|
|
| |
| |
| |
| |
| |
|
|
| static DeviceCommandQueue makeDefault(
|
| const Context &context, const Device &device, cl_int *err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| cl_command_queue_properties properties =
|
| CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | CL_QUEUE_ON_DEVICE | CL_QUEUE_ON_DEVICE_DEFAULT;
|
| cl_queue_properties queue_properties[] = {
|
| CL_QUEUE_PROPERTIES, properties,
|
| 0 };
|
| DeviceCommandQueue deviceQueue(
|
| ::clCreateCommandQueueWithProperties(
|
| context(), device(), queue_properties, &error));
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
|
|
| return deviceQueue;
|
| }
|
|
|
| |
| |
| |
| |
| |
|
|
| static DeviceCommandQueue makeDefault(
|
| const Context &context, const Device &device, cl_uint queueSize, cl_int *err = nullptr)
|
| {
|
| cl_int error;
|
|
|
| cl_command_queue_properties properties =
|
| CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | CL_QUEUE_ON_DEVICE | CL_QUEUE_ON_DEVICE_DEFAULT;
|
| cl_queue_properties queue_properties[] = {
|
| CL_QUEUE_PROPERTIES, properties,
|
| CL_QUEUE_SIZE, queueSize,
|
| 0 };
|
| DeviceCommandQueue deviceQueue(
|
| ::clCreateCommandQueueWithProperties(
|
| context(), device(), queue_properties, &error));
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
|
|
| return deviceQueue;
|
| }
|
|
|
|
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 210
|
| |
| |
| |
| |
| |
|
|
| static DeviceCommandQueue updateDefault(const Context &context, const Device &device, const DeviceCommandQueue &default_queue, cl_int *err = nullptr)
|
| {
|
| cl_int error;
|
| error = clSetDefaultDeviceCommandQueue(context.get(), device.get(), default_queue.get());
|
|
|
| detail::errHandler(error, __SET_DEFAULT_DEVICE_COMMAND_QUEUE_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| return default_queue;
|
| }
|
|
|
| |
| |
|
|
| static DeviceCommandQueue getDefault(const CommandQueue &queue, cl_int * err = nullptr)
|
| {
|
| return queue.getInfo<CL_QUEUE_DEVICE_DEFAULT>(err);
|
| }
|
|
|
| #endif
|
| };
|
|
|
| namespace detail
|
| {
|
|
|
| template <>
|
| struct KernelArgumentHandler<cl::DeviceCommandQueue, void>
|
| {
|
| static size_type size(const cl::DeviceCommandQueue&) { return sizeof(cl_command_queue); }
|
| static const cl_command_queue* ptr(const cl::DeviceCommandQueue& value) { return &(value()); }
|
| };
|
| }
|
|
|
| #endif
|
|
|
|
|
| template< typename IteratorType >
|
| Buffer::Buffer(
|
| const Context &context,
|
| IteratorType startIterator,
|
| IteratorType endIterator,
|
| bool readOnly,
|
| bool useHostPtr,
|
| cl_int* err)
|
| {
|
| typedef typename std::iterator_traits<IteratorType>::value_type DataType;
|
| cl_int error;
|
|
|
| cl_mem_flags flags = 0;
|
| if( readOnly ) {
|
| flags |= CL_MEM_READ_ONLY;
|
| }
|
| else {
|
| flags |= CL_MEM_READ_WRITE;
|
| }
|
| if( useHostPtr ) {
|
| flags |= CL_MEM_USE_HOST_PTR;
|
| }
|
|
|
| size_type size = sizeof(DataType)*(endIterator - startIterator);
|
|
|
| if( useHostPtr ) {
|
| object_ = ::clCreateBuffer(context(), flags, size, const_cast<DataType*>(&*startIterator), &error);
|
| } else {
|
| object_ = ::clCreateBuffer(context(), flags, size, 0, &error);
|
| }
|
|
|
| detail::errHandler(error, __CREATE_BUFFER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
|
|
| if( !useHostPtr ) {
|
| CommandQueue queue(context, 0, &error);
|
| detail::errHandler(error, __CREATE_BUFFER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
|
|
| error = cl::copy(queue, startIterator, endIterator, *this);
|
| detail::errHandler(error, __CREATE_BUFFER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| }
|
|
|
| template< typename IteratorType >
|
| Buffer::Buffer(
|
| const CommandQueue &queue,
|
| IteratorType startIterator,
|
| IteratorType endIterator,
|
| bool readOnly,
|
| bool useHostPtr,
|
| cl_int* err)
|
| {
|
| typedef typename std::iterator_traits<IteratorType>::value_type DataType;
|
| cl_int error;
|
|
|
| cl_mem_flags flags = 0;
|
| if (readOnly) {
|
| flags |= CL_MEM_READ_ONLY;
|
| }
|
| else {
|
| flags |= CL_MEM_READ_WRITE;
|
| }
|
| if (useHostPtr) {
|
| flags |= CL_MEM_USE_HOST_PTR;
|
| }
|
|
|
| size_type size = sizeof(DataType)*(endIterator - startIterator);
|
|
|
| Context context = queue.getInfo<CL_QUEUE_CONTEXT>();
|
|
|
| if (useHostPtr) {
|
| object_ = ::clCreateBuffer(context(), flags, size, const_cast<DataType*>(&*startIterator), &error);
|
| }
|
| else {
|
| object_ = ::clCreateBuffer(context(), flags, size, 0, &error);
|
| }
|
|
|
| detail::errHandler(error, __CREATE_BUFFER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
|
|
| if (!useHostPtr) {
|
| error = cl::copy(queue, startIterator, endIterator, *this);
|
| detail::errHandler(error, __CREATE_BUFFER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| }
|
|
|
| inline cl_int enqueueReadBuffer(
|
| const Buffer& buffer,
|
| cl_bool blocking,
|
| size_type offset,
|
| size_type size,
|
| void* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
|
|
| if (error != CL_SUCCESS) {
|
| return error;
|
| }
|
|
|
| return queue.enqueueReadBuffer(buffer, blocking, offset, size, ptr, events, event);
|
| }
|
|
|
| inline cl_int enqueueWriteBuffer(
|
| const Buffer& buffer,
|
| cl_bool blocking,
|
| size_type offset,
|
| size_type size,
|
| const void* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
|
|
| if (error != CL_SUCCESS) {
|
| return error;
|
| }
|
|
|
| return queue.enqueueWriteBuffer(buffer, blocking, offset, size, ptr, events, event);
|
| }
|
|
|
| inline void* enqueueMapBuffer(
|
| const Buffer& buffer,
|
| cl_bool blocking,
|
| cl_map_flags flags,
|
| size_type offset,
|
| size_type size,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr,
|
| cl_int* err = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
| detail::errHandler(error, __ENQUEUE_MAP_BUFFER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
|
|
| void * result = ::clEnqueueMapBuffer(
|
| queue(), buffer(), blocking, flags, offset, size,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (cl_event*) event,
|
| &error);
|
|
|
| detail::errHandler(error, __ENQUEUE_MAP_BUFFER_ERR);
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| return result;
|
| }
|
|
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| |
| |
| |
| |
|
|
| template<typename T>
|
| inline cl_int enqueueMapSVM(
|
| T* ptr,
|
| cl_bool blocking,
|
| cl_map_flags flags,
|
| size_type size,
|
| const vector<Event>* events,
|
| Event* event)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
| if (error != CL_SUCCESS) {
|
| return detail::errHandler(error, __ENQUEUE_MAP_SVM_ERR);
|
| }
|
|
|
| return queue.enqueueMapSVM(
|
| ptr, blocking, flags, size, events, event);
|
| }
|
|
|
| |
| |
| |
| |
|
|
| template<typename T, class D>
|
| inline cl_int enqueueMapSVM(
|
| cl::pointer<T, D> &ptr,
|
| cl_bool blocking,
|
| cl_map_flags flags,
|
| size_type size,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
| if (error != CL_SUCCESS) {
|
| return detail::errHandler(error, __ENQUEUE_MAP_BUFFER_ERR);
|
| }
|
|
|
| return queue.enqueueMapSVM(
|
| ptr, blocking, flags, size, events, event);
|
| }
|
|
|
| |
| |
| |
| |
|
|
| template<typename T, class Alloc>
|
| inline cl_int enqueueMapSVM(
|
| cl::vector<T, Alloc> &container,
|
| cl_bool blocking,
|
| cl_map_flags flags,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
| if (error != CL_SUCCESS) {
|
| return detail::errHandler(error, __ENQUEUE_MAP_SVM_ERR);
|
| }
|
|
|
| return queue.enqueueMapSVM(
|
| container, blocking, flags, events, event);
|
| }
|
|
|
| #endif
|
|
|
| inline cl_int enqueueUnmapMemObject(
|
| const Memory& memory,
|
| void* mapped_ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
| detail::errHandler(error, __ENQUEUE_MAP_BUFFER_ERR);
|
| if (error != CL_SUCCESS) {
|
| return error;
|
| }
|
|
|
| cl_event tmp;
|
| cl_int err = detail::errHandler(
|
| ::clEnqueueUnmapMemObject(
|
| queue(), memory(), mapped_ptr,
|
| (events != nullptr) ? (cl_uint)events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*)&events->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr),
|
| __ENQUEUE_UNMAP_MEM_OBJECT_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| |
| |
| |
| |
|
|
| template<typename T>
|
| inline cl_int enqueueUnmapSVM(
|
| T* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
| if (error != CL_SUCCESS) {
|
| return detail::errHandler(error, __ENQUEUE_UNMAP_SVM_ERR);
|
| }
|
|
|
| return detail::errHandler(queue.enqueueUnmapSVM(ptr, events, event),
|
| __ENQUEUE_UNMAP_SVM_ERR);
|
|
|
| }
|
|
|
| |
| |
| |
| |
|
|
| template<typename T, class D>
|
| inline cl_int enqueueUnmapSVM(
|
| cl::pointer<T, D> &ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
| if (error != CL_SUCCESS) {
|
| return detail::errHandler(error, __ENQUEUE_UNMAP_SVM_ERR);
|
| }
|
|
|
| return detail::errHandler(queue.enqueueUnmapSVM(ptr, events, event),
|
| __ENQUEUE_UNMAP_SVM_ERR);
|
| }
|
|
|
| |
| |
| |
| |
|
|
| template<typename T, class Alloc>
|
| inline cl_int enqueueUnmapSVM(
|
| cl::vector<T, Alloc> &container,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
| if (error != CL_SUCCESS) {
|
| return detail::errHandler(error, __ENQUEUE_UNMAP_SVM_ERR);
|
| }
|
|
|
| return detail::errHandler(queue.enqueueUnmapSVM(container, events, event),
|
| __ENQUEUE_UNMAP_SVM_ERR);
|
| }
|
|
|
| #endif
|
|
|
| inline cl_int enqueueCopyBuffer(
|
| const Buffer& src,
|
| const Buffer& dst,
|
| size_type src_offset,
|
| size_type dst_offset,
|
| size_type size,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
|
|
| if (error != CL_SUCCESS) {
|
| return error;
|
| }
|
|
|
| return queue.enqueueCopyBuffer(src, dst, src_offset, dst_offset, size, events, event);
|
| }
|
|
|
| |
| |
| |
| |
|
|
| template< typename IteratorType >
|
| inline cl_int copy( IteratorType startIterator, IteratorType endIterator, cl::Buffer &buffer )
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
| if (error != CL_SUCCESS)
|
| return error;
|
|
|
| return cl::copy(queue, startIterator, endIterator, buffer);
|
| }
|
|
|
| |
| |
| |
| |
|
|
| template< typename IteratorType >
|
| inline cl_int copy( const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator )
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
| if (error != CL_SUCCESS)
|
| return error;
|
|
|
| return cl::copy(queue, buffer, startIterator, endIterator);
|
| }
|
|
|
| |
| |
| |
| |
|
|
| template< typename IteratorType >
|
| inline cl_int copy( const CommandQueue &queue, IteratorType startIterator, IteratorType endIterator, cl::Buffer &buffer )
|
| {
|
| typedef typename std::iterator_traits<IteratorType>::value_type DataType;
|
| cl_int error;
|
|
|
| size_type length = endIterator-startIterator;
|
| size_type byteLength = length*sizeof(DataType);
|
|
|
| DataType *pointer =
|
| static_cast<DataType*>(queue.enqueueMapBuffer(buffer, CL_TRUE, CL_MAP_WRITE, 0, byteLength, 0, 0, &error));
|
|
|
| if( error != CL_SUCCESS ) {
|
| return error;
|
| }
|
| #if defined(_MSC_VER)
|
| std::copy(
|
| startIterator,
|
| endIterator,
|
| stdext::checked_array_iterator<DataType*>(
|
| pointer, length));
|
| #else
|
| std::copy(startIterator, endIterator, pointer);
|
| #endif
|
| Event endEvent;
|
| error = queue.enqueueUnmapMemObject(buffer, pointer, 0, &endEvent);
|
|
|
| if( error != CL_SUCCESS ) {
|
| return error;
|
| }
|
| endEvent.wait();
|
| return CL_SUCCESS;
|
| }
|
|
|
| |
| |
| |
| |
|
|
| template< typename IteratorType >
|
| inline cl_int copy( const CommandQueue &queue, const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator )
|
| {
|
| typedef typename std::iterator_traits<IteratorType>::value_type DataType;
|
| cl_int error;
|
|
|
| size_type length = endIterator-startIterator;
|
| size_type byteLength = length*sizeof(DataType);
|
|
|
| DataType *pointer =
|
| static_cast<DataType*>(queue.enqueueMapBuffer(buffer, CL_TRUE, CL_MAP_READ, 0, byteLength, 0, 0, &error));
|
|
|
| if( error != CL_SUCCESS ) {
|
| return error;
|
| }
|
| std::copy(pointer, pointer + length, startIterator);
|
| Event endEvent;
|
| error = queue.enqueueUnmapMemObject(buffer, pointer, 0, &endEvent);
|
|
|
| if( error != CL_SUCCESS ) {
|
| return error;
|
| }
|
| endEvent.wait();
|
| return CL_SUCCESS;
|
| }
|
|
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| |
| |
|
|
| template<typename T, class Alloc>
|
| inline cl_int mapSVM(cl::vector<T, Alloc> &container)
|
| {
|
| return enqueueMapSVM(container, CL_TRUE, CL_MAP_READ | CL_MAP_WRITE);
|
| }
|
|
|
| |
| |
|
|
| template<typename T, class Alloc>
|
| inline cl_int unmapSVM(cl::vector<T, Alloc> &container)
|
| {
|
| return enqueueUnmapSVM(container);
|
| }
|
|
|
| #endif
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 110
|
| inline cl_int enqueueReadBufferRect(
|
| const Buffer& buffer,
|
| cl_bool blocking,
|
| const array<size_type, 3>& buffer_offset,
|
| const array<size_type, 3>& host_offset,
|
| const array<size_type, 3>& region,
|
| size_type buffer_row_pitch,
|
| size_type buffer_slice_pitch,
|
| size_type host_row_pitch,
|
| size_type host_slice_pitch,
|
| void *ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
|
|
| if (error != CL_SUCCESS) {
|
| return error;
|
| }
|
|
|
| return queue.enqueueReadBufferRect(
|
| buffer,
|
| blocking,
|
| buffer_offset,
|
| host_offset,
|
| region,
|
| buffer_row_pitch,
|
| buffer_slice_pitch,
|
| host_row_pitch,
|
| host_slice_pitch,
|
| ptr,
|
| events,
|
| event);
|
| }
|
|
|
| inline cl_int enqueueReadBufferRect(
|
| const Buffer& buffer,
|
| cl_bool blocking,
|
| const array<size_type, 2>& buffer_offset,
|
| const array<size_type, 2>& host_offset,
|
| const array<size_type, 2>& region,
|
| size_type buffer_row_pitch,
|
| size_type buffer_slice_pitch,
|
| size_type host_row_pitch,
|
| size_type host_slice_pitch,
|
| void* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| return enqueueReadBufferRect(
|
| buffer,
|
| blocking,
|
| { buffer_offset[0], buffer_offset[1], 0 },
|
| { host_offset[0], host_offset[1], 0 },
|
| { region[0], region[1], 1 },
|
| buffer_row_pitch,
|
| buffer_slice_pitch,
|
| host_row_pitch,
|
| host_slice_pitch,
|
| ptr,
|
| events,
|
| event);
|
| }
|
|
|
| inline cl_int enqueueWriteBufferRect(
|
| const Buffer& buffer,
|
| cl_bool blocking,
|
| const array<size_type, 3>& buffer_offset,
|
| const array<size_type, 3>& host_offset,
|
| const array<size_type, 3>& region,
|
| size_type buffer_row_pitch,
|
| size_type buffer_slice_pitch,
|
| size_type host_row_pitch,
|
| size_type host_slice_pitch,
|
| const void *ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
|
|
| if (error != CL_SUCCESS) {
|
| return error;
|
| }
|
|
|
| return queue.enqueueWriteBufferRect(
|
| buffer,
|
| blocking,
|
| buffer_offset,
|
| host_offset,
|
| region,
|
| buffer_row_pitch,
|
| buffer_slice_pitch,
|
| host_row_pitch,
|
| host_slice_pitch,
|
| ptr,
|
| events,
|
| event);
|
| }
|
|
|
| inline cl_int enqueueWriteBufferRect(
|
| const Buffer& buffer,
|
| cl_bool blocking,
|
| const array<size_type, 2>& buffer_offset,
|
| const array<size_type, 2>& host_offset,
|
| const array<size_type, 2>& region,
|
| size_type buffer_row_pitch,
|
| size_type buffer_slice_pitch,
|
| size_type host_row_pitch,
|
| size_type host_slice_pitch,
|
| const void* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| return enqueueWriteBufferRect(
|
| buffer,
|
| blocking,
|
| { buffer_offset[0], buffer_offset[1], 0 },
|
| { host_offset[0], host_offset[1], 0 },
|
| { region[0], region[1], 1 },
|
| buffer_row_pitch,
|
| buffer_slice_pitch,
|
| host_row_pitch,
|
| host_slice_pitch,
|
| ptr,
|
| events,
|
| event);
|
| }
|
|
|
| inline cl_int enqueueCopyBufferRect(
|
| const Buffer& src,
|
| const Buffer& dst,
|
| const array<size_type, 3>& src_origin,
|
| const array<size_type, 3>& dst_origin,
|
| const array<size_type, 3>& region,
|
| size_type src_row_pitch,
|
| size_type src_slice_pitch,
|
| size_type dst_row_pitch,
|
| size_type dst_slice_pitch,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
|
|
| if (error != CL_SUCCESS) {
|
| return error;
|
| }
|
|
|
| return queue.enqueueCopyBufferRect(
|
| src,
|
| dst,
|
| src_origin,
|
| dst_origin,
|
| region,
|
| src_row_pitch,
|
| src_slice_pitch,
|
| dst_row_pitch,
|
| dst_slice_pitch,
|
| events,
|
| event);
|
| }
|
|
|
| inline cl_int enqueueCopyBufferRect(
|
| const Buffer& src,
|
| const Buffer& dst,
|
| const array<size_type, 2>& src_origin,
|
| const array<size_type, 2>& dst_origin,
|
| const array<size_type, 2>& region,
|
| size_type src_row_pitch,
|
| size_type src_slice_pitch,
|
| size_type dst_row_pitch,
|
| size_type dst_slice_pitch,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| return enqueueCopyBufferRect(
|
| src,
|
| dst,
|
| { src_origin[0], src_origin[1], 0 },
|
| { dst_origin[0], dst_origin[1], 0 },
|
| { region[0], region[1], 1 },
|
| src_row_pitch,
|
| src_slice_pitch,
|
| dst_row_pitch,
|
| dst_slice_pitch,
|
| events,
|
| event);
|
| }
|
| #endif
|
|
|
| inline cl_int enqueueReadImage(
|
| const Image& image,
|
| cl_bool blocking,
|
| const array<size_type, 3>& origin,
|
| const array<size_type, 3>& region,
|
| size_type row_pitch,
|
| size_type slice_pitch,
|
| void* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
|
|
| if (error != CL_SUCCESS) {
|
| return error;
|
| }
|
|
|
| return queue.enqueueReadImage(
|
| image,
|
| blocking,
|
| origin,
|
| region,
|
| row_pitch,
|
| slice_pitch,
|
| ptr,
|
| events,
|
| event);
|
| }
|
|
|
| inline cl_int enqueueReadImage(
|
| const Image& image,
|
| cl_bool blocking,
|
| const array<size_type, 2>& origin,
|
| const array<size_type, 2>& region,
|
| size_type row_pitch,
|
| size_type slice_pitch,
|
| void* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| return enqueueReadImage(
|
| image,
|
| blocking,
|
| { origin[0], origin[1], 0 },
|
| { region[0], region[1], 1 },
|
| row_pitch,
|
| slice_pitch,
|
| ptr,
|
| events,
|
| event);
|
| }
|
|
|
| inline cl_int enqueueWriteImage(
|
| const Image& image,
|
| cl_bool blocking,
|
| const array<size_type, 3>& origin,
|
| const array<size_type, 3>& region,
|
| size_type row_pitch,
|
| size_type slice_pitch,
|
| const void* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
|
|
| if (error != CL_SUCCESS) {
|
| return error;
|
| }
|
|
|
| return queue.enqueueWriteImage(
|
| image,
|
| blocking,
|
| origin,
|
| region,
|
| row_pitch,
|
| slice_pitch,
|
| ptr,
|
| events,
|
| event);
|
| }
|
|
|
| inline cl_int enqueueWriteImage(
|
| const Image& image,
|
| cl_bool blocking,
|
| const array<size_type, 2>& origin,
|
| const array<size_type, 2>& region,
|
| size_type row_pitch,
|
| size_type slice_pitch,
|
| const void* ptr,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| return enqueueWriteImage(
|
| image,
|
| blocking,
|
| { origin[0], origin[1], 0 },
|
| { region[0], region[1], 1 },
|
| row_pitch,
|
| slice_pitch,
|
| ptr,
|
| events,
|
| event);
|
| }
|
|
|
| inline cl_int enqueueCopyImage(
|
| const Image& src,
|
| const Image& dst,
|
| const array<size_type, 3>& src_origin,
|
| const array<size_type, 3>& dst_origin,
|
| const array<size_type, 3>& region,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
|
|
| if (error != CL_SUCCESS) {
|
| return error;
|
| }
|
|
|
| return queue.enqueueCopyImage(
|
| src,
|
| dst,
|
| src_origin,
|
| dst_origin,
|
| region,
|
| events,
|
| event);
|
| }
|
|
|
| inline cl_int enqueueCopyImage(
|
| const Image& src,
|
| const Image& dst,
|
| const array<size_type, 2>& src_origin,
|
| const array<size_type, 2>& dst_origin,
|
| const array<size_type, 2>& region,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| return enqueueCopyImage(
|
| src,
|
| dst,
|
| { src_origin[0], src_origin[1], 0 },
|
| { dst_origin[0], dst_origin[1], 0 },
|
| { region[0], region[1], 1 },
|
| events,
|
| event);
|
| }
|
|
|
| inline cl_int enqueueCopyImageToBuffer(
|
| const Image& src,
|
| const Buffer& dst,
|
| const array<size_type, 3>& src_origin,
|
| const array<size_type, 3>& region,
|
| size_type dst_offset,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
|
|
| if (error != CL_SUCCESS) {
|
| return error;
|
| }
|
|
|
| return queue.enqueueCopyImageToBuffer(
|
| src,
|
| dst,
|
| src_origin,
|
| region,
|
| dst_offset,
|
| events,
|
| event);
|
| }
|
|
|
| inline cl_int enqueueCopyImageToBuffer(
|
| const Image& src,
|
| const Buffer& dst,
|
| const array<size_type, 2>& src_origin,
|
| const array<size_type, 2>& region,
|
| size_type dst_offset,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| return enqueueCopyImageToBuffer(
|
| src,
|
| dst,
|
| { src_origin[0], src_origin[1], 0 },
|
| { region[0], region[1], 1 },
|
| dst_offset,
|
| events,
|
| event);
|
| }
|
|
|
| inline cl_int enqueueCopyBufferToImage(
|
| const Buffer& src,
|
| const Image& dst,
|
| size_type src_offset,
|
| const array<size_type, 3>& dst_origin,
|
| const array<size_type, 3>& region,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
|
|
| if (error != CL_SUCCESS) {
|
| return error;
|
| }
|
|
|
| return queue.enqueueCopyBufferToImage(
|
| src,
|
| dst,
|
| src_offset,
|
| dst_origin,
|
| region,
|
| events,
|
| event);
|
| }
|
|
|
| inline cl_int enqueueCopyBufferToImage(
|
| const Buffer& src,
|
| const Image& dst,
|
| size_type src_offset,
|
| const array<size_type, 2>& dst_origin,
|
| const array<size_type, 2>& region,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
|
|
| if (error != CL_SUCCESS) {
|
| return error;
|
| }
|
|
|
| return enqueueCopyBufferToImage(
|
| src,
|
| dst,
|
| src_offset,
|
| { dst_origin[0], dst_origin[1], 0 },
|
| { region[0], region[1], 1 },
|
| events,
|
| event);
|
| }
|
|
|
| inline cl_int flush(void)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
|
|
| if (error != CL_SUCCESS) {
|
| return error;
|
| }
|
|
|
| return queue.flush();
|
| }
|
|
|
| inline cl_int finish(void)
|
| {
|
| cl_int error;
|
| CommandQueue queue = CommandQueue::getDefault(&error);
|
|
|
| if (error != CL_SUCCESS) {
|
| return error;
|
| }
|
|
|
|
|
| return queue.finish();
|
| }
|
|
|
| class EnqueueArgs
|
| {
|
| private:
|
| CommandQueue queue_;
|
| const NDRange offset_;
|
| const NDRange global_;
|
| const NDRange local_;
|
| vector<Event> events_;
|
|
|
| template<typename... Ts>
|
| friend class KernelFunctor;
|
|
|
| public:
|
| EnqueueArgs(NDRange global) :
|
| queue_(CommandQueue::getDefault()),
|
| offset_(NullRange),
|
| global_(global),
|
| local_(NullRange)
|
| {
|
|
|
| }
|
|
|
| EnqueueArgs(NDRange global, NDRange local) :
|
| queue_(CommandQueue::getDefault()),
|
| offset_(NullRange),
|
| global_(global),
|
| local_(local)
|
| {
|
|
|
| }
|
|
|
| EnqueueArgs(NDRange offset, NDRange global, NDRange local) :
|
| queue_(CommandQueue::getDefault()),
|
| offset_(offset),
|
| global_(global),
|
| local_(local)
|
| {
|
|
|
| }
|
|
|
| EnqueueArgs(Event e, NDRange global) :
|
| queue_(CommandQueue::getDefault()),
|
| offset_(NullRange),
|
| global_(global),
|
| local_(NullRange)
|
| {
|
| events_.push_back(e);
|
| }
|
|
|
| EnqueueArgs(Event e, NDRange global, NDRange local) :
|
| queue_(CommandQueue::getDefault()),
|
| offset_(NullRange),
|
| global_(global),
|
| local_(local)
|
| {
|
| events_.push_back(e);
|
| }
|
|
|
| EnqueueArgs(Event e, NDRange offset, NDRange global, NDRange local) :
|
| queue_(CommandQueue::getDefault()),
|
| offset_(offset),
|
| global_(global),
|
| local_(local)
|
| {
|
| events_.push_back(e);
|
| }
|
|
|
| EnqueueArgs(const vector<Event> &events, NDRange global) :
|
| queue_(CommandQueue::getDefault()),
|
| offset_(NullRange),
|
| global_(global),
|
| local_(NullRange),
|
| events_(events)
|
| {
|
|
|
| }
|
|
|
| EnqueueArgs(const vector<Event> &events, NDRange global, NDRange local) :
|
| queue_(CommandQueue::getDefault()),
|
| offset_(NullRange),
|
| global_(global),
|
| local_(local),
|
| events_(events)
|
| {
|
|
|
| }
|
|
|
| EnqueueArgs(const vector<Event> &events, NDRange offset, NDRange global, NDRange local) :
|
| queue_(CommandQueue::getDefault()),
|
| offset_(offset),
|
| global_(global),
|
| local_(local),
|
| events_(events)
|
| {
|
|
|
| }
|
|
|
| EnqueueArgs(CommandQueue &queue, NDRange global) :
|
| queue_(queue),
|
| offset_(NullRange),
|
| global_(global),
|
| local_(NullRange)
|
| {
|
|
|
| }
|
|
|
| EnqueueArgs(CommandQueue &queue, NDRange global, NDRange local) :
|
| queue_(queue),
|
| offset_(NullRange),
|
| global_(global),
|
| local_(local)
|
| {
|
|
|
| }
|
|
|
| EnqueueArgs(CommandQueue &queue, NDRange offset, NDRange global, NDRange local) :
|
| queue_(queue),
|
| offset_(offset),
|
| global_(global),
|
| local_(local)
|
| {
|
|
|
| }
|
|
|
| EnqueueArgs(CommandQueue &queue, Event e, NDRange global) :
|
| queue_(queue),
|
| offset_(NullRange),
|
| global_(global),
|
| local_(NullRange)
|
| {
|
| events_.push_back(e);
|
| }
|
|
|
| EnqueueArgs(CommandQueue &queue, Event e, NDRange global, NDRange local) :
|
| queue_(queue),
|
| offset_(NullRange),
|
| global_(global),
|
| local_(local)
|
| {
|
| events_.push_back(e);
|
| }
|
|
|
| EnqueueArgs(CommandQueue &queue, Event e, NDRange offset, NDRange global, NDRange local) :
|
| queue_(queue),
|
| offset_(offset),
|
| global_(global),
|
| local_(local)
|
| {
|
| events_.push_back(e);
|
| }
|
|
|
| EnqueueArgs(CommandQueue &queue, const vector<Event> &events, NDRange global) :
|
| queue_(queue),
|
| offset_(NullRange),
|
| global_(global),
|
| local_(NullRange),
|
| events_(events)
|
| {
|
|
|
| }
|
|
|
| EnqueueArgs(CommandQueue &queue, const vector<Event> &events, NDRange global, NDRange local) :
|
| queue_(queue),
|
| offset_(NullRange),
|
| global_(global),
|
| local_(local),
|
| events_(events)
|
| {
|
|
|
| }
|
|
|
| EnqueueArgs(CommandQueue &queue, const vector<Event> &events, NDRange offset, NDRange global, NDRange local) :
|
| queue_(queue),
|
| offset_(offset),
|
| global_(global),
|
| local_(local),
|
| events_(events)
|
| {
|
|
|
| }
|
| };
|
|
|
|
|
|
|
|
|
|
|
| |
| |
| |
|
|
| template<typename... Ts>
|
| class KernelFunctor
|
| {
|
| private:
|
| Kernel kernel_;
|
|
|
| template<int index, typename T0, typename... T1s>
|
| void setArgs(T0&& t0, T1s&&... t1s)
|
| {
|
| kernel_.setArg(index, t0);
|
| setArgs<index + 1, T1s...>(std::forward<T1s>(t1s)...);
|
| }
|
|
|
| template<int index, typename T0>
|
| void setArgs(T0&& t0)
|
| {
|
| kernel_.setArg(index, t0);
|
| }
|
|
|
| template<int index>
|
| void setArgs()
|
| {
|
| }
|
|
|
|
|
| public:
|
| KernelFunctor(Kernel kernel) : kernel_(kernel)
|
| {}
|
|
|
| KernelFunctor(
|
| const Program& program,
|
| const string name,
|
| cl_int * err = nullptr) :
|
| kernel_(program, name.c_str(), err)
|
| {}
|
|
|
|
|
| typedef Event result_type;
|
|
|
| |
| |
| |
| |
|
|
| Event operator() (
|
| const EnqueueArgs& args,
|
| Ts... ts)
|
| {
|
| Event event;
|
| setArgs<0>(std::forward<Ts>(ts)...);
|
|
|
| args.queue_.enqueueNDRangeKernel(
|
| kernel_,
|
| args.offset_,
|
| args.global_,
|
| args.local_,
|
| &args.events_,
|
| &event);
|
|
|
| return event;
|
| }
|
|
|
| |
| |
| |
| |
| |
|
|
| Event operator() (
|
| const EnqueueArgs& args,
|
| Ts... ts,
|
| cl_int &error)
|
| {
|
| Event event;
|
| setArgs<0>(std::forward<Ts>(ts)...);
|
|
|
| error = args.queue_.enqueueNDRangeKernel(
|
| kernel_,
|
| args.offset_,
|
| args.global_,
|
| args.local_,
|
| &args.events_,
|
| &event);
|
|
|
| return event;
|
| }
|
|
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 200
|
| cl_int setSVMPointers(const vector<void*> &pointerList)
|
| {
|
| return kernel_.setSVMPointers(pointerList);
|
| }
|
|
|
| template<typename T0, typename... T1s>
|
| cl_int setSVMPointers(const T0 &t0, T1s &... ts)
|
| {
|
| return kernel_.setSVMPointers(t0, ts...);
|
| }
|
| #endif
|
|
|
| Kernel getKernel()
|
| {
|
| return kernel_;
|
| }
|
| };
|
|
|
| namespace compatibility {
|
| |
| |
| |
|
|
| template<typename... Ts>
|
| struct make_kernel
|
| {
|
| typedef KernelFunctor<Ts...> FunctorType;
|
|
|
| FunctorType functor_;
|
|
|
| make_kernel(
|
| const Program& program,
|
| const string name,
|
| cl_int * err = nullptr) :
|
| functor_(FunctorType(program, name, err))
|
| {}
|
|
|
| make_kernel(
|
| const Kernel kernel) :
|
| functor_(FunctorType(kernel))
|
| {}
|
|
|
|
|
| typedef Event result_type;
|
|
|
|
|
| typedef Event type_(
|
| const EnqueueArgs&,
|
| Ts...);
|
|
|
| Event operator()(
|
| const EnqueueArgs& enqueueArgs,
|
| Ts... args)
|
| {
|
| return functor_(
|
| enqueueArgs, args...);
|
| }
|
| };
|
| }
|
|
|
| #ifdef cl_khr_semaphore
|
|
|
| #ifdef cl_khr_external_semaphore
|
| enum ExternalSemaphoreType : cl_external_semaphore_handle_type_khr
|
| {
|
| None = 0,
|
| #ifdef cl_khr_external_semaphore_dx_fence
|
| D3D12Fence = CL_SEMAPHORE_HANDLE_D3D12_FENCE_KHR,
|
| #endif
|
| #ifdef cl_khr_external_semaphore_opaque_fd
|
| OpaqueFd = CL_SEMAPHORE_HANDLE_OPAQUE_FD_KHR,
|
| #endif
|
| #ifdef cl_khr_external_semaphore_sync_fd
|
| SyncFd = CL_SEMAPHORE_HANDLE_SYNC_FD_KHR,
|
| #endif
|
| #ifdef cl_khr_external_semaphore_win32
|
| OpaqueWin32 = CL_SEMAPHORE_HANDLE_OPAQUE_WIN32_KHR,
|
| OpaqueWin32Kmt = CL_SEMAPHORE_HANDLE_OPAQUE_WIN32_KMT_KHR,
|
| #endif
|
| };
|
| #endif
|
|
|
| class Semaphore : public detail::Wrapper<cl_semaphore_khr>
|
| {
|
| public:
|
| Semaphore() : detail::Wrapper<cl_type>() {}
|
| Semaphore(
|
| const Context &context,
|
| const vector<cl_semaphore_properties_khr>& sema_props,
|
| cl_int *err = nullptr)
|
| {
|
|
|
| std::call_once(ext_init_, initExtensions, context);
|
|
|
| cl_int error = CL_INVALID_OPERATION;
|
|
|
| if (pfn_clCreateSemaphoreWithPropertiesKHR)
|
| {
|
| object_ = pfn_clCreateSemaphoreWithPropertiesKHR(
|
| context(),
|
| sema_props.data(),
|
| &error);
|
| }
|
|
|
| detail::errHandler(error, __CREATE_SEMAPHORE_KHR_WITH_PROPERTIES_ERR);
|
|
|
| if (err != nullptr) {
|
| *err = error;
|
| }
|
| }
|
| Semaphore(
|
| const vector<cl_semaphore_properties_khr>& sema_props,
|
| cl_int* err = nullptr):Semaphore(Context::getDefault(err), sema_props, err) {}
|
|
|
| explicit Semaphore(const cl_semaphore_khr& semaphore, bool retainObject = false) :
|
| detail::Wrapper<cl_type>(semaphore, retainObject) {}
|
| Semaphore& operator = (const cl_semaphore_khr& rhs) {
|
| detail::Wrapper<cl_type>::operator=(rhs);
|
| return *this;
|
| }
|
| template <typename T>
|
| cl_int getInfo(cl_semaphore_info_khr name, T* param) const
|
| {
|
| if (pfn_clGetSemaphoreInfoKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __GET_SEMAPHORE_KHR_INFO_ERR);
|
| }
|
|
|
| return detail::errHandler(
|
| detail::getInfo(pfn_clGetSemaphoreInfoKHR, object_, name, param),
|
| __GET_SEMAPHORE_KHR_INFO_ERR);
|
| }
|
| template <cl_semaphore_info_khr name> typename
|
| detail::param_traits<detail::cl_semaphore_info_khr, name>::param_type
|
| getInfo(cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_semaphore_info_khr, name>::param_type param;
|
| cl_int result = getInfo(name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
|
|
| #ifdef cl_khr_external_semaphore
|
| template <typename T>
|
| cl_int getHandleForTypeKHR(
|
| const Device& device, cl_external_semaphore_handle_type_khr name, T* param) const
|
| {
|
| if (pfn_clGetSemaphoreHandleForTypeKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __GET_SEMAPHORE_HANDLE_FOR_TYPE_KHR_ERR);
|
| }
|
|
|
| return detail::errHandler(
|
| detail::getInfo(
|
| pfn_clGetSemaphoreHandleForTypeKHR, object_, device(), name, param),
|
| __GET_SEMAPHORE_HANDLE_FOR_TYPE_KHR_ERR);
|
| }
|
|
|
| template <cl_external_semaphore_handle_type_khr type> typename
|
| detail::param_traits<detail::cl_external_semaphore_handle_type_khr, type>::param_type
|
| getHandleForTypeKHR(const Device& device, cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_external_semaphore_handle_type_khr, type>::param_type param;
|
| cl_int result = getHandleForTypeKHR(device, type, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
| #endif
|
|
|
| cl_int retain()
|
| {
|
| if (pfn_clRetainSemaphoreKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __RETAIN_SEMAPHORE_KHR_ERR);
|
| }
|
| return pfn_clRetainSemaphoreKHR(object_);
|
| }
|
|
|
| cl_int release()
|
| {
|
| if (pfn_clReleaseSemaphoreKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __RELEASE_SEMAPHORE_KHR_ERR);
|
| }
|
| return pfn_clReleaseSemaphoreKHR(object_);
|
| }
|
|
|
| private:
|
| static std::once_flag ext_init_;
|
|
|
| static void initExtensions(const Context& context)
|
| {
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| Device device = context.getInfo<CL_CONTEXT_DEVICES>().at(0);
|
| cl_platform_id platform = device.getInfo<CL_DEVICE_PLATFORM>()();
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clCreateSemaphoreWithPropertiesKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clReleaseSemaphoreKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clRetainSemaphoreKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clEnqueueWaitSemaphoresKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clEnqueueSignalSemaphoresKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clGetSemaphoreInfoKHR);
|
| #ifdef cl_khr_external_semaphore
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clGetSemaphoreHandleForTypeKHR);
|
| #endif
|
|
|
| #else
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clCreateSemaphoreWithPropertiesKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clReleaseSemaphoreKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clRetainSemaphoreKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clEnqueueWaitSemaphoresKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clEnqueueSignalSemaphoresKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clGetSemaphoreInfoKHR);
|
| #ifdef cl_khr_external_semaphore
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clGetSemaphoreHandleForTypeKHR);
|
| #endif
|
|
|
| #endif
|
| if ((pfn_clCreateSemaphoreWithPropertiesKHR == nullptr) &&
|
| (pfn_clReleaseSemaphoreKHR == nullptr) &&
|
| (pfn_clRetainSemaphoreKHR == nullptr) &&
|
| (pfn_clEnqueueWaitSemaphoresKHR == nullptr) &&
|
| (pfn_clEnqueueSignalSemaphoresKHR == nullptr) &&
|
| #ifdef cl_khr_external_semaphore
|
| (pfn_clGetSemaphoreHandleForTypeKHR == nullptr) &&
|
| #endif
|
| (pfn_clGetSemaphoreInfoKHR == nullptr))
|
| {
|
| detail::errHandler(CL_INVALID_VALUE, __CREATE_SEMAPHORE_KHR_WITH_PROPERTIES_ERR);
|
| }
|
| }
|
|
|
| };
|
|
|
| CL_HPP_DEFINE_STATIC_MEMBER_ std::once_flag Semaphore::ext_init_;
|
|
|
| inline cl_int CommandQueue::enqueueWaitSemaphores(
|
| const vector<Semaphore> &sema_objects,
|
| const vector<cl_semaphore_payload_khr> &sema_payloads,
|
| const vector<Event>* events_wait_list,
|
| Event *event) const
|
| {
|
| cl_event tmp;
|
| cl_int err = CL_INVALID_OPERATION;
|
|
|
| if (pfn_clEnqueueWaitSemaphoresKHR != nullptr) {
|
| err = pfn_clEnqueueWaitSemaphoresKHR(
|
| object_,
|
| (cl_uint)sema_objects.size(),
|
| (const cl_semaphore_khr *) &sema_objects.front(),
|
| (sema_payloads.size() > 0) ? &sema_payloads.front() : nullptr,
|
| (events_wait_list != nullptr) ? (cl_uint) events_wait_list->size() : 0,
|
| (events_wait_list != nullptr && events_wait_list->size() > 0) ? (cl_event*) &events_wait_list->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr);
|
| }
|
|
|
| detail::errHandler(err, __ENQUEUE_WAIT_SEMAPHORE_KHR_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| inline cl_int CommandQueue::enqueueSignalSemaphores(
|
| const vector<Semaphore> &sema_objects,
|
| const vector<cl_semaphore_payload_khr>& sema_payloads,
|
| const vector<Event>* events_wait_list,
|
| Event* event)
|
| {
|
| cl_event tmp;
|
| cl_int err = CL_INVALID_OPERATION;
|
|
|
| if (pfn_clEnqueueSignalSemaphoresKHR != nullptr) {
|
| err = pfn_clEnqueueSignalSemaphoresKHR(
|
| object_,
|
| (cl_uint)sema_objects.size(),
|
| (const cl_semaphore_khr*) &sema_objects.front(),
|
| (sema_payloads.size() > 0) ? &sema_payloads.front() : nullptr,
|
| (events_wait_list != nullptr) ? (cl_uint) events_wait_list->size() : 0,
|
| (events_wait_list != nullptr && events_wait_list->size() > 0) ? (cl_event*) &events_wait_list->front() : nullptr,
|
| (event != nullptr) ? &tmp : nullptr);
|
| }
|
|
|
| detail::errHandler(err, __ENQUEUE_SIGNAL_SEMAPHORE_KHR_ERR);
|
|
|
| if (event != nullptr && err == CL_SUCCESS)
|
| *event = tmp;
|
|
|
| return err;
|
| }
|
|
|
| #endif
|
|
|
| #if defined(cl_khr_command_buffer)
|
| |
| |
|
|
| class CommandBufferKhr : public detail::Wrapper<cl_command_buffer_khr>
|
| {
|
| public:
|
|
|
| CommandBufferKhr() : detail::Wrapper<cl_type>() { }
|
|
|
| explicit CommandBufferKhr(const vector<CommandQueue> &queues,
|
| cl_command_buffer_properties_khr properties = 0,
|
| cl_int* errcode_ret = nullptr)
|
| {
|
| cl_command_buffer_properties_khr command_buffer_properties[] = {
|
| CL_COMMAND_BUFFER_FLAGS_KHR, properties, 0
|
| };
|
|
|
|
|
| std::call_once(ext_init_, [&] { initExtensions(queues[0].getInfo<CL_QUEUE_DEVICE>()); });
|
| cl_int error = CL_INVALID_OPERATION;
|
|
|
| static_assert(sizeof(cl::CommandQueue) == sizeof(cl_command_queue),
|
| "Size of cl::CommandQueue must be equal to size of cl_command_queue");
|
|
|
| if (pfn_clCreateCommandBufferKHR)
|
| {
|
| object_ = pfn_clCreateCommandBufferKHR((cl_uint) queues.size(),
|
| (cl_command_queue *) &queues.front(),
|
| command_buffer_properties,
|
| &error);
|
| }
|
|
|
| detail::errHandler(error, __CREATE_COMMAND_BUFFER_KHR_ERR);
|
| if (errcode_ret != nullptr) {
|
| *errcode_ret = error;
|
| }
|
| }
|
|
|
| explicit CommandBufferKhr(const cl_command_buffer_khr& commandBufferKhr, bool retainObject = false) :
|
| detail::Wrapper<cl_type>(commandBufferKhr, retainObject) { }
|
|
|
| CommandBufferKhr& operator=(const cl_command_buffer_khr& rhs)
|
| {
|
| detail::Wrapper<cl_type>::operator=(rhs);
|
| return *this;
|
| }
|
|
|
| template <typename T>
|
| cl_int getInfo(cl_command_buffer_info_khr name, T* param) const
|
| {
|
| if (pfn_clGetCommandBufferInfoKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __GET_COMMAND_BUFFER_INFO_KHR_ERR);
|
| }
|
| return detail::errHandler(
|
| detail::getInfo(pfn_clGetCommandBufferInfoKHR, object_, name, param),
|
| __GET_COMMAND_BUFFER_INFO_KHR_ERR);
|
| }
|
|
|
| template <cl_command_buffer_info_khr name> typename
|
| detail::param_traits<detail::cl_command_buffer_info_khr, name>::param_type
|
| getInfo(cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_command_buffer_info_khr, name>::param_type param;
|
| cl_int result = getInfo(name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
|
|
| cl_int finalizeCommandBuffer() const
|
| {
|
| return detail::errHandler(::clFinalizeCommandBufferKHR(object_), __FINALIZE_COMMAND_BUFFER_KHR_ERR);
|
| }
|
|
|
| cl_int enqueueCommandBuffer(vector<CommandQueue> &queues,
|
| const vector<Event>* events = nullptr,
|
| Event* event = nullptr)
|
| {
|
| if (pfn_clEnqueueCommandBufferKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __ENQUEUE_COMMAND_BUFFER_KHR_ERR);
|
| }
|
|
|
| static_assert(sizeof(cl::CommandQueue) == sizeof(cl_command_queue),
|
| "Size of cl::CommandQueue must be equal to size of cl_command_queue");
|
|
|
| return detail::errHandler(pfn_clEnqueueCommandBufferKHR((cl_uint) queues.size(),
|
| (cl_command_queue *) &queues.front(),
|
| object_,
|
| (events != nullptr) ? (cl_uint) events->size() : 0,
|
| (events != nullptr && events->size() > 0) ? (cl_event*) &events->front() : nullptr,
|
| (cl_event*) event),
|
| __ENQUEUE_COMMAND_BUFFER_KHR_ERR);
|
| }
|
|
|
| cl_int commandBarrierWithWaitList(const vector<cl_sync_point_khr>* sync_points_vec = nullptr,
|
| cl_sync_point_khr* sync_point = nullptr,
|
| MutableCommandKhr* mutable_handle = nullptr,
|
| const CommandQueue* command_queue = nullptr)
|
| {
|
| if (pfn_clCommandBarrierWithWaitListKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __COMMAND_BARRIER_WITH_WAIT_LIST_KHR_ERR);
|
| }
|
|
|
| cl_sync_point_khr tmp_sync_point;
|
| cl_int error = detail::errHandler(
|
| pfn_clCommandBarrierWithWaitListKHR(object_,
|
| (command_queue != nullptr) ? (*command_queue)() : nullptr,
|
| (sync_points_vec != nullptr) ? (cl_uint) sync_points_vec->size() : 0,
|
| (sync_points_vec != nullptr && sync_points_vec->size() > 0) ? &sync_points_vec->front() : nullptr,
|
| (sync_point != nullptr) ? &tmp_sync_point : nullptr,
|
| (cl_mutable_command_khr*) mutable_handle),
|
| __COMMAND_BARRIER_WITH_WAIT_LIST_KHR_ERR);
|
|
|
| if (sync_point != nullptr && error == CL_SUCCESS)
|
| *sync_point = tmp_sync_point;
|
|
|
| return error;
|
| }
|
|
|
| cl_int commandCopyBuffer(const Buffer& src,
|
| const Buffer& dst,
|
| size_type src_offset,
|
| size_type dst_offset,
|
| size_type size,
|
| const vector<cl_sync_point_khr>* sync_points_vec = nullptr,
|
| cl_sync_point_khr* sync_point = nullptr,
|
| MutableCommandKhr* mutable_handle = nullptr,
|
| const CommandQueue* command_queue = nullptr)
|
| {
|
| if (pfn_clCommandCopyBufferKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __COMMAND_COPY_BUFFER_KHR_ERR);
|
| }
|
|
|
| cl_sync_point_khr tmp_sync_point;
|
| cl_int error = detail::errHandler(
|
| pfn_clCommandCopyBufferKHR(object_,
|
| (command_queue != nullptr) ? (*command_queue)() : nullptr,
|
| src(),
|
| dst(),
|
| src_offset,
|
| dst_offset,
|
| size,
|
| (sync_points_vec != nullptr) ? (cl_uint) sync_points_vec->size() : 0,
|
| (sync_points_vec != nullptr && sync_points_vec->size() > 0) ? &sync_points_vec->front() : nullptr,
|
| (sync_point != nullptr) ? &tmp_sync_point : nullptr,
|
| (cl_mutable_command_khr*) mutable_handle),
|
| __COMMAND_COPY_BUFFER_KHR_ERR);
|
|
|
| if (sync_point != nullptr && error == CL_SUCCESS)
|
| *sync_point = tmp_sync_point;
|
|
|
| return error;
|
| }
|
|
|
| cl_int commandCopyBufferRect(const Buffer& src,
|
| const Buffer& dst,
|
| const array<size_type, 3>& src_origin,
|
| const array<size_type, 3>& dst_origin,
|
| const array<size_type, 3>& region,
|
| size_type src_row_pitch,
|
| size_type src_slice_pitch,
|
| size_type dst_row_pitch,
|
| size_type dst_slice_pitch,
|
| const vector<cl_sync_point_khr>* sync_points_vec = nullptr,
|
| cl_sync_point_khr* sync_point = nullptr,
|
| MutableCommandKhr* mutable_handle = nullptr,
|
| const CommandQueue* command_queue = nullptr)
|
| {
|
| if (pfn_clCommandCopyBufferRectKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __COMMAND_COPY_BUFFER_RECT_KHR_ERR);
|
| }
|
|
|
| cl_sync_point_khr tmp_sync_point;
|
| cl_int error = detail::errHandler(
|
| pfn_clCommandCopyBufferRectKHR(object_,
|
| (command_queue != nullptr) ? (*command_queue)() : nullptr,
|
| src(),
|
| dst(),
|
| src_origin.data(),
|
| dst_origin.data(),
|
| region.data(),
|
| src_row_pitch,
|
| src_slice_pitch,
|
| dst_row_pitch,
|
| dst_slice_pitch,
|
| (sync_points_vec != nullptr) ? (cl_uint) sync_points_vec->size() : 0,
|
| (sync_points_vec != nullptr && sync_points_vec->size() > 0) ? &sync_points_vec->front() : nullptr,
|
| (sync_point != nullptr) ? &tmp_sync_point : nullptr,
|
| (cl_mutable_command_khr*) mutable_handle),
|
| __COMMAND_COPY_BUFFER_RECT_KHR_ERR);
|
|
|
| if (sync_point != nullptr && error == CL_SUCCESS)
|
| *sync_point = tmp_sync_point;
|
|
|
| return error;
|
| }
|
|
|
| cl_int commandCopyBufferToImage(const Buffer& src,
|
| const Image& dst,
|
| size_type src_offset,
|
| const array<size_type, 3>& dst_origin,
|
| const array<size_type, 3>& region,
|
| const vector<cl_sync_point_khr>* sync_points_vec = nullptr,
|
| cl_sync_point_khr* sync_point = nullptr,
|
| MutableCommandKhr* mutable_handle = nullptr,
|
| const CommandQueue* command_queue = nullptr)
|
| {
|
| if (pfn_clCommandCopyBufferToImageKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __COMMAND_COPY_BUFFER_TO_IMAGE_KHR_ERR);
|
| }
|
|
|
| cl_sync_point_khr tmp_sync_point;
|
| cl_int error = detail::errHandler(
|
| pfn_clCommandCopyBufferToImageKHR(object_,
|
| (command_queue != nullptr) ? (*command_queue)() : nullptr,
|
| src(),
|
| dst(),
|
| src_offset,
|
| dst_origin.data(),
|
| region.data(),
|
| (sync_points_vec != nullptr) ? (cl_uint) sync_points_vec->size() : 0,
|
| (sync_points_vec != nullptr && sync_points_vec->size() > 0) ? &sync_points_vec->front() : nullptr,
|
| (sync_point != nullptr) ? &tmp_sync_point : nullptr,
|
| (cl_mutable_command_khr*) mutable_handle),
|
| __COMMAND_COPY_BUFFER_TO_IMAGE_KHR_ERR);
|
|
|
| if (sync_point != nullptr && error == CL_SUCCESS)
|
| *sync_point = tmp_sync_point;
|
|
|
| return error;
|
| }
|
|
|
| cl_int commandCopyImage(const Image& src,
|
| const Image& dst,
|
| const array<size_type, 3>& src_origin,
|
| const array<size_type, 3>& dst_origin,
|
| const array<size_type, 3>& region,
|
| const vector<cl_sync_point_khr>* sync_points_vec = nullptr,
|
| cl_sync_point_khr* sync_point = nullptr,
|
| MutableCommandKhr* mutable_handle = nullptr,
|
| const CommandQueue* command_queue = nullptr)
|
| {
|
| if (pfn_clCommandCopyImageKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __COMMAND_COPY_IMAGE_KHR_ERR);
|
| }
|
|
|
| cl_sync_point_khr tmp_sync_point;
|
| cl_int error = detail::errHandler(
|
| pfn_clCommandCopyImageKHR(object_,
|
| (command_queue != nullptr) ? (*command_queue)() : nullptr,
|
| src(),
|
| dst(),
|
| src_origin.data(),
|
| dst_origin.data(),
|
| region.data(),
|
| (sync_points_vec != nullptr) ? (cl_uint) sync_points_vec->size() : 0,
|
| (sync_points_vec != nullptr && sync_points_vec->size() > 0) ? &sync_points_vec->front() : nullptr,
|
| (sync_point != nullptr) ? &tmp_sync_point : nullptr,
|
| (cl_mutable_command_khr*) mutable_handle),
|
| __COMMAND_COPY_IMAGE_KHR_ERR);
|
|
|
| if (sync_point != nullptr && error == CL_SUCCESS)
|
| *sync_point = tmp_sync_point;
|
|
|
| return error;
|
| }
|
|
|
| cl_int commandCopyImageToBuffer(const Image& src,
|
| const Buffer& dst,
|
| const array<size_type, 3>& src_origin,
|
| const array<size_type, 3>& region,
|
| size_type dst_offset,
|
| const vector<cl_sync_point_khr>* sync_points_vec = nullptr,
|
| cl_sync_point_khr* sync_point = nullptr,
|
| MutableCommandKhr* mutable_handle = nullptr,
|
| const CommandQueue* command_queue = nullptr)
|
| {
|
| if (pfn_clCommandCopyImageToBufferKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __COMMAND_COPY_IMAGE_TO_BUFFER_KHR_ERR);
|
| }
|
|
|
| cl_sync_point_khr tmp_sync_point;
|
| cl_int error = detail::errHandler(
|
| pfn_clCommandCopyImageToBufferKHR(object_,
|
| (command_queue != nullptr) ? (*command_queue)() : nullptr,
|
| src(),
|
| dst(),
|
| src_origin.data(),
|
| region.data(),
|
| dst_offset,
|
| (sync_points_vec != nullptr) ? (cl_uint) sync_points_vec->size() : 0,
|
| (sync_points_vec != nullptr && sync_points_vec->size() > 0) ? &sync_points_vec->front() : nullptr,
|
| (sync_point != nullptr) ? &tmp_sync_point : nullptr,
|
| (cl_mutable_command_khr*) mutable_handle),
|
| __COMMAND_COPY_IMAGE_TO_BUFFER_KHR_ERR);
|
|
|
| if (sync_point != nullptr && error == CL_SUCCESS)
|
| *sync_point = tmp_sync_point;
|
|
|
| return error;
|
| }
|
|
|
| template<typename PatternType>
|
| cl_int commandFillBuffer(const Buffer& buffer,
|
| PatternType pattern,
|
| size_type offset,
|
| size_type size,
|
| const vector<cl_sync_point_khr>* sync_points_vec = nullptr,
|
| cl_sync_point_khr* sync_point = nullptr,
|
| MutableCommandKhr* mutable_handle = nullptr,
|
| const CommandQueue* command_queue = nullptr)
|
| {
|
| if (pfn_clCommandFillBufferKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __COMMAND_FILL_BUFFER_KHR_ERR);
|
| }
|
|
|
| cl_sync_point_khr tmp_sync_point;
|
| cl_int error = detail::errHandler(
|
| pfn_clCommandFillBufferKHR(object_,
|
| (command_queue != nullptr) ? (*command_queue)() : nullptr,
|
| buffer(),
|
| static_cast<void*>(&pattern),
|
| sizeof(PatternType),
|
| offset,
|
| size,
|
| (sync_points_vec != nullptr) ? (cl_uint) sync_points_vec->size() : 0,
|
| (sync_points_vec != nullptr && sync_points_vec->size() > 0) ? &sync_points_vec->front() : nullptr,
|
| (sync_point != nullptr) ? &tmp_sync_point : nullptr,
|
| (cl_mutable_command_khr*) mutable_handle),
|
| __COMMAND_FILL_BUFFER_KHR_ERR);
|
|
|
| if (sync_point != nullptr && error == CL_SUCCESS)
|
| *sync_point = tmp_sync_point;
|
|
|
| return error;
|
| }
|
|
|
| cl_int commandFillImage(const Image& image,
|
| cl_float4 fillColor,
|
| const array<size_type, 3>& origin,
|
| const array<size_type, 3>& region,
|
| const vector<cl_sync_point_khr>* sync_points_vec = nullptr,
|
| cl_sync_point_khr* sync_point = nullptr,
|
| MutableCommandKhr* mutable_handle = nullptr,
|
| const CommandQueue* command_queue = nullptr)
|
| {
|
| if (pfn_clCommandFillImageKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __COMMAND_FILL_IMAGE_KHR_ERR);
|
| }
|
|
|
| cl_sync_point_khr tmp_sync_point;
|
| cl_int error = detail::errHandler(
|
| pfn_clCommandFillImageKHR(object_,
|
| (command_queue != nullptr) ? (*command_queue)() : nullptr,
|
| image(),
|
| static_cast<void*>(&fillColor),
|
| origin.data(),
|
| region.data(),
|
| (sync_points_vec != nullptr) ? (cl_uint) sync_points_vec->size() : 0,
|
| (sync_points_vec != nullptr && sync_points_vec->size() > 0) ? &sync_points_vec->front() : nullptr,
|
| (sync_point != nullptr) ? &tmp_sync_point : nullptr,
|
| (cl_mutable_command_khr*) mutable_handle),
|
| __COMMAND_FILL_IMAGE_KHR_ERR);
|
|
|
| if (sync_point != nullptr && error == CL_SUCCESS)
|
| *sync_point = tmp_sync_point;
|
|
|
| return error;
|
| }
|
|
|
| cl_int commandNDRangeKernel(const cl::vector<cl_ndrange_kernel_command_properties_khr> &properties,
|
| const Kernel& kernel,
|
| const NDRange& offset,
|
| const NDRange& global,
|
| const NDRange& local = NullRange,
|
| const vector<cl_sync_point_khr>* sync_points_vec = nullptr,
|
| cl_sync_point_khr* sync_point = nullptr,
|
| MutableCommandKhr* mutable_handle = nullptr,
|
| const CommandQueue* command_queue = nullptr)
|
| {
|
| if (pfn_clCommandNDRangeKernelKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __COMMAND_NDRANGE_KERNEL_KHR_ERR);
|
| }
|
|
|
| cl_sync_point_khr tmp_sync_point;
|
| cl_int error = detail::errHandler(
|
| pfn_clCommandNDRangeKernelKHR(object_,
|
| (command_queue != nullptr) ? (*command_queue)() : nullptr,
|
| &properties[0],
|
| kernel(),
|
| (cl_uint) global.dimensions(),
|
| offset.dimensions() != 0 ? (const size_type*) offset : nullptr,
|
| (const size_type*) global,
|
| local.dimensions() != 0 ? (const size_type*) local : nullptr,
|
| (sync_points_vec != nullptr) ? (cl_uint) sync_points_vec->size() : 0,
|
| (sync_points_vec != nullptr && sync_points_vec->size() > 0) ? &sync_points_vec->front() : nullptr,
|
| (sync_point != nullptr) ? &tmp_sync_point : nullptr,
|
| (cl_mutable_command_khr*) mutable_handle),
|
| __COMMAND_NDRANGE_KERNEL_KHR_ERR);
|
|
|
| if (sync_point != nullptr && error == CL_SUCCESS)
|
| *sync_point = tmp_sync_point;
|
|
|
| return error;
|
| }
|
|
|
| #if defined(cl_khr_command_buffer_mutable_dispatch)
|
| cl_int updateMutableCommands(const cl_mutable_base_config_khr* mutable_config)
|
| {
|
| if (pfn_clUpdateMutableCommandsKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __UPDATE_MUTABLE_COMMANDS_KHR_ERR);
|
| }
|
| return detail::errHandler(pfn_clUpdateMutableCommandsKHR(object_, mutable_config),
|
| __UPDATE_MUTABLE_COMMANDS_KHR_ERR);
|
| }
|
| #endif
|
|
|
| private:
|
| static std::once_flag ext_init_;
|
|
|
| static void initExtensions(const cl::Device& device)
|
| {
|
| #if CL_HPP_TARGET_OPENCL_VERSION >= 120
|
| cl_platform_id platform = device.getInfo<CL_DEVICE_PLATFORM>()();
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clCreateCommandBufferKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clFinalizeCommandBufferKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clRetainCommandBufferKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clReleaseCommandBufferKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clGetCommandBufferInfoKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clEnqueueCommandBufferKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clCommandBarrierWithWaitListKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clCommandCopyBufferKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clCommandCopyBufferRectKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clCommandCopyBufferToImageKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clCommandCopyImageKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clCommandCopyImageToBufferKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clCommandFillBufferKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clCommandFillImageKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clCommandNDRangeKernelKHR);
|
| #if defined(cl_khr_command_buffer_mutable_dispatch)
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clUpdateMutableCommandsKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_(platform, clGetMutableCommandInfoKHR);
|
| #endif
|
| #elif CL_HPP_TARGET_OPENCL_VERSION >= 110
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clCreateCommandBufferKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clFinalizeCommandBufferKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clRetainCommandBufferKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clReleaseCommandBufferKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clGetCommandBufferInfoKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clEnqueueCommandBufferKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clCommandBarrierWithWaitListKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clCommandCopyBufferKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clCommandCopyBufferRectKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clCommandCopyBufferToImageKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clCommandCopyImageKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clCommandCopyImageToBufferKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clCommandFillBufferKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clCommandFillImageKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clCommandNDRangeKernelKHR);
|
| #if defined(cl_khr_command_buffer_mutable_dispatch)
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clUpdateMutableCommandsKHR);
|
| CL_HPP_INIT_CL_EXT_FCN_PTR_(clGetMutableCommandInfoKHR);
|
| #endif
|
| #endif
|
| if ((pfn_clCreateCommandBufferKHR == nullptr) &&
|
| (pfn_clFinalizeCommandBufferKHR == nullptr) &&
|
| (pfn_clRetainCommandBufferKHR == nullptr) &&
|
| (pfn_clReleaseCommandBufferKHR == nullptr) &&
|
| (pfn_clGetCommandBufferInfoKHR == nullptr) &&
|
| (pfn_clEnqueueCommandBufferKHR == nullptr) &&
|
| (pfn_clCommandBarrierWithWaitListKHR == nullptr) &&
|
| (pfn_clCommandCopyBufferKHR == nullptr) &&
|
| (pfn_clCommandCopyBufferRectKHR == nullptr) &&
|
| (pfn_clCommandCopyBufferToImageKHR == nullptr) &&
|
| (pfn_clCommandCopyImageKHR == nullptr) &&
|
| (pfn_clCommandCopyImageToBufferKHR == nullptr) &&
|
| (pfn_clCommandFillBufferKHR == nullptr) &&
|
| (pfn_clCommandFillImageKHR == nullptr) &&
|
| (pfn_clCommandNDRangeKernelKHR == nullptr)
|
| #if defined(cl_khr_command_buffer_mutable_dispatch)
|
| && (pfn_clUpdateMutableCommandsKHR == nullptr)
|
| && (pfn_clGetMutableCommandInfoKHR == nullptr)
|
| #endif
|
| )
|
| {
|
| detail::errHandler(CL_INVALID_VALUE, __CREATE_COMMAND_BUFFER_KHR_ERR);
|
| }
|
| }
|
| };
|
|
|
| CL_HPP_DEFINE_STATIC_MEMBER_ std::once_flag CommandBufferKhr::ext_init_;
|
|
|
| #if defined(cl_khr_command_buffer_mutable_dispatch)
|
| |
| |
|
|
| class MutableCommandKhr : public detail::Wrapper<cl_mutable_command_khr>
|
| {
|
| public:
|
|
|
| MutableCommandKhr() : detail::Wrapper<cl_type>() { }
|
|
|
| explicit MutableCommandKhr(const cl_mutable_command_khr& mutableCommandKhr, bool retainObject = false) :
|
| detail::Wrapper<cl_type>(mutableCommandKhr, retainObject) { }
|
|
|
| MutableCommandKhr& operator=(const cl_mutable_command_khr& rhs)
|
| {
|
| detail::Wrapper<cl_type>::operator=(rhs);
|
| return *this;
|
| }
|
|
|
| template <typename T>
|
| cl_int getInfo(cl_mutable_command_info_khr name, T* param) const
|
| {
|
| if (pfn_clGetMutableCommandInfoKHR == nullptr) {
|
| return detail::errHandler(CL_INVALID_OPERATION,
|
| __GET_MUTABLE_COMMAND_INFO_KHR_ERR);
|
| }
|
| return detail::errHandler(
|
| detail::getInfo(pfn_clGetMutableCommandInfoKHR, object_, name, param),
|
| __GET_MUTABLE_COMMAND_INFO_KHR_ERR);
|
| }
|
|
|
| template <cl_mutable_command_info_khr name> typename
|
| detail::param_traits<detail::cl_mutable_command_info_khr, name>::param_type
|
| getInfo(cl_int* err = nullptr) const
|
| {
|
| typename detail::param_traits<
|
| detail::cl_mutable_command_info_khr, name>::param_type param;
|
| cl_int result = getInfo(name, ¶m);
|
| if (err != nullptr) {
|
| *err = result;
|
| }
|
| return param;
|
| }
|
| };
|
| #endif
|
|
|
| #endif
|
|
|
|
|
| #undef CL_HPP_ERR_STR_
|
| #if !defined(CL_HPP_USER_OVERRIDE_ERROR_STRINGS)
|
| #undef __GET_DEVICE_INFO_ERR
|
| #undef __GET_PLATFORM_INFO_ERR
|
| #undef __GET_DEVICE_IDS_ERR
|
| #undef __GET_PLATFORM_IDS_ERR
|
| #undef __GET_CONTEXT_INFO_ERR
|
| #undef __GET_EVENT_INFO_ERR
|
| #undef __GET_EVENT_PROFILE_INFO_ERR
|
| #undef __GET_MEM_OBJECT_INFO_ERR
|
| #undef __GET_IMAGE_INFO_ERR
|
| #undef __GET_SAMPLER_INFO_ERR
|
| #undef __GET_KERNEL_INFO_ERR
|
| #undef __GET_KERNEL_ARG_INFO_ERR
|
| #undef __GET_KERNEL_SUB_GROUP_INFO_ERR
|
| #undef __GET_KERNEL_WORK_GROUP_INFO_ERR
|
| #undef __GET_PROGRAM_INFO_ERR
|
| #undef __GET_PROGRAM_BUILD_INFO_ERR
|
| #undef __GET_COMMAND_QUEUE_INFO_ERR
|
| #undef __CREATE_CONTEXT_ERR
|
| #undef __CREATE_CONTEXT_FROM_TYPE_ERR
|
| #undef __CREATE_COMMAND_BUFFER_KHR_ERR
|
| #undef __GET_COMMAND_BUFFER_INFO_KHR_ERR
|
| #undef __FINALIZE_COMMAND_BUFFER_KHR_ERR
|
| #undef __ENQUEUE_COMMAND_BUFFER_KHR_ERR
|
| #undef __COMMAND_BARRIER_WITH_WAIT_LIST_KHR_ERR
|
| #undef __COMMAND_COPY_BUFFER_KHR_ERR
|
| #undef __COMMAND_COPY_BUFFER_RECT_KHR_ERR
|
| #undef __COMMAND_COPY_BUFFER_TO_IMAGE_KHR_ERR
|
| #undef __COMMAND_COPY_IMAGE_KHR_ERR
|
| #undef __COMMAND_COPY_IMAGE_TO_BUFFER_KHR_ERR
|
| #undef __COMMAND_FILL_BUFFER_KHR_ERR
|
| #undef __COMMAND_FILL_IMAGE_KHR_ERR
|
| #undef __COMMAND_NDRANGE_KERNEL_KHR_ERR
|
| #undef __UPDATE_MUTABLE_COMMANDS_KHR_ERR
|
| #undef __GET_MUTABLE_COMMAND_INFO_KHR_ERR
|
| #undef __RETAIN_COMMAND_BUFFER_KHR_ERR
|
| #undef __RELEASE_COMMAND_BUFFER_KHR_ERR
|
| #undef __GET_SUPPORTED_IMAGE_FORMATS_ERR
|
| #undef __SET_CONTEXT_DESCTRUCTOR_CALLBACK_ERR
|
| #undef __CREATE_BUFFER_ERR
|
| #undef __COPY_ERR
|
| #undef __CREATE_SUBBUFFER_ERR
|
| #undef __CREATE_GL_BUFFER_ERR
|
| #undef __CREATE_GL_RENDER_BUFFER_ERR
|
| #undef __GET_GL_OBJECT_INFO_ERR
|
| #undef __CREATE_IMAGE_ERR
|
| #undef __CREATE_GL_TEXTURE_ERR
|
| #undef __IMAGE_DIMENSION_ERR
|
| #undef __SET_MEM_OBJECT_DESTRUCTOR_CALLBACK_ERR
|
| #undef __CREATE_USER_EVENT_ERR
|
| #undef __SET_USER_EVENT_STATUS_ERR
|
| #undef __SET_EVENT_CALLBACK_ERR
|
| #undef __WAIT_FOR_EVENTS_ERR
|
| #undef __CREATE_KERNEL_ERR
|
| #undef __SET_KERNEL_ARGS_ERR
|
| #undef __CREATE_PROGRAM_WITH_SOURCE_ERR
|
| #undef __CREATE_PROGRAM_WITH_BINARY_ERR
|
| #undef __CREATE_PROGRAM_WITH_IL_ERR
|
| #undef __CREATE_PROGRAM_WITH_BUILT_IN_KERNELS_ERR
|
| #undef __BUILD_PROGRAM_ERR
|
| #undef __COMPILE_PROGRAM_ERR
|
| #undef __LINK_PROGRAM_ERR
|
| #undef __CREATE_KERNELS_IN_PROGRAM_ERR
|
| #undef __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR
|
| #undef __CREATE_SAMPLER_WITH_PROPERTIES_ERR
|
| #undef __SET_COMMAND_QUEUE_PROPERTY_ERR
|
| #undef __ENQUEUE_READ_BUFFER_ERR
|
| #undef __ENQUEUE_READ_BUFFER_RECT_ERR
|
| #undef __ENQUEUE_WRITE_BUFFER_ERR
|
| #undef __ENQUEUE_WRITE_BUFFER_RECT_ERR
|
| #undef __ENQEUE_COPY_BUFFER_ERR
|
| #undef __ENQEUE_COPY_BUFFER_RECT_ERR
|
| #undef __ENQUEUE_FILL_BUFFER_ERR
|
| #undef __ENQUEUE_READ_IMAGE_ERR
|
| #undef __ENQUEUE_WRITE_IMAGE_ERR
|
| #undef __ENQUEUE_COPY_IMAGE_ERR
|
| #undef __ENQUEUE_FILL_IMAGE_ERR
|
| #undef __ENQUEUE_COPY_IMAGE_TO_BUFFER_ERR
|
| #undef __ENQUEUE_COPY_BUFFER_TO_IMAGE_ERR
|
| #undef __ENQUEUE_MAP_BUFFER_ERR
|
| #undef __ENQUEUE_MAP_IMAGE_ERR
|
| #undef __ENQUEUE_MAP_SVM_ERR
|
| #undef __ENQUEUE_FILL_SVM_ERR
|
| #undef __ENQUEUE_COPY_SVM_ERR
|
| #undef __ENQUEUE_UNMAP_SVM_ERR
|
| #undef __ENQUEUE_MAP_IMAGE_ERR
|
| #undef __ENQUEUE_UNMAP_MEM_OBJECT_ERR
|
| #undef __ENQUEUE_NDRANGE_KERNEL_ERR
|
| #undef __ENQUEUE_NATIVE_KERNEL
|
| #undef __ENQUEUE_MIGRATE_MEM_OBJECTS_ERR
|
| #undef __ENQUEUE_MIGRATE_SVM_ERR
|
| #undef __ENQUEUE_ACQUIRE_GL_ERR
|
| #undef __ENQUEUE_RELEASE_GL_ERR
|
| #undef __CREATE_PIPE_ERR
|
| #undef __GET_PIPE_INFO_ERR
|
| #undef __RETAIN_ERR
|
| #undef __RELEASE_ERR
|
| #undef __FLUSH_ERR
|
| #undef __FINISH_ERR
|
| #undef __VECTOR_CAPACITY_ERR
|
| #undef __CREATE_SUB_DEVICES_ERR
|
| #undef __ENQUEUE_ACQUIRE_EXTERNAL_MEMORY_ERR
|
| #undef __ENQUEUE_RELEASE_EXTERNAL_MEMORY_ERR
|
| #undef __ENQUEUE_MARKER_ERR
|
| #undef __ENQUEUE_WAIT_FOR_EVENTS_ERR
|
| #undef __ENQUEUE_BARRIER_ERR
|
| #undef __UNLOAD_COMPILER_ERR
|
| #undef __CREATE_GL_TEXTURE_2D_ERR
|
| #undef __CREATE_GL_TEXTURE_3D_ERR
|
| #undef __CREATE_IMAGE2D_ERR
|
| #undef __CREATE_IMAGE3D_ERR
|
| #undef __CREATE_COMMAND_QUEUE_ERR
|
| #undef __ENQUEUE_TASK_ERR
|
| #undef __CREATE_SAMPLER_ERR
|
| #undef __ENQUEUE_MARKER_WAIT_LIST_ERR
|
| #undef __ENQUEUE_BARRIER_WAIT_LIST_ERR
|
| #undef __CLONE_KERNEL_ERR
|
| #undef __GET_HOST_TIMER_ERR
|
| #undef __GET_DEVICE_AND_HOST_TIMER_ERR
|
| #undef __GET_SEMAPHORE_KHR_INFO_ERR
|
| #undef __CREATE_SEMAPHORE_KHR_WITH_PROPERTIES_ERR
|
| #undef __GET_IMAGE_REQUIREMENT_INFO_EXT_ERR
|
| #undef __ENQUEUE_WAIT_SEMAPHORE_KHR_ERR
|
| #undef __ENQUEUE_SIGNAL_SEMAPHORE_KHR_ERR
|
| #undef __RETAIN_SEMAPHORE_KHR_ERR
|
| #undef __RELEASE_SEMAPHORE_KHR_ERR
|
| #undef __GET_SEMAPHORE_HANDLE_FOR_TYPE_KHR_ERR
|
|
|
| #endif
|
|
|
|
|
| #undef CL_HPP_CREATE_CL_EXT_FCN_PTR_ALIAS_
|
| #undef CL_HPP_INIT_CL_EXT_FCN_PTR_
|
| #undef CL_HPP_INIT_CL_EXT_FCN_PTR_PLATFORM_
|
|
|
| #undef CL_HPP_DEFINE_STATIC_MEMBER_
|
|
|
| }
|
|
|
| #endif
|
|
|