#include <detail/backend_impl.hpp>
#include <detail/event_impl.hpp>
#include <detail/queue_impl.hpp>
#include <sycl/detail/common.hpp>
#include <sycl/event.hpp>
#include <sycl/exception_list.hpp>
#include <sycl/ext/codeplay/experimental/fusion_properties.hpp>
#include <sycl/handler.hpp>
#include <sycl/queue.hpp>
#include <sycl/stl.hpp>
#include <algorithm>
#include <sycl/info/queue_traits.def>
#include <sycl/properties/queue_properties.def>
Go to the source code of this file.
|
| sycl |
| ---— Error handling, matching OpenCL plugin semantics.
|
|
| sycl::_V1 |
|
◆ __SYCL_DATA_LESS_PROP
◆ __SYCL_MANUALLY_DEFINED_PROP
#define __SYCL_MANUALLY_DEFINED_PROP |
( |
|
NS_QUALIFIER, |
|
|
|
PROP_NAME |
|
) |
| |
Value: template __SYCL_EXPORT bool queue::has_property<NS_QUALIFIER::PROP_NAME>() \
const noexcept; \
template __SYCL_EXPORT NS_QUALIFIER::PROP_NAME \
queue::get_property<NS_QUALIFIER::PROP_NAME>() const;
Definition at line 191 of file queue.cpp.
◆ __SYCL_PARAM_TRAITS_SPEC
#define __SYCL_PARAM_TRAITS_SPEC |
( |
|
DescType, |
|
|
|
Desc, |
|
|
|
ReturnT, |
|
|
|
Picode |
|
) |
| template __SYCL_EXPORT ReturnT queue::get_info<info::queue::Desc>() const; |