Intel clGPU
kernel_options Struct Reference

Kernel execution options. More...

#include <engine.hpp>

Public Member Functions

 kernel_options (const nd_range &work_size, const nd_range &parallel_size=null_range)
 Constructs kernel options with specified global and parallel ranges.
 
const nd_rangework_size () const
 Range for kernel instances (global worksize)
 
const nd_rangeparallel_size () const
 Range of kernel instances to be executed in paralled (local worksize)
 

Detailed Description

Kernel execution options.

Definition at line 289 of file engine.hpp.


The documentation for this struct was generated from the following file: