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

Avoid switches in cuda_tensor_product_kernels.h #15937

Merged

Conversation

masterleinad
Copy link
Member

This makes the code more concise, adds more error messages, and might compile faster by avoiding some instantiations due to using if constexpr.

@masterleinad masterleinad force-pushed the avoid_swicthes_kokkos_matrix_free branch 2 times, most recently from 4f37507 to c6df6b9 Compare August 28, 2023 18:13
@masterleinad masterleinad force-pushed the avoid_swicthes_kokkos_matrix_free branch from c6df6b9 to d4d69c1 Compare August 28, 2023 18:14
@kronbichler kronbichler merged commit d97ab7c into dealii:master Aug 29, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants