Abstract
Previously, hiding operation stalls is one of the important issues to suppress performance degradation of Graphics Processing Units (GPUs). In this paper, we first conduct a detailed study of factors affecting the operation stalls in terms of the fetch group size on the warp scheduler. Throughout this paper, we find that the size of fetch group is highly involved in hiding various types of operation stalls. The short latency stalls can be hidden by issuing other available warps from the same fetch group. Therefore, the short latency stalls may not be hidden well under small sized fetch group since the group has the limited number of issuable warps to hide stalls. On the contrary, the long latency stalls can be hidden by dividing warps into multiple fetch groups. The scheduler switches the fetch groups when the warps in each fetch group reach the long latency memory operation point. Therefore, the stalls may not be hidden well at the large sized fetch group. Increasing the size of fetch group reduces the number of fetch groups to hide the stalls. In addition, the load/store unit stalls are caused by the limited hardware resources to handle the memory operations. To hide all these stalls effectively, we propose a Dynamic Resizing on Active Warps (DRAW) scheduler which adjusts the size of active fetch group. From the evaluation results, DRAW scheduler reduces an average of 16.3% of stall cycles and improves an average performance of 11.3% compared to the conventional two-level warp scheduler.
Original language | English |
---|---|
Title of host publication | ISPASS 2015 - IEEE International Symposium on Performance Analysis of Systems and Software |
Publisher | Institute of Electrical and Electronics Engineers Inc. |
Pages | 183-192 |
Number of pages | 10 |
ISBN (Electronic) | 9781479919567 |
DOIs | |
State | Published - 27 Apr 2015 |
Event | 2015 15th IEEE International Symposium on Performance Analysis of Systems and Software, ISPASS 2015 - Philidelphia, United States Duration: 29 Mar 2015 → 31 Mar 2015 |
Publication series
Name | ISPASS 2015 - IEEE International Symposium on Performance Analysis of Systems and Software |
---|
Conference
Conference | 2015 15th IEEE International Symposium on Performance Analysis of Systems and Software, ISPASS 2015 |
---|---|
Country/Territory | United States |
City | Philidelphia |
Period | 29/03/15 → 31/03/15 |
Bibliographical note
Publisher Copyright:© 2015 IEEE.