Multicore Parallelization of Min-Cost Flow for CAD Applications

Yinghai Lu,Hai Zhou,Li Shang,Xuan Zeng
DOI: https://doi.org/10.1109/TCAD.2010.2061150
IF: 2.9
2010-01-01
IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems
Abstract:Computational complexity has been the primary challenge of many very large scale integration computer-aided design (CAD) applications. The emerging multicore and many-core microprocessors have the potential to offer scalable performance improvements. How to explore the multicore resources to speed up CAD applications is thus a natural question but also a huge challenge for CAD researchers. This paper proposes a methodology to explore concurrency via nondeterministic transactional models, and to program them on multicore processors for CAD applications. Various run-time scheduling implementations on multicore shared-memory machines are discussed and the most efficient one is identified. The proposed methodology is applied to the min-cost flow problem which has been identified as the key problem in many design optimizations, from wire-length optimization in detailed placement to timing-constrained voltage assignment. A concurrent algorithm for min-cost flow has been developed based on the methodology. Experiments on voltage island generation in floorplanning have demonstrated its efficiency and scalable speedup over different numbers of cores.
What problem does this paper attempt to address?