DPC++ Runtime
Runtime libraries for oneAPI DPC++
event.cpp File Reference
#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>
Include dependency graph for event.cpp:

Go to the source code of this file.

Namespaces

 sycl
 ---— Error handling, matching OpenCL plugin semantics.
 
 sycl::_V1
 

Macros

#define __SYCL_PARAM_TRAITS_SPEC(DescType, Desc, ReturnT, PiCode)   template __SYCL_EXPORT ReturnT event::get_info<info::event::Desc>() const;
 
#define __SYCL_PARAM_TRAITS_SPEC(DescType, Desc, ReturnT, PiCode)
 

Macro Definition Documentation

◆ __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;

Definition at line 96 of file event.cpp.

◆ __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.