Title
Neighborhood-Aware Address Translation for Irregular GPU Applications.
Abstract
Recent studies on commercial hardware demonstrated that irregular GPU workloads could bottleneck on virtual-to-physical address translations. GPU's single-instruction-multiple-thread (SIMT) execution can generate many concurrent memory accesses, all of which require address translation before accesses can complete. Unfortunately, many of these address translation requests often miss in the TLB, generating many concurrent page table walks. In this work, we investigate how to reduce address translation overheads for such applications. We observe that many of these concurrent page walk requests, while irregular from the perspective of a single GPU wavefront, still fall on neighboring virtual page addresses. The address mappings for these neighboring pages are typically stored in the same 64-byte cache line. Since cache lines are the smallest granularity of memory access, the page table walker implicitly reads address mappings (i.e., page table entries or PTEs) of many neighboring pages during the page walk of a single virtual address (VA). However, in the conventional hardware, mappings not associated with the original request are simply discarded. In this work, we propose mechanisms to coalesce the address translation needs of all pending page table walks in the same neighborhood that happen to have their address mappings fall on the same cache line. This is almost free; the page table walker (PTW) already reads a full cache line containing address mappings of all pages in the same neighborhood. We find this simple scheme can reduce the number of accesses to the in-memory page table by 37% on average. This speeds up a set of GPU workloads by an average of 1.7X.
Year
DOI
Venue
2018
10.1109/MICRO.2018.00036
MICRO
Keywords
Field
DocType
GPU, computer architecture, virtual address
Bottleneck,Computer science,Cache,CPU cache,Page table,Virtual address space,Parallel computing,Granularity,Page,Translation lookaside buffer
Conference
ISBN
Citations 
PageRank 
978-1-5386-6241-0
3
0.37
References 
Authors
16
4
Name
Order
Citations
PageRank
Seunghee Shin1322.12
Michael LeBeane2345.28
Yan Solihin32057111.56
Arkaprava Basu4114540.24