Files
UnrealEngine/Engine/Source/ThirdParty/Intel/TBB/oneTBB-2021.13.0/examples/parallel_reduce
2025-05-18 13:04:45 +08:00
..
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08:00
2025-05-18 13:04:45 +08: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.