Training course "Introduction to GPU programming using OpenACC"
(Course no. 82/2015 in the training programme of Forschungszentrum Jülich)
Target audience: | Scientists who want to use GPU systems with OpenACC |
Contents: | |
Prerequisites: | Some knowledge about Linux, e.g. make, command line editor, Linux shell, experience in C |
Language: | This course is given in English. |
Duration: | 2 days |
Date: | 19-20 October 2015, 9:00-16:30 |
Venue: | Jülich Supercomputing Centre, Ausbildungsraum 2, building 16.3, room 211 |
Number of participants: | minimum 5, maximum 25 |
Instructors: | Anke Zitz, Thorsten Hater, Dr. Paul Baumeister, JSC Jiri Kraus, NVIDIA |
Contact: | Thorsten Hater |
Registration: | Please register with Thorsten Hater until 5 October 2015. If you do not belong to the staff of Forschungszentrum Jülich, we need these data for registration: Given name, name, birthday, nationality, complete home address |
GPU-accelerated computing drives current scientific research. Writing fast numeric algorithms for GPUs offers high application performance by offloading compute-intensive portions of the code to the GPU. The course will cover basic aspects of GPU architectures and programming. Focus is on the usage of the directive-based OpenACC programming model which allows for portable application development. Examples of increasing complexity will be used to demonstrate optimization and tuning of scientific applications.
Topics covered will include:
- Introduction to GPU/Parallel computing
- Programming model OpenACC
- Interoperability of OpenACC with GPU libraries like CuBLAS and CuFFT
- Tools for debugging and profiling
- Performance optimization