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

GPU Development in Python 101

PyData Global 2024 Online Tutorial 180 minutes Abstract Additional Resources

Writing GPU code in Python is easier today than ever. You don’t need to learn C++ and there are many libraries available to get you started quickly. In this tutorial we will learn some GPU programming fundamentals and explore the ecosystem of GPU accelerated libraries that do the hard work for you.

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

In this tutorial we will cover:

Attendees will be expected to have a general knowledge of Python and programming concepts, but no GPU experience will be necessary. The 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.