kokkos-utils 0.0.1
 
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
7{
8
10template <Kokkos::utils::concepts::ExecutionSpace Exec>
11struct KOKKOS_ATTRIBUTE_NODISCARD ExecutionSpace
12{
13 ExecutionSpace() : exec(Kokkos::Experimental::partition_space(Exec{}, 1)[0]) {}
14
17
18 Exec exec;
19};
20
21} // namespace Kokkos::utils::tests::scoped
22
23#endif // KOKKOS_UTILS_TESTS_SCOPED_EXECUTIONSPACE_HPP
ExecutionSpace & operator=(const ExecutionSpace &)=delete
ExecutionSpace(const ExecutionSpace &)=delete