DocumentCode
43522
Title
ScaleGPU: GPU Architecture for Memory-Unaware GPU Programming
Author
Youngsok Kim ; Jaewon Lee ; Donggyu Kim ; Jangwoo Kim
Author_Institution
Dept. of Comput. Sci. & Eng., POSTECH, Pohang, South Korea
Volume
13
Issue
2
fYear
2014
fDate
July-Dec. 2 2014
Firstpage
101
Lastpage
104
Abstract
Programmer-managed GPU memory is a major challenge in writing GPU applications. Programmers must rewrite and optimize an existing code for a different GPU memory size for both portability and performance. Alternatively, they can achieve only portability by disabling GPU memory at the cost of significant performance degradation. In this paper, we propose ScaleGPU, a novel GPU architecture to enable high-performance memory-unaware GPU programming. ScaleGPU uses GPU memory as a cache of CPU memory to provide programmers a view of CPU memory-sized programming space. ScaleGPU also achieves high performance by minimizing the amount of CPU-GPU data transfers and by utilizing the GPU memory´s high bandwidth. Our experiments show that ScaleGPU can run a GPU application on any GPU memory size and also improves performance significantly. For example, ScaleGPU improves the performance of the hotspot application by ~48% using the same size of GPU memory and reduces its memory size requirement by ~75% maintaining the target performance.
Keywords
cache storage; graphics processing units; memory architecture; CPU memory-sized programming space; CPU-GPU data transfers; GPU applications; GPU architecture; GPU memory high bandwidth; GPU memory size; ScaleGPU; cache; code rewrite; graphics processing units; high-performance memory-unaware GPU programming; memory size requirement; programmer-managed GPU memory; Data transfer; Graphics processing units; Instruction sets; Memory management; Programming; Random access memory; C.1.2.j SIMD processors; C.1.4.e Multi-core/single-chip multiprocessors; C.1.5.e Memory hierarchy; I.3.1.a Graphics processors;
fLanguage
English
Journal_Title
Computer Architecture Letters
Publisher
ieee
ISSN
1556-6056
Type
jour
DOI
10.1109/L-CA.2013.19
Filename
6559969
Link To Document