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

Compare comm strategies #14

Open
DanecLacey opened this issue Nov 25, 2024 · 0 comments
Open

Compare comm strategies #14

DanecLacey opened this issue Nov 25, 2024 · 0 comments
Labels
enhancement New feature or request TODO

Comments

@DanecLacey
Copy link
Member

There are two ways to communicate strided information: either with strided data types (not possible on GPUs?), or by packing the data and sending as one bulk message and "unpacking" the data on the receiving processes. Compare and contrast these different techniques.

@DanecLacey DanecLacey added enhancement New feature or request TODO labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request TODO
Projects
None yet
Development

No branches or pull requests

1 participant