Sciweavers

CONCURRENCY
2016

Vectorizing unstructured mesh computations for many-core architectures

8 years 1 months ago
Vectorizing unstructured mesh computations for many-core architectures
Achieving optimal performance on the latest multi-core and many-core architectures depends more and more on making efficient use of the hardware’s vector processing capabilities. While auto-vectorizing compilers do not require the use of vector processing constructs, they are only effective on a few classes of applications with regular memory access and computational patterns. Irregular application classes require the explicit use of parallel programming models; CUDA and OpenCL are well established for programming GPUs, but it is not obvious what model to use to exploit vector units on architectures such as CPUs or the Xeon Phi. Therefore it is of growing interest what programming models are available, such as Single Instruction Multiple Threads (SIMT) or Single Instruction Multiple Data (SIMD), and how they map to vector units. This paper presents results on achieving high performance through vectorization on CPUs and the Xeon Phi on a key class of applications: unstructured mesh ...
I. Z. Reguly, Endre László, Gihan R.
Added 31 Mar 2016
Updated 31 Mar 2016
Type Journal
Year 2016
Where CONCURRENCY
Authors I. Z. Reguly, Endre László, Gihan R. Mudalige, Mike B. Giles
Comments (0)