OpenCL cl_platform_id
More...
#include <vsmc/utility/opencl.hpp>
|
| CLPlatform (::cl_platform_id ptr=nullptr) |
|
std::vector< CLDevice > | get_device (::cl_device_type device_type) const |
| clGetDeviceIDs More...
|
|
::cl_int | get_info (::cl_platform_info param_name, std::string ¶m_value) const |
|
template<typename ParamType > |
::cl_int | get_info (::cl_platform_info param_name, ParamType ¶m_value) const |
|
::cl_int | get_info (::cl_platform_info param_name, std::size_t param_value_size, void *param_value, std::size_t *param_value_size_ret) const |
| clGetPlatformInfo More...
|
|
template<typename ParamType > |
::cl_int | get_info (::cl_platform_info param_name, std::vector< ParamType > ¶m_value) const |
|
::cl_int | unload_compiler () const |
| clUnloadPlatformCompiler More...
|
|
| CLBase () |
|
pointer | get () const |
|
| operator bool () const |
|
void | reset (pointer ptr) |
|
void | swap (CLBase< ::cl_platform_id, CLPlatform > &other) |
|
bool | unique () const |
|
long | use_count () const |
|
|
::cl_int | release (::cl_platform_id) |
|
OpenCL cl_platform_id
Definition at line 321 of file opencl.hpp.
vsmc::CLPlatform::CLPlatform |
( |
::cl_platform_id |
ptr = nullptr | ) |
|
|
inlineexplicit |
std::vector<CLDevice> vsmc::CLPlatform::get_device |
( |
::cl_device_type |
device_type | ) |
const |
|
inline |
template<typename ParamType >
::cl_int vsmc::CLPlatform::get_info |
( |
::cl_platform_info |
param_name, |
|
|
ParamType & |
param_value |
|
) |
| const |
|
inline |
::cl_int vsmc::CLPlatform::get_info |
( |
::cl_platform_info |
param_name, |
|
|
std::string & |
param_value |
|
) |
| const |
|
inline |
template<typename ParamType >
::cl_int vsmc::CLPlatform::get_info |
( |
::cl_platform_info |
param_name, |
|
|
std::vector< ParamType > & |
param_value |
|
) |
| const |
|
inline |
::cl_int vsmc::CLPlatform::get_info |
( |
::cl_platform_info |
param_name, |
|
|
std::size_t |
param_value_size, |
|
|
void * |
param_value, |
|
|
std::size_t * |
param_value_size_ret |
|
) |
| const |
|
inline |
::cl_int vsmc::CLPlatform::release |
( |
::cl_platform_id |
| ) |
|
|
inlinestatic |
::cl_int vsmc::CLPlatform::unload_compiler |
( |
| ) |
const |
|
inline |
clUnloadPlatformCompiler
Definition at line 347 of file opencl.hpp.