Changes

Jump to: navigation, search

Team Darth Vector

352 bytes added, 20:16, 13 December 2017
m
List of TBB Algorithms:
</pre>
<u>'''parallel_scan:'''</u> Provides concurrent support for a parallel scan. Intel promises it may invoke the function up to 2 times the amount when compared to the serial algorithm. The code is defined in "'''tbb/parallel_scan.h'''" and according to intel takes the template of: <pre>void parallel_scan( const Range& range, Body& body [, partitioner] ); </pre> 
parallel_reduce
129
edits

Navigation menu