Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| courses:cs377-201951:week13 [2019/05/06 01:18] – [Last Class] mlsmith | courses:cs377-201951:week13 [2019/05/06 01:22] (current) – old revision restored (2019/05/01 09:54) mlsmith | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Week 14 ====== | + | ====== Week 13 ====== |
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| - | ===== Last Class ===== | + | ===== CUDA ===== |
| - | * Wrap-up | + | * Assignment 6 |
| - | * Final Assignment | + | * Due Fri, May 3 |
| - | * S' | + | * Versions 2 and 3 from slides 11, 12 of {{cs377-linda-lect1.pdf|PDF}} |
| - | * background clip from The Sandlot | + | * (version 1 included in sample code) |
| - | * Water Molecule simulation | + | * sorry for confusion with version numbers! |
| - | * H2O | + | * versions from slides 11 and 12 are the versions to implement |
| - | * CEQs | + | * Introduction to CUDA |
| + | * our GPU Cluster: hpc | ||
| + | * Slurm: interactive and batch job submissions | ||
| + | * See Tech Ref and Lang Resources in sidebar | ||
| + | * demo / code walks (copy from my cs377-examples directory) | ||
| + | * https://devblogs.nvidia.com/even-easier-introduction-cuda/ | ||
| + | * compiling | ||
| + | * running | ||
| + | * profiling | ||
| + | * Shear Sort | ||
| + | * Lecture notes: {{shearsort.pdf|PDF}} | ||