.. title: PAR Class 8, Mon 2021-02-22
.. slug: class08
.. date: 2021-02-22
.. tags: class
.. category: 
.. link: 
.. description: 
.. type: text
.. has_math: true

.. raw:: html

   <style> .red {color:red} </style>
   <style> .blue {color:blue} </style>

.. role:: red
.. role:: blue

.. sectnum::
.. contents:: Table of contents
..


Compilers on parallel.ecse
--------------------------

To access them, source /opt/nvidia/initenvs


Nvidia GPU and accelerated computing, 2
---------------------------------------

This is from https://developer.nvidia.com/teaching-kits-downloads

My local copy of what I'm using is in /parclass/2021/files/nvidia/GPU-Teaching-Kit-Accelerated-Computing.zip

Today we'll start from
Module_2_Introduction_to_CUDA_C/Slides/Lecture-2-4-cuda-toolkit.pdf .

We'll also look at programs in Labs\ and\ Solutions/ .  We'll see debugging tools like cuda-gdb and cuda-memcheck.

