vecmem 1.14.0
|
Memory resource for a specific HIP device. More...
#include <vecmem/memory/hip/device_memory_resource.hpp>
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 void * | do_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. | |
Memory resource for a specific HIP device.