Till KTH:s startsida Till KTH:s startsida

Ändringar mellan två versioner

Här visas ändringar i "Parallelism" mellan 2015-11-24 17:25 av Johan Montelius och 2016-02-24 17:09 av Johan Montelius.

Visa < föregående | nästa > ändring.

Parallelism

We can utilize concurrency to execute a program more efficiently on a multicore cpu. We will look at some strategies in how to work, it is easy to gain some speed-up but very hard to maintain the speed-up when we increase the number of cores.


* parallel.pdf


We will look at different strategies when parallelising a program and when we do so we will work with image transformations. We will start with a colour image and then turn it into a grey scale that in turn will result in something else. This is not a lecture on image transformation but why not do something fun.¶

Morfar¶

Morfar - gray¶

Morfar - solar¶

Morfar - contrast¶