10#include "vecmem/memory/memory_resource.hpp"
11#include "vecmem/utils/sycl/details/queue_holder.hpp"
12#include "vecmem/vecmem_sycl_export.hpp"
35 std::size_t alignment)
final;
An allocator class that wraps a memory resource.
Definition allocator.hpp:37
SYCL memory resource base class.
Definition memory_resource_base.hpp:22
VECMEM_SYCL_EXPORT bool do_is_equal(const memory_resource &other) const noexcept final
Function comparing two memory resource instances.
VECMEM_SYCL_EXPORT void do_deallocate(void *ptr, std::size_t nbytes, std::size_t alignment) final
Function performing the memory de-allocation.
Base class for all user-facing, sycl::queue using classes.
Definition queue_holder.hpp:19
VECMEM_SYCL_EXPORT queue_holder(const queue_wrapper &queue={})
Constructor on top of a user-provided queue.
Namespace for types that should not be used directly by clients.
Definition sycl_builtin_device_atomic_ref.hpp:18