学位论文详细信息
Automatic Parallelization for Graphics Processing Units in JikesRVM
Compiler;GPU;Automatic Parallelization;Just In Time;Virtual Machine;JikesRVM;Java;Optimization;Computer Science
Leung, Alan Chun Wai
University of Waterloo
关键词: Compiler;    GPU;    Automatic Parallelization;    Just In Time;    Virtual Machine;    JikesRVM;    Java;    Optimization;    Computer Science;   
Others  :  https://uwspace.uwaterloo.ca/bitstream/10012/3752/1/thesis.pdf
瑞士|英语
来源: UWSPACE Waterloo Institutional Repository
PDF
【 摘 要 】

Accelerated graphics cards, or Graphics Processing Units (GPUs), have become ubiquitous in recent years. On the right kinds of problems, GPUs greatly surpass CPUs in terms of raw performance. However, GPUs are currently used only for a narrow class of special-purpose applications; the raw processing power available in a typical desktop PC is unused most of the time. The goal of this work is to present an extension to JikesRVM that automatically executes suitable code on the GPU instead of the CPU. Both static and dynamic features are used to decide whether it is feasible and beneficial to off-load a piece of code on the GPU. Feasible code is discovered by an implementation of data dependence analysis. A cost model that balances the speedup available from the GPU against the cost of transferring input and output data between main memory and GPU memory has been deployed to determine if a feasible parallelization is indeed beneficial. The cost model is parameterized so that it can be applied to different hardware combinations. We also present ways to overcome several obstacles to parallelization inherent in the design of the Java bytecode language: unstructured control flow, the lack of multi-dimensional arrays, the precise exception semantics, and the proliferation of indirect references.

【 预 览 】
附件列表
Files Size Format View
Automatic Parallelization for Graphics Processing Units in JikesRVM 1719KB PDF download
  文献评价指标  
  下载次数:16次 浏览次数:59次