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

Interface with non-FPGA hosts #14

Open
quetric opened this issue Oct 5, 2021 · 1 comment
Open

Interface with non-FPGA hosts #14

quetric opened this issue Oct 5, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@quetric
Copy link
Collaborator

quetric commented Oct 5, 2021

To have FPGAs talk to non-FPGA hosts we need a software implementation of the ACCL collectives protocol on top of TCP initially, then on top of RDMA.

@quetric quetric added the enhancement New feature or request label Oct 5, 2021
@DanieleParravicini
Copy link
Contributor

DanieleParravicini commented Oct 6, 2021

we can do it preserving the same sw interface for the driver so that we will be able to test it without changing too much code
The first thing to do is to create a send with the same message structure and then build on top of that.
We can probably reuse initial cclo colelctives based on send/recv/accumulate to implement this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants