kokkos-utils 0.0.2
 
Loading...
Searching...
No Matches
ExecutionSpace.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_UTILS_TESTS_SCOPED_EXECUTIONSPACE_HPP
2#define KOKKOS_UTILS_TESTS_SCOPED_EXECUTIONSPACE_HPP
3
5{
6
8template <Kokkos::ExecutionSpace Exec>
9struct [[nodiscard]] ExecutionSpace
10{
11 ExecutionSpace() : exec(Kokkos::Experimental::partition_space(Exec{}, 1)[0]) {}
12
15
16 Exec exec;
17};
18
19} // namespace Kokkos::utils::tests::scoped
20
21#endif // KOKKOS_UTILS_TESTS_SCOPED_EXECUTIONSPACE_HPP
ExecutionSpace & operator=(const ExecutionSpace &)=delete
ExecutionSpace(const ExecutionSpace &)=delete