
Python-on-GPUs
Wed, 11 Dec
|Hybrid
This course takes half a day.


Time & Location
11 Dec 2024, 09:00 – 13:00 CET
Hybrid, Willem de Croylaan 52/bus 5580, 3001 Leuven, Belgium
About the Event
Topics covered
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.
Python is making inroads into the HPC landscape. However, writing Python code for efficient scientific computing is not entirely trivial. In this course a variety of techniques and libraries will be discussed that are useful in this context. Subjects covered include profiling of code to discover opportunities for optimization, using Cython, a Python extension that translate critical code sections into efficient C, wrapping C/C++/Fortran libraries in Python, multithreaded/multiprocess Python, distributed programming use mpi4py, and pySpark for data science.
Target audience
This training is for you if you speed up your Python by using GPUs.
Previous knowledge