DocumentCode
1796817
Title
Compiler Driven Automatic Kernel Context Migration for Heterogeneous Computing
Author
Gad, Raanan ; Suss, Tim ; Brinkmann, Andre
fYear
2014
fDate
June 30 2014-July 3 2014
Firstpage
389
Lastpage
398
Abstract
Computer systems provide different heterogeneous resources (e.g., GPUs, DSPs and FPGAs) that accelerate applications and that can reduce the energy consumption by using them. Usually, these resources have an isolated memory and a require target specific code to be written. There exist tools that can automatically generate target specific codes for program parts, so-called kernels. The data objects required for a target kernel execution need to be moved to the target resource memory. It is the programmers´ responsibility to serialize these data objects used in the kernel and to copy them to or from the resource´s memory. Typically, the programmer writes his own serializing function or uses existing serialization libraries. Unfortunately, both approaches require code modifications, and the programmer needs knowledge of the used data structure format. There is a need for a tool that is able to automatically extract the original kernel data objects, serialize them, and migrate them to a target resource without requiring intervention from the programmer. In this paper, we present a tool collection ConSerner that automatically identifies, gathers, and serializes the context of a kernel and migrates it to a target resource´s memory where a target specific kernel is executed with this data. This is all done transparently to the programmer. Complex data structures can be used without making a modification of the program code by a programmer necessary. Predefined data structures in external libraries (e.g., the STL´s vector) can also be used as long as the source code of these libraries is available.
Keywords
data structures; program compilers; source code (software); ConSerner; compiler driven automatic kernel context migration; data structure format; energy consumption; heterogeneous computing; source code; Arrays; Context; Graphics processing units; Instruments; Kernel; Memory management;
fLanguage
English
Publisher
ieee
Conference_Titel
Distributed Computing Systems (ICDCS), 2014 IEEE 34th International Conference on
Conference_Location
Madrid
ISSN
1063-6927
Print_ISBN
978-1-4799-5168-0
Type
conf
DOI
10.1109/ICDCS.2014.47
Filename
6888915
Link To Document