Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Stokhos_DynamicThreadedStorage.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Stokhos Package
4 //
5 // Copyright 2009 NTESS and the Stokhos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef STOKHOS_DYNAMIC_THREADED_STORAGE_HPP
11 #define STOKHOS_DYNAMIC_THREADED_STORAGE_HPP
12 
14 
15 #include "Sacado_Traits.hpp"
16 #include "Stokhos_KokkosTraits.hpp"
17 #include <sstream>
18 
19 namespace Stokhos {
20 
22  template <typename ordinal_t, typename value_t, typename device_t>
24 
25 }
26 
28 STOKHOS_STORAGE_HELPER_STRINGNAME_DYNAMIC(DynamicThreadedStorage)
29 
30 // No Host specialization
31 
32 // Cuda specialization
33 #include "Kokkos_Core_fwd.hpp"
35 
36 #endif // STOKHOS_DYNAMIC_STORAGE_HPP
#define STOKHOS_STORAGE_HELPER_STRINGNAME_DYNAMIC(__storagename__)
Dynamically allocated storage class with striding.