@inproceedings{BehrensRTBM2018, Title = {Efficient SIMD Vectorization for Hashing in OpenCL}, Author = {Tobias Behrens Viktor Rosenfeld Jonas Traub Sebastian Breß Volker Markl}, Year = {2018}, Journal = {21th International Conference on Extending Database Technology (EDBT). 2018}, Abstract = {Hashing is at the core of many efficient database operators such as hash-based joins and aggregations. Vectorization is a technique that uses Single Instruction Multiple Data (SIMD) instructions to process multiple data elements at once. Applying vectorization to hash tables results in promising speedups for build and probe operations. However, vectorization typically requires intrinsics – low-level APIs in which functions map to processorspecific SIMD instructions. Intrinsics are specific to a processor architecture and result in complex and difficult to maintain code. OpenCL is a parallel programming framework which provides a higher abstraction level than intrinsics and is portable to different processors. Thus, OpenCL avoids processor dependencies, which results in improved code maintainability. In this paper, we add efficient, vectorized hashing primitives to OpenCL. Our results show that OpenCL-based vectorization is competitive to intrinsics on CPUs but not on Xeon Phi coprocessors.}, Url = {http://www.redaktion.tu-berlin.de/fileadmin/fg131/Publikation/Papers/edbt_simd_paper-330.pdf} }