Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 506 Bytes

File metadata and controls

19 lines (12 loc) · 506 Bytes

Beginner course

This course is for beginners. It will teach you the basics of GPU programming and Kokkos. You will learn how to compile Kokkos, write your first Kokkos program using basic Kokkos data structures, parallel loops and reductions.

How to compile

The slides use Beamer, a LaTeX package for creating presentations. To compile the slides, you need to have LaTeX installed on your system.

Build simply with:

make

Or explicitly with:

xelatex -shell-escape main.tex