Improving Performance of OpenCL on CPUs
Saarland University, Germany
Compiler Construction, Lecture Notes in Computer Science, Volume 7210/2012, 1-20, 2012
@inproceedings{karrenberg2012improving,
title={Improving Performance of OpenCL on CPUs},
author={Karrenberg, R. and Hack, S.},
booktitle={Compiler Construction},
pages={1–20},
year={2012},
organization={Springer}
}
Data-parallel languages like OpenCL and CUDA are an important means to exploit the computational power of today’s computing devices. In this paper, we deal with two aspects of implementing such languages on CPUs: First, we present a static analysis and an accompanying optimization to exclude code regions from control-flow to data-flow conversion, which is the commonly used technique to leverage vector instruction sets. Second, we present a novel technique to implement barrier synchronization. We evaluate our techniques in a custom OpenCL CPU driver which is compared to itself in different configurations and to proprietary implementations by AMD and Intel. We achieve an average speedup factor of 1.21 compared to naive vectorization and additional factors of 1.15-2.09 for suited kernels due to the optimizations enabled by our analysis. Our best configuration achieves an average speedup factor of 2.5 against the Intel driver.
March 27, 2012 by hgpu