I am trying to speed up A* algorithm (pathfinding algorithm) using cuda. After getting map related data, how do I apply my algorithm to the same data
Need to find a way to implement a cuda accelerated A* algorithm on map data obtained from openstreetmap api or osmnx