kokkos-utils
0.0.1
Loading...
Searching...
No Matches
Space.hpp
Go to the documentation of this file.
1
#ifndef KOKKOS_UTILS_CONCEPTS_SPACE_HPP
2
#define KOKKOS_UTILS_CONCEPTS_SPACE_HPP
3
4
#include "Kokkos_Concepts.hpp"
5
6
namespace
Kokkos::utils::concepts
7
{
8
10
template
<
typename
T>
11
concept
Space
= Kokkos::is_space<T>::value;
12
13
}
// namespace Kokkos::utils::concepts
14
15
#endif
// KOKKOS_UTILS_CONCEPTS_SPACE_HPP
Kokkos::utils::concepts::Space
Specify that a type is a Kokkos space.
Definition
Space.hpp:11
Kokkos::utils::concepts
Definition
DualView.hpp:7
include
kokkos-utils
concepts
Space.hpp
Generated on Thu Apr 17 2025 12:50:27 for kokkos-utils by
1.13.2