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

Implement Strided RMA #182

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

bonachea
Copy link
Member

This PR implements prif_{get,put}_strided{,_indirect}.

Notify variants remain unimplemented (as with contiguous RMA) until we implement prif_notify_type.

GASNet does all the heavy lifting for the actual data communication, and the metadata hookup was relatively straightforward.

The only tedious part was manually writing tests in PRIF to invoke each flavor of non-contiguous RMA.

bonachea added 4 commits March 9, 2025 15:06
These just perform remote address translation and then call the `*_indirect`
variants, as donw with contiguous RMA.

Add some comments to improve readability
@bonachea bonachea requested a review from ktras March 10, 2025 05:40
@bonachea bonachea marked this pull request as ready for review March 10, 2025 05:40
@bonachea bonachea requested a review from rouson March 10, 2025 17:34
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.

1 participant