CPPuddle
kokkos_buffer_util.hpp
Go to the documentation of this file.
1 // Copyright (c) 2024 Gregor Daiß
2 //
3 // Distributed under the Boost Software License, Version 1.0. (See accompanying
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 
6 // DEPRECATED: Do not use this file
7 // Only intended to make the old interface work a bit longer.
8 // See deprecation warnings for the new location of the functionality
9 
10 #ifndef KOKKOS_BUFFER_UTIL_HPP
11 #define KOKKOS_BUFFER_UTIL_HPP
13 
14 
15 namespace recycler {
16 template <typename kokkos_type, typename alloc_type, typename element_type>
17 using aggregated_recycled_view [[deprecated(
18  "Use aggregated_recycle_view from header recycling_kokkos_view.hpp "
19  "instead")]] =
21 
22 template <typename kokkos_type, typename alloc_type, typename element_type>
23 using recycled_view [[deprecated(
24  "Use recycle_view from header recycling_kokkos_view.hpp instead")]] =
26 
27 } // end namespace recycler
28 
29 #endif
Definition: recycling_kokkos_view.hpp:41
Definition: recycling_kokkos_view.hpp:103
Deprecated LEGACY namespace. Kept around for compatiblity with old code for now.
Definition: aligned_buffer_util.hpp:15