期刊文献+
共找到1篇文章
< 1 >
每页显示 20 50 100
Exploitation of Locality for Energy Efficiency for Breadth First Search in Fine-Grain Execution Models 被引量:1
1
作者 Chen Chen souad koliai Guang Gao 《Tsinghua Science and Technology》 SCIE EI CAS 2013年第6期636-646,共11页
In the upcoming exa-scale era, the exploitation of data locality in parallel programs is very important because it benefits both program performance and energy efficiency. However, this is a hard topic for graph algor... In the upcoming exa-scale era, the exploitation of data locality in parallel programs is very important because it benefits both program performance and energy efficiency. However, this is a hard topic for graph algorithms such as the Breadth First Search (BFS) due to the irregular data access patterns. This study analyzes the exploitation of data locality in the BFS and its impact on the energy efficiency with the Codelet fine-grain dataflow-inspired execution model. The Codelet Model more efficiently exploits data locality than the OpenMP-like execution models which traditionally focus on coarse-grain parallelism inside loops. A BFS algorithm is then given to exploit the locality between two loop iterations that belong to two different loops (inter-loop locality). This kind of locality can be exploited by the Codelet Model but not by traditional coarse-grain execution models like OpenMR Tests were performed on fsim which is a simulation platform developed by Intel for the Ubiquitous High Performance Computing (UHPC) project to design future exa-scale architectures. The results show that this BFS algorithm saves up to 7% of the dynamic energy for memory accesses compared to a BFS implementation based on OpenMP loop scheduling. 展开更多
关键词 breadth first search LOCALITY fine grain execution model
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部