Skip to content

Commit

Permalink
Merge pull request #1711 from cwpearson/feature/search
Browse files Browse the repository at this point in the history
Adds team- and thread-based lower-bound and upper-bound search and predicates
  • Loading branch information
lucbv authored Mar 31, 2023
2 parents 1491bd4 + 6bcfac5 commit 3d28a47
Show file tree
Hide file tree
Showing 8 changed files with 1,252 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/src/KokkosKernels_Iota.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ template <typename... P>
struct is_iota<Iota<P...>> : public std::true_type {};
template <typename... P>
struct is_iota<const Iota<P...>> : public std::true_type {};
template <typename... P>
inline constexpr bool is_iota_v = is_iota<P...>::value;

} // namespace Impl
} // namespace KokkosKernels
Expand Down
Loading

0 comments on commit 3d28a47

Please sign in to comment.