Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00
..
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00
2026-04-04 15:40:51 -05:00

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.