less_slow.cpp icon indicating copy to clipboard operation
less_slow.cpp copied to clipboard

Add cuGraph examples

Open ashvardanian opened this issue 9 months ago • 10 comments

We currently have a pretty extensive list of graph storage and processing approaches on the CPU, but lack GPU analogs. This can be a great opportunity to showcase both the more advanced and rarely used parts of the Nvidia libraries, as well as explore atomic variables and concurrent data-structure implementations on massively parallel chip architectures.

This is also worth covering on the Python side with the available Python cuGraph bindings:

ashvardanian avatar Jan 29 '25 21:01 ashvardanian