Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Algorithmic and Microarchitecture Optimizations of C++ Applications
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Optimization criteria and stopping condition
- 3 Optimization Process
- 4 What makes a good workload
- 5 Sample application data flow
- 6 Algorithmic optimization
- 7 Design optimization
- 8 Top hotspots Top Hotspots
- 9 Vectorization boundaries
- 10 Vectorization report
- 11 Performance gain
- 12 Parallel execution speedup
- 13 Threading Building Blocks
- 14 Bold attempt to parallelize baseline
- 15 uArch optimizations
- 16 Microarchitecture efficiency
- 17 Dig deeper?
- 18 Summary
- 19 Useful links