vecmem 1.14.0
|
Host memory resource, connected to a specific SYCL device. More...
#include <vecmem/memory/sycl/host_memory_resource.hpp>
Public Member Functions | |
VECMEM_SYCL_EXPORT | host_memory_resource (const queue_wrapper &queue={}) |
Constructor on top of a user-provided queue. | |
VECMEM_SYCL_EXPORT | ~host_memory_resource () |
Destructor. | |
Protected Attributes | |
queue_wrapper | m_queue |
The queue that the allocations are made for/on. | |
Private Member Functions | |
Function(s) implementing @c vecmem::memory_resource | |
virtual VECMEM_SYCL_EXPORT void * | do_allocate (std::size_t nbytes, std::size_t alignment) override final |
Function performing the memory allocation. | |
Host memory resource, connected to a specific SYCL device.