vecmem 1.14.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
vecmem::hip::device_memory_resource Class Referencefinal

Memory resource for a specific HIP device. More...

#include <vecmem/memory/hip/device_memory_resource.hpp>

Inheritance diagram for vecmem::hip::device_memory_resource:

Public Member Functions

VECMEM_HIP_EXPORT device_memory_resource (int device=INVALID_DEVICE)
 Constructor, allowing the specification of the device to use.
 
VECMEM_HIP_EXPORT ~device_memory_resource ()
 Destructor.
 

Static Public Attributes

static constexpr int INVALID_DEVICE = -1
 Invalid/default device identifier.
 

Private Member Functions

Function(s) implementing @c vecmem::memory_resource
virtual VECMEM_HIP_EXPORT voiddo_allocate (std::size_t nbytes, std::size_t alignment) override final
 Function performing the memory allocation.
 
virtual VECMEM_HIP_EXPORT void do_deallocate (void *ptr, std::size_t nbytes, std::size_t alignment) override final
 Function performing the memory de-allocation.
 
virtual VECMEM_HIP_EXPORT bool do_is_equal (const memory_resource &other) const noexcept override final
 Function comparing two memory resource instances.
 

Detailed Description

Memory resource for a specific HIP device.


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