CUDA dijkstra's algorithm [closed]

我的未来我决定 提交于 2019-12-30 23:33:31

问题


Has anybody implemented a CUDA parallelization version of Dijkstra's Algorithm for a given sparse matrix (cuSPARSE) graph, and for source, and target node, find the minimal K path?

I really need it to solve a general graph I'll be constructing.

Vincent

来源:https://stackoverflow.com/questions/15099054/cuda-dijkstras-algorithm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!