Back to Onetbb

Code Samples of oneAPI Threading Building Blocks (oneTBB)

examples/parallel_reduce/README.md

2023.0.0349 B
Original Source

Code Samples of oneAPI Threading Building Blocks (oneTBB)

Examples using parallel_reduce algorithm.

Code sample nameDescription
convex_hullParallel version of convex hull algorithm (quick hull).
piParallel version of calculating π by numerical integration.
primesParallel version of the Sieve of Eratosthenes.