vecmem 1.18.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | 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 vecmem::sycl::details::queue_holder

Public Member Functions

VECMEM_SYCL_EXPORT queue_holder (const queue_wrapper &queue={})
 Inherit the constructor(s) from vecmem::sycl::details::queue_holder.
 

Protected Member Functions

queue_wrapperqueue () const
 Get the held queue.
 

Private Member Functions

Function(s) implementing @c vecmem::memory_resource
VECMEM_SYCL_EXPORT voiddo_allocate (std::size_t nbytes, std::size_t alignment) override
 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: