#include <detail/device_global_map_entry.hpp>
Public Member Functions | |
DeviceGlobalUSMMem (void *Ptr) | |
~DeviceGlobalUSMMem () | |
void *const & | getPtr () const noexcept |
OwnedUrEvent | getInitEvent (const PluginPtr &Plugin) |
Friends | |
struct | DeviceGlobalMapEntry |
Definition at line 34 of file device_global_map_entry.hpp.
|
inline |
Definition at line 35 of file device_global_map_entry.hpp.
sycl::_V1::detail::DeviceGlobalUSMMem::~DeviceGlobalUSMMem | ( | ) |
Definition at line 20 of file device_global_map_entry.cpp.
OwnedUrEvent sycl::_V1::detail::DeviceGlobalUSMMem::getInitEvent | ( | const PluginPtr & | Plugin | ) |
Definition at line 28 of file device_global_map_entry.cpp.
References sycl::_V1::info::complete.
Referenced by sycl::_V1::detail::context_impl::initializeDeviceGlobals(), sycl::_V1::detail::memcpyFromDeviceGlobalUSM(), and sycl::_V1::detail::memcpyToDeviceGlobalUSM().
|
inlinenoexcept |
Definition at line 38 of file device_global_map_entry.hpp.
Referenced by sycl::_V1::detail::context_impl::initializeDeviceGlobals(), sycl::_V1::detail::memcpyFromDeviceGlobalUSM(), and sycl::_V1::detail::memcpyToDeviceGlobalUSM().
|
friend |
Definition at line 49 of file device_global_map_entry.hpp.