https://github.com/lucaangioloni/parallelcomputingexam
Parallel Computing Exam
https://github.com/lucaangioloni/parallelcomputingexam
c cuda histogram-equalization integral-image java java-thread openmp parallel-computing
Last synced: about 1 month ago
JSON representation
Parallel Computing Exam
- Host: GitHub
- URL: https://github.com/lucaangioloni/parallelcomputingexam
- Owner: LucaAngioloni
- License: mit
- Created: 2018-05-07T17:33:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T10:57:05.000Z (almost 7 years ago)
- Last Synced: 2025-02-03T11:23:47.344Z (3 months ago)
- Topics: c, cuda, histogram-equalization, integral-image, java, java-thread, openmp, parallel-computing
- Language: C
- Size: 38.1 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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









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










