#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>
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 *, ur_program_handle_t > | sycl::_V1::detail::retrieveKernelBinary (const QueueImplPtr &, const char *KernelName, CGExecKernel *CGKernel=nullptr) |