Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
courses:cs377-201951:week13 [2019/05/06 01:18]
mlsmith [Last Class]
courses:cs377-201951:week13 [2019/05/06 01:22]
mlsmith old revision restored (2019/05/01 09:54)
Line 1: Line 1:
-====== Week 14 ======+====== Week 13 ======
  
 ~~NOTOC~~ ~~NOTOC~~
    
-===== Last Class =====+===== CUDA =====
  
-  * Wrap-up +  * Assignment 6 
-  Final Assignment +    Due Fri, May 3 
-    * S'mores simulation +    * Versions 2 and 3 from slides 11, 12 of {{cs377-linda-lect1.pdf|PDF}} 
-      * background clip from The Sandlot (S'mores scene): https://youtu.be/XlddDZkkxCc +      * (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 Clusterhpc 
 +    * 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}}