CUDA GPU Programming Hands-on

From Gridkaschool

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







connection

sudo service ssh stop; sudo ssh -f gpulogin@gks-122.scc.kit.edu -p24 -L 22:guest@ipeclusterN.ipe.kit.edu:22 -N

Material





Reference

Programming Massively Parallel Processors: A Hands-on Approach By David Kirk and Wen-mei Hwu

CUDA Programming Guide