CPPuddle
Namespaces | Typedefs
sycl_buffer_util.hpp File Reference
#include "cppuddle/memory_recycling/sycl_recycling_allocators.hpp"
Include dependency graph for sycl_buffer_util.hpp:

Go to the source code of this file.

Namespaces

 recycler
 Deprecated LEGACY namespace. Kept around for compatiblity with old code for now.
 
 recycler::detail
 

Typedefs

template<class T >
using recycler::detail::sycl_host_default_allocator = cppuddle::memory_recycling::detail::sycl_host_default_allocator< T >
 
template<class T >
using recycler::detail::sycl_device_default_allocator = cppuddle::memory_recycling::detail::sycl_device_default_allocator< T >
 
template<typename T , std::enable_if_t< std::is_trivial< T >::value, int > = 0>
using recycler::recycle_allocator_sycl_host = cppuddle::memory_recycling::recycle_allocator_sycl_host< T >
 
template<typename T , std::enable_if_t< std::is_trivial< T >::value, int > = 0>
using recycler::recycle_allocator_sycl_device = cppuddle::memory_recycling::recycle_allocator_sycl_device< T >