Skip to content

Latest commit

 

History

History
 
 

parallel_reduce

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Code Samples of oneAPI Threading Building Blocks (oneTBB)

Examples using parallel_reduce algorithm.

Code sample name Description
convex_hull Parallel version of convex hull algorithm (quick hull).
pi Parallel version of calculating π by numerical integration.
primes Parallel version of the Sieve of Eratosthenes.