Skip to content

parallel-prefix-sum is a parallelization study of the prefix-sum algorithm written in C for xeon-phi

Notifications You must be signed in to change notification settings

matteomazza91/parallel-prefix-sum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parallel-prefix-sum

parallel-prefix-sum is a parallelization study of the prefix-sum algorithm written in C with posix_thread to be executed in a shared memory environment. The tests were done on the massive parallel xeon phi processor.

All the performance plots realized are obtained by appropriate averaging the execution times of the implemented algorithms.

Each algorithm is tested on different commutative and associative functions.

look at the report.pdf for additional details

compile and run

look at the last pages of report.pdf

About

parallel-prefix-sum is a parallelization study of the prefix-sum algorithm written in C for xeon-phi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published