CPPuddle
Typedefs
recycler::detail Namespace Reference

Typedefs

using buffer_recycler = cppuddle::memory_recycling::detail::buffer_interface
 
template<class T >
using cuda_pinned_allocator = cppuddle::memory_recycling::detail::cuda_pinned_allocator< T >
 
template<class T >
using cuda_device_allocator = cppuddle::memory_recycling::detail::cuda_device_allocator< T >
 
template<class T >
using hip_pinned_allocator = cppuddle::memory_recycling::detail::hip_pinned_allocator< T >
 
template<class T >
using hip_device_allocator = cppuddle::memory_recycling::detail::hip_device_allocator< T >
 
template<class T >
using sycl_host_default_allocator = cppuddle::memory_recycling::detail::sycl_host_default_allocator< T >
 
template<class T >
using sycl_device_default_allocator = cppuddle::memory_recycling::detail::sycl_device_default_allocator< T >
 

Typedef Documentation

◆ buffer_recycler

◆ cuda_device_allocator

◆ cuda_pinned_allocator

◆ hip_device_allocator

◆ hip_pinned_allocator

◆ sycl_device_default_allocator

◆ sycl_host_default_allocator