#include <sycl/access/access.hpp>
#include <sycl/accessor.hpp>
#include <sycl/aspects.hpp>
#include <sycl/async_handler.hpp>
#include <sycl/backend_types.hpp>
#include <sycl/buffer.hpp>
#include <sycl/context.hpp>
#include <sycl/detail/assert_happened.hpp>
#include <sycl/detail/cg_types.hpp>
#include <sycl/detail/common.hpp>
#include <sycl/detail/defines_elementary.hpp>
#include <sycl/detail/export.hpp>
#include <sycl/detail/info_desc_helpers.hpp>
#include <sycl/detail/kernel_desc.hpp>
#include <sycl/detail/owner_less_base.hpp>
#include <sycl/device.hpp>
#include <sycl/device_selector.hpp>
#include <sycl/event.hpp>
#include <sycl/exception.hpp>
#include <sycl/exception_list.hpp>
#include <sycl/ext/oneapi/device_global/device_global.hpp>
#include <sycl/ext/oneapi/device_global/properties.hpp>
#include <sycl/ext/oneapi/experimental/graph.hpp>
#include <sycl/ext/oneapi/properties/properties.hpp>
#include <sycl/handler.hpp>
#include <sycl/id.hpp>
#include <sycl/kernel.hpp>
#include <sycl/kernel_handler.hpp>
#include <sycl/nd_range.hpp>
#include <sycl/property_list.hpp>
#include <sycl/range.hpp>
#include <cstddef>
#include <functional>
#include <memory>
#include <stdint.h>
#include <tuple>
#include <type_traits>
#include <variant>
#include <vector>
Go to the source code of this file.
Classes | |
class | sycl::_V1::queue |
Encapsulates a single SYCL queue which schedules kernels on a SYCL device. More... | |
struct | std::hash< sycl::queue > |
Namespaces | |
sycl | |
sycl::_V1 | |
sycl::_V1::detail | |
sycl::_V1::ext | |
sycl::_V1::ext ::oneapi | |
sycl::_V1::ext ::oneapi ::experimental | |
sycl::_V1::ext ::oneapi ::experimental::detail | |
std | |
Macros | |
#define | _KERNELFUNCPARAM(a) KernelType a |
Enumerations | |
enum class | sycl::_V1::ext ::oneapi ::experimental::queue_state { sycl::_V1::ext ::oneapi ::experimental::executing , sycl::_V1::ext ::oneapi ::experimental::recording } |
Functions | |
template<backend BackendName, class SyclObjectT > | |
auto | sycl::_V1::get_native (const SyclObjectT &Obj) -> backend_return_t< BackendName, SyclObjectT > |
template<typename CommandGroupFunc > | |
void | sycl::_V1::ext ::oneapi ::experimental::detail::submit_impl (queue &Q, CommandGroupFunc &&CGF, const sycl::detail::code_location &CodeLoc) |