Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 574 Bytes

2019-12-13-introduction_to_gpu_programming.md

File metadata and controls

13 lines (9 loc) · 574 Bytes
title author tags
Introduction to GPU programming
Killian Murphy
HPC GPU

In recent years, GPUs have become an important tool in research computing. GPUs are also complex beasts to tame, and care is required when using them in order to ensure that you don't end up with another bottleneck in your worfklow.

Ed introduced us to the art of GPU programming, including examples of several tools that can make working with GPUs more accessible.

You can find the slides for this talk here.