Skip to content

BrodayWalker/parallel-SSSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parallel-SSSP

This is a repository for parallel Single-Source Shortest Path algorithms to be presented at NTASC 2020 in fulfillment of the term project requirements as specified in the syllabus for CMPS 5433 - Topics: Parallel/Distributed Systems: GPU Programming.

Overview

This project shows the speedup gained by parallelizing Dijkstra's Algorithm for the GPU using CUDA C++. Each version will be run on Turing, MWSU's cluster, as well as TACC's Maverick2 cluster using NVIDIA's GTX 1080 Ti and Tesla V100.

Resources

  1. Competitive Programming 3
  2. Dijkstra's Algorithm Visualization

About

Parallel Single-Source Shortest Path Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published