Skip to content

Commit

Permalink
Merge pull request #1010 from Shihab-Shahriar/master
Browse files Browse the repository at this point in the history
Add KOKKOS_FUNCTION macro to Details::Sink::operator()
  • Loading branch information
aprokop authored Dec 31, 2023
2 parents 5c57c64 + cb591a4 commit 6b95c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/details/ArborX_Callbacks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct is_tagged_post_callback
template <typename T>
struct Sink
{
void operator()(T const &) const {}
KOKKOS_FUNCTION void operator()(T const &) const {}
};

template <typename OutputView>
Expand Down

0 comments on commit 6b95c1a

Please sign in to comment.