English

Computing Optimal Cycle Mean in Parallel on CUDA

Distributed, Parallel, and Cluster Computing 2011-11-04 v1 Data Structures and Algorithms

Abstract

Computation of optimal cycle mean in a directed weighted graph has many applications in program analysis, performance verification in particular. In this paper we propose a data-parallel algorithmic solution to the problem and show how the computation of optimal cycle mean can be efficiently accelerated by means of CUDA technology. We show how the problem of computation of optimal cycle mean is decomposed into a sequence of data-parallel graph computation primitives and show how these primitives can be implemented and optimized for CUDA computation. Finally, we report a fivefold experimental speed up on graphs representing models of distributed systems when compared to best sequential algorithms.

Keywords

Cite

@article{arxiv.1111.0627,
  title  = {Computing Optimal Cycle Mean in Parallel on CUDA},
  author = {Jiří Barnat and Petr Bauch and Luboš Brim and Milan Češka},
  journal= {arXiv preprint arXiv:1111.0627},
  year   = {2011}
}

Comments

In Proceedings PDMC 2011, arXiv:1111.0064

R2 v1 2026-06-21T19:29:57.617Z