Represents ND (1D, 2D, 3D) ranges for kernels executions.
More...
#include <engine.hpp>
|
| nd_range (size_t x) |
|
| nd_range (size_t x, size_t y) |
|
| nd_range (size_t x, size_t y, size_t z) |
|
size_t | dimensions () const |
|
const size_t * | values () const |
|
const size_t & | operator[] (size_t idx) const |
|
size_t & | operator[] (size_t idx) |
|
Represents ND (1D, 2D, 3D) ranges for kernels executions.
Definition at line 247 of file engine.hpp.
The documentation for this struct was generated from the following file: