-
Notifications
You must be signed in to change notification settings - Fork 443
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
Deprecate parallel_* overloads taking the label as later argument #5141
Deprecate parallel_* overloads taking the label as later argument #5141
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.
I'd prefer if you didn't qualify the traits
|
||
#ifdef KOKKOS_ENABLE_DISABLE_DEPRECATED_CODE_3 | ||
template <class ExecutionPolicy, class FunctorType, class ReturnType> | ||
inline void parallel_scan( |
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.
Annotate with the deprecation attribute?
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.
Good catch! See db9c848.
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.
Looks good to me.
Compatibility update for future kokkos@3.7.00 release kokkos/kokkos#5141
Compatibility update for future kokkos@3.7.00 release kokkos/kokkos#5141
Compatibility update for future kokkos@3.7.00 release kokkos/kokkos#5141
This is not even documented, see https://github.com/kokkos/kokkos/wiki/Kokkos::parallel_for, https://github.com/kokkos/kokkos/wiki/Kokkos::parallel_reduce, and https://github.com/kokkos/kokkos/wiki/Kokkos::parallel_scan.