#include <CL/sycl/detail/helpers.hpp>
#include <CL/sycl/event.hpp>
#include <detail/context_impl.hpp>
#include <detail/event_impl.hpp>
#include <memory>
Go to the source code of this file.
Namespaces | |
cl | |
We provide new interfaces for matrix muliply in this patch: | |
cl::sycl | |
cl::sycl::detail | |
Typedefs | |
using | cl::sycl::ContextImplPtr = std::shared_ptr< cl::sycl::detail::context_impl > |
Functions | |
std::vector< RT::PiEvent > | cl::sycl::detail::getOrWaitEvents (std::vector< cl::sycl::event > DepEvents, ContextImplPtr Context) |
void | cl::sycl::detail::waitEvents (std::vector< cl::sycl::event > DepEvents) |