10#ifndef SYCL_BUFFER_UTIL_HPP
11#define SYCL_BUFFER_UTIL_HPP
21 [[deprecated(
"Use from header sycl_recycling_allocators.hpp instead")]] =
26 [[deprecated(
"Use from header sycl_recycling_allocators.hpp instead")]] =
31template <typename T, std::enable_if_t<std::is_trivial<T>::value,
int> = 0>
33 [[deprecated(
"Use from header sycl_recycling_allocators.hpp instead")]] =
36template <typename T, std::enable_if_t<std::is_trivial<T>::value,
int> = 0>
38 [[deprecated(
"Use from header sycl_recycling_allocators.hpp instead")]] =
Deprecated LEGACY namespace. Kept around for compatiblity with old code for now.
Definition aligned_buffer_util.hpp:15
Recycles not only allocations but also the contents of a buffer.
Definition buffer_management.hpp:840
Definition buffer_management.hpp:770
Underlying allocator for SYCL device memory (using the sycl::default_selector{})
Definition sycl_underlying_allocators.hpp:44
Underlying host allocator for SYCL pinned memory (using the sycl::default_selector{})
Definition sycl_underlying_allocators.hpp:17