Title :
QuickRelease: A throughput-oriented approach to release consistency on GPUs
Author :
Hechtman, Blake A. ; Shuai Che ; Hower, Derek R. ; Yingying Tian ; Beckmann, Bradford M. ; Hill, Mark D. ; Reinhardt, Steven K. ; Wood, David A.
Author_Institution :
Adv. Micro Devices, Inc., USA
Abstract :
Graphics processing units (GPUs) have specialized throughput-oriented memory systems optimized for streaming writes with scratchpad memories to capture locality explicitly. Expanding the utility of GPUs beyond graphics encourages designs that simplify programming (e.g., using caches instead of scratchpads) and better support irregular applications with finer-grain synchronization. Our hypothesis is that, like CPUs, GPUs will benefit from caches and coherence, but that CPU-style “read for ownership” (RFO) coherence is inappropriate to maintain support for regular streaming workloads. This paper proposes QuickRelease (QR), which improves on conventional GPU memory systems in two ways. First, QR uses a FIFO to enforce the partial order of writes so that synchronization operations can complete without frequent cache flushes. Thus, non-synchronizing threads in QR can re-use cached data even when other threads are performing synchronization. Second, QR partitions the resources required by reads and writes to reduce the penalty of writes on read performance. Simulation results across a wide variety of general-purpose GPU workloads show that QR achieves a 7% average performance improvement compared to a conventional GPU memory system. Furthermore, for emerging workloads with finer-grain synchronization, QR achieves up to 42% performance improvement compared to a conventional GPU memory system without the scalability challenges of RFO coherence. To this end, QR provides a throughput-oriented solution to provide fine-grain synchronization on GPUs.
Keywords :
graphics processing units; storage management; GPU memory system; QuickRelease; finer-grain synchronization; graphics processing unit; scratchpad memory; throughput-oriented memory system; Coherence; Graphics processing units; Instruction sets; Kernel; Protocols; Synchronization; Throughput;
Conference_Titel :
High Performance Computer Architecture (HPCA), 2014 IEEE 20th International Symposium on
Conference_Location :
Orlando, FL
DOI :
10.1109/HPCA.2014.6835930