Completed
00:00:00 Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Accelerating Applications with Parallel Algorithms - CUDA C++ Class Part 1
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00:00 Introduction
- 2 00:01:34 Introducing Thrust
- 3 00:27:36 Exercise Execution Space 1
- 4 00:28:57 Solution Execution Space 1
- 5 00:29:48 Exercise Execution Space 2
- 6 00:30:13 Solution Execution Space 2
- 7 00:30:57 Median
- 8 00:31:40 Exercise Compute Median
- 9 00:31:59 Solution Compute Median
- 10 00:33:28 Iterators
- 11 01:00:44 Exercise Computing Variance
- 12 01:02:22 Solution Computing Variance
- 13 01:04:22 Stencil and MdSpan
- 14 01:23:23 Exercise Mdspan
- 15 01:24:06 Solution Mdspan
- 16 01:26:06 Serial vs Parallel
- 17 01:37:52 Exercise Segmented Sum
- 18 01:39:30 Solution Segmented Sum
- 19 01:42:49 Transform Iterator
- 20 01:44:49 Exercise Segmented Mean
- 21 01:46:01 Solution Segmented Mean
- 22 01:47:17 Memory Spaces
- 23 01:56:37 Exercise Copy
- 24 01:57:34 Solution Copy
- 25 01:59:38 Takeways