Class interface for specifying NDRange values.
More...
#include <cl.hpp>
Class interface for specifying NDRange values.
Definition at line 4611 of file cl.hpp.
◆ NDRange() [1/4]
Default constructor - resulting range has zero dimensions.
Definition at line 4619 of file cl.hpp.
◆ NDRange() [2/4]
cl::NDRange::NDRange |
( |
::size_t |
size0 | ) |
|
|
inline |
Constructs one-dimensional range.
Definition at line 4624 of file cl.hpp.
◆ NDRange() [3/4]
Constructs two-dimensional range.
Definition at line 4631 of file cl.hpp.
◆ NDRange() [4/4]
Constructs three-dimensional range.
Definition at line 4639 of file cl.hpp.
◆ dimensions()
::size_t cl::NDRange::dimensions |
( |
| ) |
const |
|
inline |
Queries the number of dimensions in the range.
Definition at line 4656 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 4651 of file cl.hpp.
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/ASL-0.1.7/src/acl/cl.hpp