Jacob Tomlinson's profile picture Jacob Tomlinson
Home Blog Talks Newsletter About

GPU development with Python 101 (extended)

EuroPython 2021 Online Tutorial 180 minutes Abstract Additional Resources

Writing GPU code in Python is easier today than ever!

I joined NVIDIA in 2019 and I was brand new to GPU development. In that time, I’ve gotten to grips with the fundamentals of writing accelerated code in Python. I was amazed to discover that I didn’t need to learn C++ and I didn’t need new development tools. Writing GPU code in Python is easier today than ever, and in this tutorial, I will share what I’ve learned and how you can get started with accelerating your code.

The first half of this training will take the form of a traditional tutorial. We will work through various materials and examples to get you started with GPU development in Python using open source libraries.

This material will cover:

In the second half, I will be joined by a colleague Graham Markall who is experienced in Python GPU development and we will work through a variety of programming challenges together to demonstrate how to think about developing for a GPU when tackling your day-to-day problems.

Tentative schedule:

Attendees will be expected to have a general knowledge of Python and programming concepts, but no GPU experience will be necessary. Our key takeaway for attendees will be the knowledge that they don’t have to do much differently to get their code running on a GPU.