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

mpi : trying to move more MPI stuff into ggml-mpi (#2099) #1

Merged
merged 8 commits into from
Jul 9, 2023

Conversation

ggerganov
Copy link

@ggerganov ggerganov commented Jul 9, 2023

This moves all MPI stuff in the backend.

To achieve that, we hack the compute graph in ggml_mpi_graph_compute().
The hacks are a bit ugly and not very future proof, but at least it isolates all the changes inside ggml-mpi.
This way, we can merge the implementation into master and with time improve it.

@ggerganov ggerganov changed the title mpi : trying to move more MPI stuff into ggml-mpi (WIP) (#2099) mpi : trying to move more MPI stuff into ggml-mpi (#2099) Jul 9, 2023
@ggerganov ggerganov marked this pull request as ready for review July 9, 2023 15:27
@evanmiller evanmiller merged commit 1c3a15c into evanmiller:mpi Jul 9, 2023
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.

2 participants