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.
All posts tagged with #opencl in chronological order with newest first.
In March 2017 I gave a talk about GPU computing with CUDA and OpenCL at the para//el 2017 conference in Heidelberg, Germany.
The implementation of the heat diffusion equation on multiple GPUs is explained in the talk (in german).
Das Besondere an “OpenCL in Action: How to Accelerate Graphics and Computation” ist, das der Autor Matthew Scarpino versucht, die Programme wirklich zu erklären. Man erfährt die Gründe für seine...
Wenn man ein wenig Systematik in seine parallelen Programmierkünste bringen will, ist “Structured Parallel Programming: Patterns for Efficient Computation” das Buch zum Einsteigen.
At the parallel 2012 I presented my experiences and learnings I gathered in GPU computing projects.
Was “Programming Massively Parallel Processors: A Hands-On Approach” von anderen Büchern unterscheidet, ist die genaue Beschreibung der Funktionsweise der Hardware.
The OpenCL standard is not always easy and the technical proof was a challenge, because the code had to run on different os'es and platforms.