apis.h File Reference
#include "SYCL/accessor.h"
#include "SYCL/base.h"
#include "SYCL/buffer.h"
#include "SYCL/bundle_state.h"
#include "SYCL/common.h"
#include "SYCL/context.h"
#include "SYCL/event.h"
#include "SYCL/group.h"
#include "SYCL/id.h"
#include "SYCL/index_array.h"
#include "SYCL/interop_handle.h"
#include "SYCL/kernel.h"
#include "SYCL/kernel_bundle.h"
#include "SYCL/nd_range_base.h"
#include "SYCL/predefines.h"
#include "SYCL/program.h"
#include "SYCL/range.h"
#include "SYCL/reduction.h"
#include "SYCL/task.h"
#include "SYCL/type_traits.h"
#include <array>
#include <cstddef>
#include <functional>
#include <memory>
#include <type_traits>
#include <utility>
#include <vector>
#include "computecpp_export.h"
Go to the source code of this file.
Classes | |
class | cl::sycl::handler |
A handler gives user access to command group scope functionality, such as API calls. More... | |
Namespaces | |
cl | |
deduce_type_t takes an arbitrary type and attempts to map it to a cl::sycl::cl_type . | |
cl::sycl | |
cl::sycl::codeplay | |
Functions | |
template<typename functorT , int dimensions> | |
cl::sycl::COMPUTECPP_DEPRECATED_BY_SYCL_VER (201703, "Use group::parallel_for_work_item instead.") void parallel_for_work_item(group< dimensions > groupID | |
inner loop of parallel_for_work_group, the Hierarchical API. More... | |
Variables | |
const functorT & | cl::sycl::functor |
range< dimensions > | cl::sycl::localRange |