−
Indice
Collection of code (Academic Year 2012/2013)
Lesson: April 11, 2013
Lesson: April 16, 2013
Lesson: April 22, 2013
Lesson: April 23, 2013
Lesson: April 29, 2013
Lesson: April 30, 2013
Collection of code (Academic Year 2012/2013)
Lesson: April 11, 2013
Code
for map and stencil with OpenMP
Code
of a map implemented using a FastFlow farm (Matrix Multiplication code)
Map
defined in FastFlow
Map
targeting GPU with CUDA (trivial, draft code)
Lesson: April 16, 2013
Code
for the map with false sharing
Code
for the map without false sharing
Lesson: April 22, 2013
Code
testing OpenMP schedule strategies (compile with -DSCHED=xxx xxx in {static, dynamic, guided})
Code
used to compare FastFlow
Lesson: April 23, 2013
FastFlow
Code
computing the unbalanced map in chunks
SKEPU sample code
Containers
Map
Reduce
Lesson: April 29, 2013
FastFlow
code
using SkePu to implement a map
Lesson: April 30, 2013
OpenMP code relative to map fusion
Map fused
and
unfused
version
FastFlow
code
mixing sequential farm workers and skepu workers computing the same map