Skip to content

Menu

Heat diffusion on multiple GPUs

May 05, 2015

The implementation of the heat diffusion equation on multiple GPUs is explained in the talk (in german).

The heat simulation is implemented in the frameworks CUDA, OpenCL and C++ AMP.

There are two benchmarks

  • The pure performance of the GPUs without disturbance by the OpenGL engine, i. e. a console application. The results are given in the talk.
  • The performance as an OpenGL app. See the following video.

Read next

Program of the parallel 2017
Apr 04, 2017 gpu-computing

Talk about GPU computing with CUDA and OpenCL

In March 2017 I gave a talk about GPU computing with CUDA and OpenCL at the para//el 2017 conference in Heidelberg, Germany.

#c++ #parallelism #concurrency #slides #talk #nvidia-cuda #gpu-computing #opencl
Read more
Nov 30, 2016 gpu-computing

CUDA 8.0 on Mac OS/X

CUDA 8.0 on Mac OS X 10.12 gave me the following error:

#c++ #parallelism #concurrency #nvidia-cuda #gpu-computing
Read more