Go to the source code of this file.
|
| namespace | recycler |
| | Deprecated LEGACY namespace. Kept around for compatiblity with old code for now.
|
| |
| namespace | recycler::detail |
| |
|
| template<class T > |
| using | recycler::detail::hip_pinned_allocator = cppuddle::memory_recycling::detail::hip_pinned_allocator< T > |
| |
| template<class T > |
| using | recycler::detail::hip_device_allocator = cppuddle::memory_recycling::detail::hip_device_allocator< T > |
| |
| template<typename T , std::enable_if_t< std::is_trivial< T >::value, int > = 0> |
| using | recycler::recycle_allocator_hip_host = cppuddle::memory_recycling::recycle_allocator_hip_host< T > |
| |
| template<typename T , std::enable_if_t< std::is_trivial< T >::value, int > = 0> |
| using | recycler::recycle_allocator_hip_device = cppuddle::memory_recycling::recycle_allocator_hip_device< T > |
| |
| template<typename T , std::enable_if_t< std::is_trivial< T >::value, int > = 0> |
| using | recycler::hip_device_buffer = cppuddle::memory_recycling::hip_device_buffer< T > |
| |
| template<typename T , typename Host_Allocator , std::enable_if_t< std::is_trivial< T >::value, int > = 0> |
| using | recycler::hip_aggregated_device_buffer = cppuddle::memory_recycling::hip_aggregated_device_buffer< T, Host_Allocator > |
| |