Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 872 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 872 Bytes

Parallel BFS

Calculates the optimal path of galaxies to stop at while travleing across the universe using parallel BFS on CUDA.

Details

EdgeCreator.py uses RA, DEC and light years from Earth to compute a graph of galaxies that can be travelled between.
An example dataset generated in Python:

ParallelBFS.cu performs a BFS in parallel in CUDA to find the best path between 2 given galaxies.

Report

The report can be found here.

Notes

The project refactored into Metal (MSL) https://github.com/Tyler-Hilbert/GPU-Metal-DistanceCalc