Skip to content

Commit

Permalink
Add KOKKOS_FUNCTION macro to Details::Sink::operator()
Browse files Browse the repository at this point in the history
  • Loading branch information
Shihab-Shahriar committed Dec 31, 2023
1 parent 5c57c64 commit cb591a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/details/ArborX_Callbacks.hpp
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 cb591a4

Please sign in to comment.