English

Performance Engineering for a Medical Imaging Application on the Intel Xeon Phi Accelerator

Distributed, Parallel, and Cluster Computing 2014-01-16 v1 Computer Vision and Pattern Recognition Performance

Abstract

We examine the Xeon Phi, which is based on Intel's Many Integrated Cores architecture, for its suitability to run the FDK algorithm--the most commonly used algorithm to perform the 3D image reconstruction in cone-beam computed tomography. We study the challenges of efficiently parallelizing the application and means to enable sensible data sharing between threads despite the lack of a shared last level cache. Apart from parallelization, SIMD vectorization is critical for good performance on the Xeon Phi; we perform various micro-benchmarks to investigate the platform's new set of vector instructions and put a special emphasis on the newly introduced vector gather capability. We refine a previous performance model for the application and adapt it for the Xeon Phi to validate the performance of our optimized hand-written assembly implementation, as well as the performance of several different auto-vectorization approaches.

Keywords

Cite

@article{arxiv.1401.3615,
  title  = {Performance Engineering for a Medical Imaging Application on the Intel Xeon Phi Accelerator},
  author = {Johannes Hofmann and Jan Treibig and Georg Hager and Gerhard Wellein},
  journal= {arXiv preprint arXiv:1401.3615},
  year   = {2014}
}
R2 v1 2026-06-22T02:46:12.797Z