Multicore Programming Lecture Series Videos
CilkArts has posted videos from their recent series of lectures detailing the various methodologies behind multicore programming. They’ve even posted the slide decks!
- Lecture 1
- The multicore programming challenge
- Shared-memory hardware
- Leading concurrency platforms (Pthreads, OpenMP, TBB, Cilk++)
- Race conditions
- Lecture 2
- What is Parallelism?
- Scheduling Theory
- Cilk++ Runtime System
- A Chess Lesson
- Lecture 3
- Implementation of Cilk loops
- Divide-&-Conquer Recurrences
- Matrix Multiplication
- Tableau Construction
Hope you like them all.
0 Comments:
Post a Comment
<< Home