RitanMihai / Widest-Path-in-Networks-with-Gains-Losses

Implementation of the code in the paper: https://www.mdpi.com/2075-1680/13/2/127
GNU General Public License v3.0
2 stars 0 forks source link

Add GPU Parallel Execution of SSSP #1

Open RitanMihai opened 3 months ago

RitanMihai commented 3 months ago

In the context of the project, the easiest way to implement GPU parallel execution for the Single-Source Shortest Path (SSSP) algorithm would be to utilize the cuGraph library. This library allows us to leverage CUDA functionalities easily. For more information, you can refer to the Supported cuGraph Algorithms documentation.