#include <detail/backend_impl.hpp>
#include <detail/event_impl.hpp>
#include <detail/scheduler/scheduler.hpp>
#include <sycl/context.hpp>
#include <sycl/detail/common.hpp>
#include <sycl/detail/pi.hpp>
#include <sycl/event.hpp>
#include <sycl/info/info_desc.hpp>
#include <sycl/stl.hpp>
#include <memory>
#include <unordered_set>
#include <sycl/info/event_traits.def>
#include <sycl/info/event_profiling_traits.def>
Go to the source code of this file.
|
| sycl |
| ---— Error handling, matching OpenCL plugin semantics.
|
|
| sycl::_V1 |
|
◆ __SYCL_PARAM_TRAITS_SPEC [1/2]
#define __SYCL_PARAM_TRAITS_SPEC |
( |
|
DescType, |
|
|
|
Desc, |
|
|
|
ReturnT, |
|
|
|
PiCode |
|
) |
| template __SYCL_EXPORT ReturnT event::get_info<info::event::Desc>() const; |
◆ __SYCL_PARAM_TRAITS_SPEC [2/2]
#define __SYCL_PARAM_TRAITS_SPEC |
( |
|
DescType, |
|
|
|
Desc, |
|
|
|
ReturnT, |
|
|
|
PiCode |
|
) |
| |
Value: template __SYCL_EXPORT ReturnT \
event::get_profiling_info<info::DescType::Desc>() const;
Definition at line 96 of file event.cpp.