319 0

SIMD Defragmenter: Efficient ILP Realization on Data-parallel Architectures

Title
SIMD Defragmenter: Efficient ILP Realization on Data-parallel Architectures
Author
박영준
Keywords
Algorithms; Experimentation; Performance; Compiler; SIMD Architecture; Optimization
Issue Date
2012-03
Publisher
ASSOC COMPUTING MACHINERY
Citation
ACM SIGPLAN NOTICES, 2012, 47(4), P.363-374
Abstract
Single-instruction multiple-data (SIMD) accelerators provide an energy-efficient platform to scale the performance of mobile systems while still retaining post-programmability. The central challenge is translating the parallel resources of the SIMD hardware into real application performance. In scientific applications, automatic vectorization techniques have proven quite effective at extracting large levels of data-level parallelism (DLP). However, vectorization is often much less effective for media applications due to low trip count loops, complex control flow, and non-uniform execution behavior. As a result, SIMD lanes remain idle due to insufficient DLP. To attack this problem, this paper proposes a new vectorization pass called SIMD Defragmenter to uncover hidden DLP that lurks below the surface in the form of instruction-level parallelism (ILP). The difficulty is managing the data packing/unpacking overhead that can easily exceed the benefits gained through SIMD execution. The SIMD degragmenter overcomes this problem by identifying groups of compatible instructions (subgraphs) that can be executed in parallel across the SIMD lanes. By SIMDizing in bulk at the subgraph level, packing/unpacking overhead is minimized. On a 16-lane SIMD processor, experimental results show that SIMD defragmentation achieves a mean 1.6x speedup over traditional loop vectorization and a 31% gain over prior research approaches for converting ILP to DLP.
URI
https://dl.acm.org/citation.cfm?id=2151014https://repository.hanyang.ac.kr/handle/20.500.11754/69619
ISSN
0362-1340; 1558-1160
DOI
10.1145/2248487.2151014
Appears in Collections:
COLLEGE OF ENGINEERING[S](공과대학) > COMPUTER SCIENCE(컴퓨터소프트웨어학부) > Articles
Files in This Item:
There are no files associated with this item.
Export
RIS (EndNote)
XLS (Excel)
XML


qrcode

Items in DSpace are protected by copyright, with all rights reserved, unless otherwise indicated.

BROWSE