CUDA GPU Programming Workshop

From Gridkaschool
Revision as of 17:12, 1 September 2014 by Felice.pantaleo (talk | contribs) (Created page with "== '''Introduction''' == While the computing community is racing to build tools and libraries to ease the use of these heterogeneous parallel computing systems, effective an…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

While the computing community is racing to build tools and libraries to ease the use of these heterogeneous parallel computing systems, effective and confident use of these systems will always require knowledge about the low-level programming interfaces in these systems. This lecture is designed to introduce through examples and hands-on exercises, based on the CUDA programming language, the three abstractions that make the foundations of GPU programming:

  • Thread hierarchy
  • Synchronization
  • Memory hierarchy/Shared Memory