70
edits
Changes
→Demonstration
== Demonstration ==
===Baseline===
The Prefix Scan algorithm implemented in Serial, OpenMP and TBB version will be run with an array of size '''2^30'''. The metrics will be collected through Vtune.
===Single-thread Prefix Scan===
Starting with the Serial approach to the Prefix Scan Problem.