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/device_binary_image.hpp>
#include <detail/event_impl.hpp>
#include <detail/kernel_bundle_impl.hpp>
#include <detail/queue_impl.hpp>
#include <sycl/event.hpp>
#include <memory>
#include <tuple>
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

void sycl::_V1::detail::waitEvents (std::vector< sycl::event > DepEvents)
 
void sycl::_V1::detail::markBufferAsInternal (const std::shared_ptr< buffer_impl > &BufImpl)
 
std::tuple< const RTDeviceBinaryImage *, sycl::detail::pi::PiProgramsycl::_V1::detail::retrieveKernelBinary (const QueueImplPtr &, const char *KernelName, CGExecKernel *CGKernel=nullptr)