-
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
Use Kokkos::printf for Kokkos >= 4.2.00 #958
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.
Should we create ArborX_KokkosExtPrintf.hpp
to hide the complexity?
It is tricky. If it was in our internals I would say yes absolutely. But these are mostly examples and we would not want our users to use anything from |
Good point, I haven't checked where it's done. |
332d22b
to
b64a608
Compare
The header file (
impl/Kokkos_Printf.hpp
) is not public so we are relying onKokkos_Core.hpp
for now.Maybe, we can promote the header before the release, see kokkos/kokkos#6506.