location: Current position: Home >> Scientific Research >> Paper Publications

A Credit-Based Load-Balance-Aware CTA Scheduling Optimization Scheme in GPGPU

Hits:

Indexed by:期刊论文

Date of Publication:2016-02-01

Journal:INTERNATIONAL JOURNAL OF PARALLEL PROGRAMMING

Included Journals:SCIE、EI

Volume:44

Issue:1,SI

Page Number:109-129

ISSN No.:0885-7458

Key Words:GPGPU; CTA scheduler; Credit-based load-balance-aware scheduling scheme; Load balance

Abstract:GPGPU improves the computing performance due to the massive parallelism. The cooperative-thread-array (CTA) schedulers employed by the current GPGPUs greedily issue CTAs to GPU cores as soon as the resources become available for higher thread level parallelism. Due to the locality consideration in the memory controller, the CTA execution time varies in different cores, and thus it leads to a load imbalance of the CTA issuance among the cores. The load imbalance causes the computing resources under-utilized, and leaves an opportunity for further performance improvement. However, existing warp and CTA scheduling policies did not take account of load balance. We propose a credit-based load-balance-aware CTA scheduling optimization scheme (CLASO) piggybacked to a standard GPGPU scheduling system. CLASO uses credits to limit the amount of CTAs issued on each core to avoid the greedy issuance to faster executing cores as well as the starvation to leftover cores. In addition, CLASO employs the global credits and two tuning parameters, active levels and loose levels, to enhance the load balance and the robustness. Instead of a standalone scheduling policy, CLASO is compatible with existing CTA and warp schedulers. The experiments conducted using several paradigmatic benchmarks illustrate that CLASO effectively improves the load balance by reducing 52.4 % idle cycles on average, and achieves up to 26.6 % speedup compared to the GPGPU baseline scheduling policy.

Pre One:海冰与海洋平台碰撞分析中的可视化方法

Next One:Computing Framework of Large-scale Dilated Polyhedral DEM Particles Simulation Based on GPU