Automatic SIMD vectorization of SSA-based control flow graphs

11Citations
Citations of this article
12Readers
Mendeley users who have this article in their library.
Get full text

Abstract

Ralf Karrenberg presents Whole-Function Vectorization (WFV), an approach that allows a compiler to automatically create code that exploits data-parallelism using SIMD instructions. Data-parallel applications such as particle simulations, stock option price estimation or video decoding require the same computations to be performed on huge amounts of data. Without WFV, one processor core executes a single instance of a data-parallel function. WFV transforms the function to execute multiple instances at once using SIMD instructions. The author describes an advanced WFV algorithm that includes a variety of analyses and code generation techniques. He shows that this approach improves the performance of the generated code in a variety of use cases.

Cite

CITATION STYLE

APA

Karrenberg, R., & Zaks, A. (2015). Automatic SIMD vectorization of SSA-based control flow graphs. Automatic SIMD Vectorization of SSA-based Control Flow Graphs (pp. 1–187). Springer Science+Business Media. https://doi.org/10.1007/978-3-658-10113-8

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free