Tuesday, July 21, 2009

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!
  1. Lecture 1
    • The multicore programming challenge
    • Shared-memory hardware
    • Leading concurrency platforms (Pthreads, OpenMP, TBB, Cilk++)
    • Race conditions
  2. Lecture 2
    • What is Parallelism?
    • Scheduling Theory
    • Cilk++ Runtime System
    • A Chess Lesson
  3. Lecture 3
    • Implementation of Cilk loops
    • Divide-&-Conquer Recurrences
    • Matrix Multiplication
    • Tableau Construction

Hope you like them all.

0 Comments:

Post a Comment

<< Home