Skip to content

Latest commit

 

History

History
58 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

58 lines (26 loc) · 1.16 KB

ParallelComputingExercises

A set of exercises using different technologies and parallel programming paradigms for analyzing parallelism benefits

Histogram Equalization

For this exercise we used Java for serial implementation and Java threads for the parallel implementation

1m.png

2m.png

3m.png

4m.png

5m.png

6m.png

7m.png

8m.png

9m.png

Integral Image

For this exercise we used C++ for serial implementation, openMP and CUDA for the parallel implementation

1f.png

2f.png

3f.png

4f.png

5f.png

6f.png

7f.png

8f.png

9f.png

10f.png

11f.png