Skip to content

Menu

Posts in GPU Computing

All posts in GPU Computing in chronological order with newest first.

Posts in GPU Computing

Unter der Haube - cuDNN schafft die Grundlage für Deep Learning mit GPUs
Dec 01, 2018 gpu-computing

Machine learning library 'cuDNN' explained in iX Developer

It’s very difficult to implement algorithms optimally for GPUs. Therefore NVIDIA provides the library cuDNN for deep learning with neural networks. This article published in the german magazine iX Developer...

#article #ai #parallelism #concurrency #machine-learning #data #nvidia-cuda #gpu-computing
Read more
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
May 05, 2015 gpu-computing

Heat diffusion on multiple GPUs

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

#c++ #graphics #parallelism #concurrency #nvidia-cuda #gpu-computing #opencl
Read more
Mar 16, 2015 gpu-computing

A Good Introduction to C++ AMP

“C++ AMP: Accelerated Massive Parallelism with Microsoft Visual C++” is a good introduction to programming with C++ AMP. Unfortunately, at the time of this review, it is the only book...

#review #c++ #parallelism #concurrency #gpu-computing
Read more
Feb 23, 2015 gpu-computing

The Best Book on OpenCL 1.x

What makes “OpenCL in Action: How to Accelerate Graphics and Computation” special is that the author, Matthew Scarpino, truly tries to explain the programs. You learn the reasons behind his...

#review #c++ #parallelism #concurrency #gpu-computing #opencl
Read more
Jan 26, 2015 gpu-computing

Solid Optimization Tips for CUDA

While browsing through “CUDA Fortran for Scientists and Engineers”, I noticed that the authors provide valuable optimization tips. That piqued my curiosity.

#review #c++ #parallelism #concurrency #nvidia-cuda #gpu-computing
Read more
Apr 20, 2014 gpu-computing

Inspiration for CUDA Experts in the Natural Sciences

The book “GPU Computing Gems (Emerald Edition)” is a collection of 50 scientific articles about experiences using GPU computing in various subject areas.

#review #c++ #parallelism #concurrency #nvidia-cuda #gpu-computing
Read more
Apr 19, 2014 gpu-computing

Only recommended for die-hard CUDA fans

I had already read many articles from the series “CUDA, Supercomputing for the Masses” by Rob Farber on the Dr. Dobb’s website and was quite impressed. Back then in 2009,...

#review #c++ #parallelism #concurrency #nvidia-cuda #gpu-computing
Read more
Apr 16, 2014 gpu-computing

Best CUDA Book for Advanced Users

With CUDA, it’s easy to speed up a calculation by a factor of 2-5. How to achieve higher speedups is explained in “CUDA Programming” by Shane Cook.

#review #c++ #parallelism #concurrency #nvidia-cuda #gpu-computing
Read more
Apr 01, 2014 gpu-computing

Good Tips for Performance Optimization

In “The CUDA Handbook”, Nicholas Wilt proves himself to be very competent and keen to experiment with kernel optimization. Advanced readers will find this book very beneficial.

#review #c++ #parallelism #concurrency #gpu-computing #nvidia-cuda
Read more
Feb 21, 2012 gpu-computing

Essential for Performance Optimization

What distinguishes “Programming Massively Parallel Processors: A Hands-On Approach” from other books is the precise description of how the hardware works.

#review #c++ #gpu-computing #opencl #nvidia-cuda
Read more
OpenCL in Action
Dec 03, 2011 gpu-computing

Technical proofer of 'OpenCL in Action'

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.

#c++ #gpu-computing #parallelism #concurrency #opencl
Read more
Mar 13, 2011 gpu-computing

The best introduction to CUDA

“Cuda by Example” is the perfect start to CUDA for beginners. However, even some advanced users and professionals might enjoy the clear explanations and examples.

#parallelism #review #gpu-computing
Read more
Jan 03, 2010 gpu-computing

CUDA Real-Time Ray Tracer

During the christmas holidays i rewrote my ray tracer for the NVIDIA CUDA architecture.

#parallelism #concurrency #graphics #gpu-computing
Read more