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

Tpetra: Import/Export speed #13461

Open
tjfulle opened this issue Sep 20, 2024 · 0 comments
Open

Tpetra: Import/Export speed #13461

tjfulle opened this issue Sep 20, 2024 · 0 comments
Assignees
Labels
pkg: Tpetra type: enhancement Issue is an enhancement, not a bug

Comments

@tjfulle
Copy link
Contributor

tjfulle commented Sep 20, 2024

@rppawlo has shown that, in some problems, Tpetra's Import/Export operation can take a significant amount of time - as much as 98% of a computational task's time. @jhux2 and @tjfulle isolated the slow down to a single loop copyAndPermuteStaticGraph. We refactored that section of code to treat the special case that both the source and target matrices were locally indexed here. There were modest speed ups of about 10%.

To achieve maximum speed up, @jhux2 and I think this section of code could be refactored to use Kokkos hierarchical parallelism along with replace*Values.

@tjfulle tjfulle added the type: enhancement Issue is an enhancement, not a bug label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: Tpetra type: enhancement Issue is an enhancement, not a bug
Projects
None yet
Development

No branches or pull requests

2 participants