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

Kokkos Kernels - Batched Algorithms #80

Open
crtrott opened this issue Nov 29, 2023 · 2 comments
Open

Kokkos Kernels - Batched Algorithms #80

crtrott opened this issue Nov 29, 2023 · 2 comments
Labels
KUG2023 Presentation for the 2023 Kokkos Usergroup Meeting Team

Comments

@crtrott
Copy link
Member

crtrott commented Nov 29, 2023

Authors: @srajama1 @kliegeois

@crtrott crtrott added Team KUG2023 Presentation for the 2023 Kokkos Usergroup Meeting labels Nov 29, 2023
@lucbv lucbv changed the title Kokkos Kernels - Slot 2 Kokkos Kernels - Batched Algorithms Nov 29, 2023
@kliegeois
Copy link

KUG2023.pdf

@kliegeois
Copy link

Applications such as multilevel finite element methods, modeling collision in plasma and reentry simulations are reformulating algorithms to match the hierarchical parallel manycore CPUs/GPUs. This reformulation results in a need for linear solvers at different levels of hierarchical parallel algorithms. Several of these linear systems are small or medium size, independent, linear systems that can be solved at the same time. Depending on the problems, some of these linear systems are sparse and others dense. The community has been focused on solving dense linear systems as a batch, or solving multiple small dense linear systems. However, the work has focused primarily on one level of hierarchical parallelism - using an entire accelerator to solve the linear systems. We have been focused on solving batched dense/sparse linear systems, both at the device level and at the team level so applications can use these options effectively. We will present recent results on CPUs/GPUs using our hierarchical parallel batched linear solver implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
KUG2023 Presentation for the 2023 Kokkos Usergroup Meeting Team
Projects
Development

No branches or pull requests

2 participants