top of page

OpenMP GPU Offloading
Thu, 08 May
|ICTS KU Leuven
This course takes half a day


Time & Location
08 May 2025, 09:00 – 12:00
ICTS KU Leuven, Willem de Croylaan 52/bus 5580, 3001 Leuven, Belgium
About the Event
Content
Over the past decade or more, most of the software that uses GPGPUs has been developed in CUDA since only NVIDIA provided such hardware.
However, currently, at least three vendors provide GPU accelerators, AMD, Intel and NVIDIA. This implies that you need a vendor-agnostic programming model to use GPUs. OpenMPis such a model. It has long been used for shared-memory parallelism, but it has been extended to support offloading to accelerators.
This training will show you how to use OpenMP to offload computations to GPUs.
Learning objectives
When you complete this training, you will
bottom of page