Труды Института системного программирования РАН (Oct 2018)

PGA HPC Implementation of Microtubule Brownian Dynamics Simulations

  • Y. A. Rumyanstev,
  • P. N. Zakharov,
  • N. A. Abrashitova,
  • A. V. Shmatok,
  • V. O. Ryzhikh,
  • N. B. Gudimchuk,
  • F. I. Ataullakhanov

DOI
https://doi.org/10.15514/ISPRAS-2016-28(3)-15
Journal volume & issue
Vol. 28, no. 3
pp. 241 – 266

Abstract

Read online

This paper presents high performance simulation of microtubule molecular dynamics implemented on Xilinx Virtex-7 FPGA using high level synthesis tool Vivado HLS. FPGA implementation is compared to multicore Intel Xeon CPU and Nvidia K40 GPU implementations in terms of performance and energy efficiency. Algorithm takes into account Brownian motion thus heavily uses normally distributed random numbers. Original sequential code was optimized for different platforms using OpenMP for CPU, OpenCL for GPU and Vivado HLS for FPGA. We show that in terms of performance FPGA achieved 17x speed up against CPU and 11x speedup against GPU for our best optimized CPU and GPU versions. As to power efficiency, FPGA outperformed CPU 227 times and GPU 75 times. FPGA application is developed using SDK, which has Board Support Package including FPGA project framework where accelerator kernel (designed in Vivado HLS) IP core is to be integrated, and host-side libraries used to communicate with FPGA via PCI Express. Developed flow does not require expert FPGA skills and can be used by programmer with little knowledge of hardware design methodology that could use C\C++ language for complete development of FPGA accelerated solution.

Keywords