-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get rid of ArborX_DetailsKokkosExtMinMaxOperations.hpp #947
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the <ArborX_DetailsKokkosExtMinMaxOperations.hpp>
header altogether.
All that functionality is available from Kokkos::
since version 3.7
There is nothing special about ArborX (nor Kokkos) implementation of The mere fact it is available in Kokkos is sufficient to argue for removal. |
Maybe I misunderstood what Kokkos does. I was hoping that it would provide |
Kokkos supports all its functions since 3.7
One caveat with the Kokkos implementation is that we need to include |
I partially agree. I don't like that either, and would very much prefer that |
My point is that the maintenance burden for |
KokkosExt functions are a subset of the Kokkos functions.