CPPuddle
|
Go to the source code of this file.
Namespaces | |
namespace | recycler |
Deprecated LEGACY namespace. Kept around for compatiblity with old code for now. | |
namespace | 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 > |