Changes

Jump to: navigation, search

GPU621/Intel Parallel Studio VTune Amplifier

225 bytes added, 23:28, 8 December 2021
Demonstration
== Demonstration ==
===Baseline===
Prefix sums are trivial to compute in sequential models of computation, by using the formula {{math|1=''y<sub>i</sub>'' = ''y''<sub>''i'' &minus; 1</sub> + ''x<sub>i</sub>''}} to compute each output value in sequence order.
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.
70
edits

Navigation menu