#include <detail/scheduler/commands.hpp>
#include <sycl/detail/helpers.hpp>
#include <detail/context_impl.hpp>
#include <detail/event_impl.hpp>
#include <detail/queue_impl.hpp>
#include <sycl/event.hpp>
#include <memory>
Go to the source code of this file.
Namespaces | |
sycl | |
---— Error handling, matching OpenCL plugin semantics. | |
sycl::_V1 | |
sycl::_V1::detail | |
Typedefs | |
using | sycl::_V1::ContextImplPtr = std::shared_ptr< sycl::detail::context_impl > |
Functions | |
std::vector< RT::PiEvent > | sycl::_V1::detail::getOrWaitEvents (std::vector< sycl::event > DepEvents, ContextImplPtr Context) |
void | sycl::_V1::detail::waitEvents (std::vector< sycl::event > DepEvents) |