View on GitHub

Python-on-GPUs

Repository for the training on using GPUs from Python.

The Python programming language is increasingly popular. It is a versatile language for general purpose programming and accessible for novice programmers. However, it is also increasingly used for scientific computing and can be used to develop code that runs on GPGPUs. Additionally, a number of libraries that are commonly used in scientific computing, data science and machine learning can use GPGPUs to improve performance.

Learning outcomes

When you complete this training you will

Schedule

Total duration: 4 hours.

Subject Duration
introduction and motivation 5 min.
GPGPU architecture and features 45 min.
moving data between host and device 15 min.
linear algebra on GPGPUs 25 min.
coffee break 10 min.
writing your own kernels 60 min.
data science with Rapids 30 min.
machine learning on GPUs 20 min.
wrap up 10 min.

Training materials

Slides are available in the GitHub repository, as well as example code and hands-on material.

Target audience

This training is for you if you speed up your Python by using GPUs.

Prerequisites

You will need experience programming in Python. This is not a training that starts from scratch. Some familiarity with numpy is required as well.

If you plan to do Python GPU programming in a Linux or HPC environment (and you should), then familiarity with these environments is required as well.

Trainer(s)