Class interface for specifying NDRange values.
More...
#include <cl.hpp>
Class interface for specifying NDRange values.
Definition at line 4612 of file cl.hpp.
◆ NDRange() [1/4]
Default constructor - resulting range has zero dimensions.
Definition at line 4620 of file cl.hpp.
◆ NDRange() [2/4]
cl::NDRange::NDRange |
( |
::size_t |
size0 | ) |
|
|
inline |
Constructs one-dimensional range.
Definition at line 4625 of file cl.hpp.
◆ NDRange() [3/4]
Constructs two-dimensional range.
Definition at line 4632 of file cl.hpp.
◆ NDRange() [4/4]
Constructs three-dimensional range.
Definition at line 4640 of file cl.hpp.
◆ dimensions()
::size_t cl::NDRange::dimensions |
( |
| ) |
const |
|
inline |
Queries the number of dimensions in the range.
Definition at line 4657 of file cl.hpp.
◆ operator const ::size_t *()
cl::NDRange::operator const ::size_t * |
( |
| ) |
const |
|
inline |
Conversion operator to const ::size_t *.
- Returns
- a pointer to the size of the first dimension.
Definition at line 4652 of file cl.hpp.
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/ASL-0.1.7/src/acl/cl.hpp