Adaptive OpenCL (ACL) execution in GPU architectures

  • Authors:
  • Dan Connors;Kyle Dunn;Jeff Wiencrot

  • Affiliations:
  • University of Colorado Denver, Denver, Colorado;University of Colorado Denver, Denver, Colorado;University of Colorado Denver, Denver, Colorado

  • Venue:
  • Proceedings of the 3rd International Workshop on Adaptive Self-Tuning Computing Systems
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Open Compute Language (OpenCL) has been proposed as a platform-independent, parallel execution model to target heterogeneous systems, including multiple central processing units, graphics processing units (GPUs), and digital signal processors (DSPs). OpenCL parallelism scales with the available resources and hardware generational improvements due to the data-parallel nature of its kernels. Such parallel expressions must adhere to a rigid execution model, essentially forcing the run-time system to behave as a batch-scheduler for small, local workgroups of a larger global problem. In many scenarios, especially in the real-time computing environments of mobile computing, a mobile system must adapt to system constraints and problem characteristics. This paper investigates the concept of Adaptive OpenCL (ACL) to explore algorithm support for dynamically adapting data-model properties and runtime machine characteristics. We show that certain algorithms can be structured to dynamically balance problem correctness and performance.