kokkos-utils
0.0.1
Loading...
Searching...
No Matches
Helpers.hpp
Go to the documentation of this file.
1
#ifndef KOKKOS_UTILS_TESTS_CALLBACKS_HELPERS_HPP
2
#define KOKKOS_UTILS_TESTS_CALLBACKS_HELPERS_HPP
3
4
#include "
kokkos-utils/callbacks/Events.hpp
"
5
6
namespace
Kokkos::utils::tests::callbacks
7
{
8
namespace
impl
9
{
10
template
<
typename
>
11
struct
EventTestTypes
;
12
13
template
<
typename
... EventTypes>
14
struct
EventTestTypes
<
Kokkos
::Impl::type_list<EventTypes...>>
15
{
16
using
type
= ::testing::Types<EventTypes...>;
17
};
18
}
// namespace impl
19
21
using
EventTestTypes
=
typename
impl::EventTestTypes<Kokkos::utils::callbacks::EventTypeList>::type
;
22
23
}
// namespace Kokkos::utils::tests::callbacks
24
25
#endif
// KOKKOS_UTILS_TESTS_CALLBACKS_HELPERS_HPP
Events.hpp
Kokkos
Kokkos::utils::callbacks::impl
Definition
Helpers.hpp:68
Kokkos::utils::tests::callbacks
Definition
Helpers.hpp:7
Kokkos::utils::tests::callbacks::EventTestTypes
typename impl::EventTestTypes< Kokkos::utils::callbacks::EventTypeList >::type EventTestTypes
Useful type for defining a typed test suite over all types in Kokkos::utils::callbacks::EventTypeList...
Definition
Helpers.hpp:21
Kokkos::utils::tests::callbacks::impl::EventTestTypes< Kokkos::Impl::type_list< EventTypes... > >::type
::testing::Types< EventTypes... > type
Definition
Helpers.hpp:16
Kokkos::utils::tests::callbacks::impl::EventTestTypes
Definition
Helpers.hpp:11
tests
callbacks
Helpers.hpp
Generated on Thu Apr 17 2025 12:50:27 for kokkos-utils by
1.13.2