Cargando…

Automatic SIMD vectorization of SSA-based control flow graphs

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 sa...

Descripción completa

Detalles Bibliográficos
Autor principal: Karrenberg, Ralf
Lenguaje:eng
Publicado: Springer 2015
Materias:
Acceso en línea:http://cds.cern.ch/record/2043019
Descripción
Sumario: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 v