vecmem 1.14.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
vecmem::sycl::host_memory_resource Class Referencefinal

Host memory resource, connected to a specific SYCL device. More...

#include <vecmem/memory/sycl/host_memory_resource.hpp>

Inheritance diagram for vecmem::sycl::host_memory_resource:
vecmem::sycl::details::memory_resource_base

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 voiddo_allocate (std::size_t nbytes, std::size_t alignment) override final
 Function performing the memory allocation.
 

Detailed Description

Host memory resource, connected to a specific SYCL device.


The documentation for this class was generated from the following file: