Ralph Liu
Ralph is currently a software engineer at NVIDIA, working on GPU-accelerated graph libraries (cuGraph, nx-cugraph) as a part of RAPIDS.

Sessions
Graphs are a fundamental form of storing data. This is because everything is connected! Hence, Graphs are very useful for modeling and solving a wide variety of real-world problems.
While NetworkX is amazing for getting started with Graphs, the library encounters bottlenecks in performance at scale.
Is there a solution out there for users who want more performance from NX and also Open-Source developers who want to implement fast algorithms? Yes! Thanks to the magic of dispatching.
NetworkX now supports dispatching to various backends, including the GPU accelerated cuGraph library by Nvidia RAPIDS.
Attend this talk to learn about how you can use nx-cugraph – the cuGraph-powered backend for NetworkX – and how it unlocks exciting new possibilities for you to solve real-world graph analytics problems.