DPC++ Runtime
Runtime libraries for oneAPI DPC++
event.hpp File Reference
Include dependency graph for event.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sycl::_V1::event
 An event object can be used to synchronize memory transfers, enqueues of kernels and signaling barriers. More...
 
struct  std::hash< sycl::event >
 

Namespaces

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

Functions

template<backend BackendName, class SyclObjectT >
auto sycl::_V1::get_native (const SyclObjectT &Obj) -> backend_return_t< BackendName, SyclObjectT >