#include <detail/host_task.hpp>
Public Member Functions | |
HostTask () | |
HostTask (std::function< void()> &&Func) | |
HostTask (std::function< void(interop_handle)> &&Func) | |
bool | isInteropTask () const |
void | call (HostProfilingInfo *HPI) |
void | call (HostProfilingInfo *HPI, interop_handle handle) |
Friends | |
class | DispatchHostTask |
class | ExecCGCommand |
Definition at line 24 of file host_task.hpp.
|
inline |
Definition at line 29 of file host_task.hpp.
|
inline |
Definition at line 30 of file host_task.hpp.
|
inline |
Definition at line 31 of file host_task.hpp.
|
inline |
Definition at line 35 of file host_task.hpp.
References sycl::_V1::detail::HostProfilingInfo::end(), and sycl::_V1::detail::HostProfilingInfo::start().
Referenced by sycl::_V1::detail::DispatchHostTask::operator()().
|
inline |
Definition at line 43 of file host_task.hpp.
References sycl::_V1::detail::HostProfilingInfo::end(), and sycl::_V1::detail::HostProfilingInfo::start().
|
inline |
Definition at line 33 of file host_task.hpp.
|
friend |
Definition at line 51 of file host_task.hpp.
|
friend |
Definition at line 52 of file host_task.hpp.