Asynchronous Parallel Dijkstra’s Algorithm on Intel Xeon Phi Processor

Weidong Zhang,Lei Zhang,Yifeng Chen
DOI: https://doi.org/10.1007/978-3-030-05051-1_24
2018-01-01
Abstract:As the instruction-level parallelism (ILP) on CPU develops to a rather advanced level, the exploration that whether many-core architecture is applicable for graph algorithms is generating more interests in researchers. However, due to the irregular memory access and the low ratio of computation to memory access, the performance of graph algorithms on many-core architectures has never worked good enough.
What problem does this paper attempt to address?