DPC++ Runtime
Runtime libraries for oneAPI DPC++
helpers.cpp File Reference
#include <detail/scheduler/commands.hpp>
#include <sycl/detail/helpers.hpp>
#include <detail/buffer_impl.hpp>
#include <detail/context_impl.hpp>
#include <detail/event_impl.hpp>
#include <detail/queue_impl.hpp>
#include <sycl/event.hpp>
#include <memory>
Include dependency graph for helpers.cpp:

Go to the source code of this file.

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::detail
 

Typedefs

using sycl::_V1::ContextImplPtr = std::shared_ptr< sycl::detail::context_impl >
 

Functions

std::vector< sycl::detail::pi::PiEventsycl::_V1::detail::getOrWaitEvents (std::vector< sycl::event > DepEvents, ContextImplPtr Context)
 
void sycl::_V1::detail::waitEvents (std::vector< sycl::event > DepEvents)
 
void sycl::_V1::detail::markBufferAsInternal (const std::shared_ptr< buffer_impl > &BufImpl)