You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes. You can also add the following to help ease the transition on applications:
namespaceExperimental {
using Kokkos::Min;
...
}
This allows Kokkos::Experimental::Min to still compile.
md_parallel_for and md_parallel_reduce are unrelated, in fact they should be removed, but thats @ndellingwood 's responsibility. The reducers are Sum, Prod, Min, etc.
No description provided.
The text was updated successfully, but these errors were encountered: