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

GPU Development with Python 101

Open Data Science Conference (ODSC) Europe 2022 London, UK Workshop 60 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.

We will work through various materials and examples to get you started with GPU development in Python using open source libraries.

Tentative schedule:

Intro to GPUs (20 mins) Writing low level GPU code in Python with Numba (30 mins) Inspecting your GPU usage with pyNVML (10 mins) Writing high level GPU code in Python with RAPIDS (30 mins)

Background Knowledge Attendees will be expected to have a general knowledge of Python and programming concepts, but no GPU experience will be necessary.