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