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

Refact/sparse comm #96

Merged
merged 131 commits into from
Nov 22, 2023
Merged

Refact/sparse comm #96

merged 131 commits into from
Nov 22, 2023

Conversation

greole
Copy link
Collaborator

@greole greole commented Oct 31, 2023

This PR builds OGL based on ginkgos sparse_communicator branch which is fairly up to date this should help to build OGL on ginkgo dev in future. Besides that HostMatrix has been refactored substantially:

  • Adds further docstrings to HostMatrix.H
  • Move implementation to HostMatrix.C
  • Add some free functions for filling the matrix to allow unit testing (planned for a separate PR)
  • Removed support for repartitioning, since this should be handled on Ginkgo side at some point. Additionally instead of repartitioning oversubscription seems to be more performant for simple cases. Dropping repartitioning support will allow for reordering on the device, which should give another performance boost.

@greole greole merged commit 029ca1a into dev Nov 22, 2023
11 checks passed
Copy link
Collaborator

@zbinkz zbinkz left a comment

Choose a reason for hiding this comment

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

LGTM
Nice to see new documentation strings :)

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.

3 participants