CPPuddle
Namespaces | Typedefs
kokkos_buffer_util.hpp File Reference
#include "cppuddle/memory_recycling/util/recycling_kokkos_view.hpp"
Include dependency graph for kokkos_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.
 

Typedefs

template<typename kokkos_type , typename alloc_type , typename element_type >
using recycler::aggregated_recycled_view = cppuddle::memory_recycling::aggregated_recycling_view< kokkos_type, alloc_type, element_type >
 
template<typename kokkos_type , typename alloc_type , typename element_type >
using recycler::recycled_view = cppuddle::memory_recycling::recycling_view< kokkos_type, alloc_type, element_type >