Reducing Compiler-Inserted Instrumentation in Unified-Parallel-C Code Generation

Computer Architecture and High Performance Computing(2014)

引用 3|浏览13
暂无评分
摘要
Programs written in Partitioned Global Address Space (PGAS) languages can access any location of the entire address space via standard read/write operations. However, the compiler have to create the communication mechanisms and the runtime system to use synchronization primitives to ensure the correct execution of the programs. However, PGAS programs may have fine-grained shared accesses that lead to performance degradation. One solution is to use the inspector-executor technique to determine which accesses are indeed remote and which accesses may be coalesced in larger remote access operations. A straightforward implementation of the inspector-executor in a PGAS system may result in excessive instrumentation that hinders performance. This paper introduces a shared-data localization transformation based on linear memory descriptors (LMADs) that reduces the amount of instrumentation introduced by the compiler into programs written in the UPC language and describes a prototype implementation of the proposed transformation. A performance evaluation, using up to 2048 cores of a POWER 775 supercomputer, allows for a prediction that applications with regular accesses can achieve up to 180% of the performance of handoptimized versions while applications with irregular accesses yield performance gain from 1.12X up to 6.3X speedup.
更多
查看译文
关键词
C language,instrumentation,program compilers,software performance evaluation,software prototyping,synchronisation,LMAD,PGAS languages,PGAS programs,PGAS system,POWER 775 supercomputer,UPC language,communication mechanisms,compiler-inserted instrumentation,fine-grained shared accesses,inspector-executor technique,linear memory descriptors,partitioned global address space languages,performance evaluation,program compiler,prototype implementation,read-write operations,runtime system,shared-data localization transformation,synchronization primitives,unified-parallel-C code generation
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要