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

send data across hosts by utlizing metadata for underlying buffers of an object #381

Open
arunjose696 opened this issue Nov 6, 2023 · 0 comments
Labels
MPI MPI backend related issues

Comments

@arunjose696
Copy link
Contributor

arunjose696 commented Nov 6, 2023

When sending data corresponding to a dataid from a host to other host we currently send data as the whole buffer. This currently crashes and is addresed in #376. As mentioned in issue comments a quick fix is underway and a better approach would be to use get shared buffer with metadata for underlying buffers of an object (s_data, raw_buffers, buffer_count) and then use send_complex_data.

@YarShev YarShev added the MPI MPI backend related issues label Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MPI MPI backend related issues
Projects
None yet
Development

No branches or pull requests

2 participants