Skip to content

Commit

Permalink
remove guards
Browse files Browse the repository at this point in the history
  • Loading branch information
fnrizzi committed Oct 12, 2023
1 parent bc83a89 commit adc8851
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,6 @@ struct stdalgo_must_use_kokkos_single_for_team_scan<
Kokkos::Experimental::OpenACC> : std::true_type {};
#endif

// FIXME_OPENMPTARGET
#if defined(KOKKOS_ENABLE_OPENMPTARGET)
template <>
struct stdalgo_must_use_kokkos_single_for_team_scan<
Kokkos::Experimental::OpenMPTarget> : std::true_type {};
#endif

// FIXME_HPX
#if defined(KOKKOS_ENABLE_HPX)
template <>
struct stdalgo_must_use_kokkos_single_for_team_scan<Kokkos::Experimental::HPX>
: std::true_type {};
#endif

template <typename T>
inline constexpr bool stdalgo_must_use_kokkos_single_for_team_scan_v =
stdalgo_must_use_kokkos_single_for_team_scan<T>::value;
Expand Down

0 comments on commit adc8851

Please sign in to comment.