Skip to content
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

put default types in KokkosKernels namespace #2341

Merged
merged 2 commits into from
Oct 17, 2024
Merged

Conversation

cwpearson
Copy link
Contributor

@cwpearson cwpearson commented Sep 18, 2024

This moves everything defined in common/src/KokkosKernels_default_types.hpp to the KokkosKernels namespace. The rest of the changes are just search-replace style modifications to accommodate that.

Potential fix for #2335

@cwpearson cwpearson force-pushed the fix/2335 branch 2 times, most recently from b6fe622 to d3b6721 Compare September 18, 2024 20:58
@cwpearson
Copy link
Contributor Author

Oh I guess we need to deprecate all these.

Copy link
Contributor

@lucbv lucbv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for taking care of this.

@@ -626,25 +632,30 @@ void __do_loop_and_invoke(options_t options, void (*fn)(options_t, trmm_args_t))
/*************************** External fns **************************/
void do_trmm_serial_blas(options_t options) {
STATUS;
__do_loop_and_invoke(options, __do_trmm_serial_blas<default_scalar, view_type_3d, view_type_3d, default_device>);
__do_loop_and_invoke(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not for this PR but these leading double underscores are really ill advised...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will fix it in a future one 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants