blob: 543a54a999d4d5ea07d1db6865b30047a3b05a15 (
plain)
1
2
3
4
5
6
7
8
|
# Samuel Pitoiset - HPC: An OpenCL simulation of molecular dynamics on heterogeneous architectures
A molecular dynamics (MD) simulation involves computing the evolution of a system of particles in time. It is mainly used in physics where applications need to track several millions of particles. Due to the compute-intensive nature of MD simulations, researchers tend to use highly parallel computing architectures and accelerators (e.g. NVIDIA GPU & Intel Xeon Phi). In this presentation, I attempt to showcase an efficient OpenCL simulation of short-range particle interactions on heterogeneous architectures. This multi-accelerators approach aims to distribute the workload among the devices and to overlap data transfer and code execution in order to reduce the latency.
[[Slides|talk-hpc.pdf]]
[[Video|http://www.x.org/videos/XDC2014/PitoisetOpenCLSimulation.webm]]
<iframe width="420" height="315" src="//www.youtube.com/embed/zJWYqPFxsLM" frameborder="0" allowfullscreen></iframe>
|