Register training material
3 materials found

Authors: Pelagos 


OpenCL

Supercomputers make use of accelerators from a variety of different hardware vendors, using devices such as multi-core CPU’s, GPU’s and even FPGA’s. OpenCL is a way for your HPC application to make effective use of heterogeneous computing devices, and to avoid code refactoring for new HPC...

Keywords: supercomputing, Pawsey Supercomputing Centre, CPUs, GPUs, OpenCL, FPGAs

Resource type: activity

OpenCL https://dresa.org.au/materials/opencl Supercomputers make use of accelerators from a variety of different hardware vendors, using devices such as multi-core CPU’s, GPU’s and even FPGA’s. OpenCL is a way for your HPC application to make effective use of heterogeneous computing devices, and to avoid code refactoring for new HPC infrastructure. training@pawsey.org.au Toby Potter supercomputing, Pawsey Supercomputing Centre, CPUs, GPUs, OpenCL, FPGAs masters ecr researcher support
HIP Workshop

The Heterogeneous Interface for Portability (HIP) provides a programming framework for harnessing the compute capabilities of multicore processors, such as the MI250X GPU’s on Setonix.

In this course we focus on the essentials of developing HIP applications with a focus on...

Keywords: HIP, supercomputing, Programming, GPUs, MPI, debugging

Resource type: full-course

HIP Workshop https://dresa.org.au/materials/hip-workshop The Heterogeneous Interface for Portability (HIP) provides a programming framework for harnessing the compute capabilities of multicore processors, such as the MI250X GPU’s on Setonix. In this course we focus on the essentials of developing HIP applications with a focus on supercomputing. Agenda - Introduction to HIP and high level features - How to build and run applications on Setonix with HIP and MPI - A complete line-by-line walkthrough of a HIP-enabled application - Tools and techniques for debugging and measuring the performance of HIP applications training@pawsey.org.au HIP, supercomputing, Programming, GPUs, MPI, debugging
C/C++ Refresher

The C++ programming language and its C subset is used extensively in research environments. In particular it is the language utilised in the parallel programming frameworks CUDA, HIP, and OpenCL.

This workshop is designed to equip participants with “Survival C++”, an understanding of the basic...

Keywords: supercomputing, C/C++, Programming

Resource type: activity

C/C++ Refresher https://dresa.org.au/materials/c-c-refresher The C++ programming language and its C subset is used extensively in research environments. In particular it is the language utilised in the parallel programming frameworks CUDA, HIP, and OpenCL. This workshop is designed to equip participants with “Survival C++”, an understanding of the basic syntax, how information is encoded in binary format, and how to compile and debug C++ software. training@pawsey.org.au supercomputing, C/C++, Programming