Back to Mold

Code Samples of oneAPI Threading Building Blocks (oneTBB)

third-party/tbb/examples/parallel_reduce/README.md

2.41.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.