.. title: PAR Class 13, Thurs 2021-03-11
.. slug: class13
.. date: 2021-03-11
.. 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
..


Nvidia GPU and accelerated computing, 7
---------------------------------------

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
GPU-Teaching-Kit-Accelerated-Computing/Module_10_Parallel_Computation_Patterns_Scan/Slides/Lecture-10-2-work-inefficient-scan-kernel.pdf

This introduces some common parallel programming paradigms.  They are useful with any parallel computing platform.

We did up thru 15-2.




