diff options
author | mperes <mperes@web> | 2014-10-05 18:59:35 -0700 |
---|---|---|
committer | xorg <iki-xorg@freedesktop.org> | 2014-10-05 18:59:35 -0700 |
commit | 1d38f9b0300a89c09d9e2e234a3355ccee5346c9 (patch) | |
tree | b2860af3bf0ea046032aa26fd81c391508615a3b /Events/XDC2014/XDC2014PitoisetOpenCLSimulation.mdwn | |
parent | b3f136dafafe38ba705fdfd1dbccb5a904e95e0f (diff) |
Diffstat (limited to 'Events/XDC2014/XDC2014PitoisetOpenCLSimulation.mdwn')
-rw-r--r-- | Events/XDC2014/XDC2014PitoisetOpenCLSimulation.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Events/XDC2014/XDC2014PitoisetOpenCLSimulation.mdwn b/Events/XDC2014/XDC2014PitoisetOpenCLSimulation.mdwn new file mode 100644 index 00000000..18617a52 --- /dev/null +++ b/Events/XDC2014/XDC2014PitoisetOpenCLSimulation.mdwn @@ -0,0 +1,3 @@ +# 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. |