SD3: An Efficient Dynamic Data-Dependence Profiling Mechanism

IEEE Transactions on Computers(2013)

引用 12|浏览1
暂无评分
摘要
As multicore processors are deployed in mainstream computing, the need for software tools to help parallelize programs is increasing dramatically. Data-dependence profiling is an important program analysis technique to exploit parallelism in serial programs. More specifically, manual, semiautomatic, or automatic parallelization can use the outcomes of data-dependence profiling to guide where and how to parallelize in a program. However, state-of-the-art data-dependence profiling techniques consume extremely huge resources as they suffer from two major issues when profiling large and long-running applications: 1) runtime overhead and 2) memory overhead. Existing data-dependence profilers are either unable to profile large-scale applications with a typical resource budget or only report very limited information. In this paper, we propose an efficient approach to data-dependence profiling that can address both runtime and memory overhead in a single framework. Our technique, called SD3, reduces the runtime overhead by parallelizing the dependence profiling step itself. To reduce the memory overhead, we compress memory accesses that exhibit stride patterns and compute data dependences directly in a compressed format. We demonstrate that SD3 reduces the runtime overhead when profiling SPEC 2006 by a factor of 4.1× and 9.7× on eight cores and 32 cores, respectively. For the memory overhead, we successfully profile 22 SPEC 2006 benchmarks with the reference input, while the previous approaches fail even with the train input. In some cases, we observe more than a 20× improvement in memory consumption and a 16× speedup in profiling time when 32 cores are used. We also demonstrate the usefulness of SD3 by showing manual parallelization followed by data dependence profiling results.
更多
查看译文
关键词
data dependence,runtime overhead,memory overhead,profiling,parallel programming,memory consumption,compression,state-of-the-art data-dependence,memory access,program analysis technique,mainstream computing,automatic parallelization,software tools,sd3,multiprocessing systems,profiling spec,serial programs,profiling time,efficient dynamic data-dependence profiling,data-dependence profiling,program analysis,program diagnostics,dynamic data-dependence profiling mechanism,data-dependence profilers,multicore processors,parallelization,memory management,resource management,benchmark testing
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要