Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph_opencl_node.h>
Public Types | |
template<typename T > | |
using | async_msg_type = opencl_async_msg< T, default_opencl_factory > |
![]() | |
using | async_msg_type = opencl_async_msg< T, opencl_factory< default_device_filter > > |
typedef opencl_device | device_type |
typedef kernel | kernel_type |
typedef opencl_range | range_type |
Private Member Functions | |
default_opencl_factory ()=default | |
![]() | |
no_copy (const no_copy &)=delete | |
no_copy ()=default | |
Friends | |
default_opencl_factory & | default_factory () |
Additional Inherited Members | |
![]() | |
opencl_factory () | |
~opencl_factory () | |
bool | init (const opencl_device_list &device_list) |
void | send_kernel (opencl_device device, const kernel_type &kernel, const range_type &work_size, Args &... args) |
void | send_data (opencl_device device, T &t, Rest &... args) |
void | send_data (opencl_device) |
void | finalize (opencl_device device, FinalizeFn fn, Args &... args) |
const opencl_device_list & | devices () |
Definition at line 1207 of file flow_graph_opencl_node.h.
using tbb::flow::interface11::opencl_info::default_opencl_factory::async_msg_type = opencl_async_msg<T, default_opencl_factory> |
Definition at line 1209 of file flow_graph_opencl_node.h.
|
privatedefault |
|
friend |
Definition at line 1217 of file flow_graph_opencl_node.h.