Does nvGraph still exist?

Hi! I am using CUDA Toolkit 12.3 and I can’t find documentation or sample code for the CUDA graph library in this version of the Toolkit. Has the library been removed? I would like to use it for SSSP acceleration.

Thanks for the help in advance.

See here. Starting with CUDA 11.0, nvGraph was moved to the RAPIDS project and is named cugraph moving forward. The “legacy” version of nvGraph is also still available.