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

Create a MultiGPU version of BFS in a notebook #4786

Open
2 tasks done
kaanolgu opened this issue Nov 26, 2024 · 2 comments
Open
2 tasks done

Create a MultiGPU version of BFS in a notebook #4786

kaanolgu opened this issue Nov 26, 2024 · 2 comments
Assignees
Labels
Milestone

Comments

@kaanolgu
Copy link

What is your question?

I am trying to get better understanding of cuGraph with BFS and I would like to test it with multiGPU but I couldn't find dask example for the BFS is there any support for it ? If it is, I would be happy to see a small snippet for it!

Thanks

Code of Conduct

  • I agree to follow cuGraph's Code of Conduct
  • I have searched the open issues and have found no duplicates for this question
@kaanolgu kaanolgu added the question Further information is requested label Nov 26, 2024
@ChuckHastings
Copy link
Collaborator

Yes, we support multi-GPU BFS. Currently the only python for this is the python unit tests:

>>> import cugraph.dask as dcg

We should really have a notebook example for this.

@acostadon
Copy link
Contributor

Have scheduled the MG bfs notebook. Converting this issue to the notebook issue.

@acostadon acostadon added Notebook and removed question Further information is requested labels Dec 9, 2024
@acostadon acostadon added this to the 25.02 milestone Dec 9, 2024
@acostadon acostadon changed the title [QST]: Is there any MultiGPU version of BFS? Create a MultiGPU version of BFS in a notebook Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants