CPPuddle
Loading...
Searching...
No Matches
include
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
12
#include "
cppuddle/memory_recycling/util/recycling_kokkos_view.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"
)]] =
20
cppuddle::memory_recycling::aggregated_recycling_view<kokkos_type, alloc_type, element_type>
;
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"
)]] =
25
cppuddle::memory_recycling::recycling_view<kokkos_type, alloc_type, element_type>
;
26
27
}
// end namespace recycler
28
29
#endif
cppuddle::memory_recycling::aggregated_recycling_view
Definition
recycling_kokkos_view.hpp:41
cppuddle::memory_recycling::recycling_view
Definition
recycling_kokkos_view.hpp:103
recycler
Deprecated LEGACY namespace. Kept around for compatiblity with old code for now.
Definition
aligned_buffer_util.hpp:15
recycling_kokkos_view.hpp
Generated by
1.9.8