Intel clGPU
|
Kernel execution options. More...
#include <engine.hpp>
Public Member Functions | |
kernel_options (const nd_range &work_size, const nd_range ¶llel_size=null_range) | |
Constructs kernel options with specified global and parallel ranges. | |
const nd_range & | work_size () const |
Range for kernel instances (global worksize) | |
const nd_range & | parallel_size () const |
Range of kernel instances to be executed in paralled (local worksize) | |
Kernel execution options.
Definition at line 289 of file engine.hpp.