User Tools

Site Tools


heterogeneous_systems

This is an old revision of the document!


Hands-on Acceleration on Heterogeneous Computing Systems

Course Description

The increasing difficulty of scaling the performance and efficiency of CPUs every year has created the need for turning computers into heterogeneous systems, i.e., systems composed of multiple types of processors that can suit better different types of workloads or parts of them. More than a decade ago, Graphics Processing Units (GPUs) became general-purpose parallel processors, in order to make their outstanding processing capabilities available to many workloads beyond graphics. GPUs have been critical key to the recent rise of Machine Learning and Artificial Intelligence, which took unrealistic training times before the use of GPUs. Field-Programmable Gate Arrays (FPGAs) are another example computing device that can deliver impressive benefits in terms of performance and energy efficiency. More specific examples are (1) a plethora of specialized accelerators (e.g., Tensor Processing Units for neural networks), and (2) near-data processing architectures (i.e., placing compute capabilities near or inside memory/storage).

Despite the great advances in the adoption of heterogeneous systems in recent years, there are still many challenges to tackle, for example:

  • Heterogeneous implementations (using GPUs, FPGAs, TPUs) of modern applications from important fields such as bioinformatics, machine learning, graph processing, medical imaging, personalized medicine, robotics, virtual reality, etc.
  • Scheduling techniques for heterogeneous systems with different general-purpose processors and accelerators, e.g., kernel offloading, memory scheduling, etc.
  • Workload characterization and programming tools that enable easier and more efficient use of heterogeneous systems.

If you are enthusiastic about working hands-on with different software, hardware, and architecture projects for heterogeneous systems, this is your P&S. You will have the opportunity to program heterogeneous systems with different types of devices (CPUs, GPUs, FPGAs, TPUs), propose algorithmic changes to important applications to better leverage the compute power of heterogeneous systems, understand different workloads and identify the most suitable device for their execution, design optimized scheduling techniques, etc. In general, the goal will be to reach the highest performance reported for a given important application.

Prerequisites of the course:

  • Digital Design and Computer Architecture (or equivalent course).
  • Familiarity with C/C++ programming and strong coding skills.
  • Interest in future computer architectures and computing paradigms.
  • Interest in discovering why things do or do not work and solving problems
  • Interest in making systems efficient and usable

The course is conducted in English.

Course description page Moodle Piazza Q&A

Mentors

Name E-mail Office
Lead Supervisor Juan Gómez Luna juan.gomez@safari.ethz.ch ETZ H 64
Supervisor Mohammed Alser <> ETZ
Supervisor Behzad Salami <> ETZ
Supervisor Gagandeep Singh <> ETZ

Spring 2021 Meetings/Schedule

Week Date Meeting Learning Materials Assignments
W1 08.03
Mon.
M1: P&S Course Presentation

Required Materials
Recommended Materials
HW 0 Out

Learning Materials

Meeting 1: Required Materials

  • An introduction to SIMD processors and GPUs:
  • An introduction to GPUs and heterogeneous programming:

Meeting 1: Recommended Materials

More Learning Materials

Assignments

HW0: Student Information (Due: 12.03)

heterogeneous_systems.1614779890.txt.gz · Last modified: 2021/03/03 13:58 by juang