range.h File Reference
This file implements the cl::sycl::range class as defined by the SYCL 1.2 specification. More...
#include "SYCL/common.h"
#include "SYCL/id.h"
#include "SYCL/index_array.h"
#include "SYCL/info.h"
#include "SYCL/nd_range_base.h"
Go to the source code of this file.
Classes | |
class | cl::sycl::range< dims > |
dims-dimensional range More... | |
struct | cl::sycl::info_convert< size_t *, range< 3 > > |
Specialization of info_convert for converting a pointer size_t type to a range<3> type. More... | |
class | cl::sycl::nd_range< dimensions > |
Implements the nd_range class of the SYCL specification. More... | |
Namespaces | |
cl | |
deduce_type_t takes an arbitrary type and attempts to map it to a cl::sycl::cl_type . | |
cl::sycl | |
Detailed Description
This file implements the cl::sycl::range class as defined by the SYCL 1.2 specification.
Definition in file range.h.