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

UCX-py and OpenUCX #898

Open
TimZaman opened this issue Nov 13, 2022 · 1 comment
Open

UCX-py and OpenUCX #898

TimZaman opened this issue Nov 13, 2022 · 1 comment

Comments

@TimZaman
Copy link

Would be awesome to have an example of mixing UCX-py and a OpenUCX C/C++ (preferably modern C++) async example working in concert? Just a thought.

@pentschev
Copy link
Member

I think that would be possible with the new C++ implementation we have coming up. Would you mind sharing a bit more what you're trying to achieve with it and how you would expect to use it? I'm curious because we don't have many such use cases today, the only one case I know of is in RAFT/cuML where they basically let Dask create endpoints between workers and "hijack" the endpoint handles, which is then used in C++ to handle requests directly without relying on the Dask communication layer for the low-level library compute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants