期刊名称:Journal of Theoretical and Applied Information Technology
印刷版ISSN:1992-8645
电子版ISSN:1817-3195
出版年度:2017
卷号:95
期号:17
页码:4089
出版社:Journal of Theoretical and Applied
摘要:On the basis of OpenACC programming standard (for open accelerators), a new framework was proposed, whose name is GENerate OpenACC, or GENACC for short. GENACC can automatically accelerate the serial code. The static program of the source code are analyzed aimed to recognize the hot snippets and analyze the computation property. And finally OpenACC directives are added to the source code in order to accelerate the serial code. According to the experiments on the NPB test set, the results show that GENACC can accurately produce compiler directive, and the source codes show fine performance on different amount of data.
关键词:OpenACC; Auto-Parallelization; LLVM translator; Inheritance code; NPB test set