File:TechTalkSzalwinskiCilkPlus.pdf

From oldwiki.scinet.utoronto.ca
Jump to navigation Jump to search

TechTalkSzalwinskiCilkPlus.pdf(file size: 946 KB, MIME type: application/pdf)

Intel's Cilk Plus augments the C and C++ languages with three keywords for parallel programming on multi-core systems. These keywords inform the compiler that pertinent code may be parallelized. This talk will include code snippets showing how to implement map-reduce and fork-join patterns and will compare runtimes with those of serial code.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current13:34, 20 May 2014 (946 KB)Rzon (talk | contribs)Intel's Cilk Plus augments the C and C++ languages with three keywords for parallel programming on multi-core systems. These keywords inform the compiler that pertinent code may be parallelized. This talk will include code snippets showing how to implem