Home
last modified time | relevance | path

Searched refs:numbers (Results 1 – 14 of 14) sorted by relevance

/oneTBB/examples/migration/recursive_fibonacci/
H A Dfibonacci.cpp49 int numbers = argc > 1 ? strtol(argv[1], nullptr, 0) : 50; in main() local
54 auto res = measure(fibonacci_two_tasks, numbers, ntrial); in main()
58 res = measure(fibonacci_single_task, numbers, ntrial); in main()
H A DREADME.md2 This directory contains an example that computes Fibonacci numbers using emulation for TBB Task API.
/oneTBB/examples/test_all/fibonacci/
H A DREADME.md2 This directory contains an example that computes Fibonacci numbers in several different ways.
24 * `[M:N]` -a range of numbers of threads to be used.
/oneTBB/examples/test_all/
H A DREADME.md6 | fibonacci | Compute Fibonacci numbers in different ways.
/oneTBB/examples/parallel_pipeline/
H A DREADME.md6 | square | Another string transformation example that squares numbers read from a file.
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DLazy_Initialization.rst51 for the calculation of the Fibonacci numbers. Here is a graphical
59 so the "lazy initialized" Fibonacci numbers are relevant here.
/oneTBB/examples/
H A DREADME.md20 | parallel_pipeline/square | Another string transformation example that squares numbers read from a…
26 | test_all/fibonacci | Compute Fibonacci numbers in different ways.
/oneTBB/examples/parallel_for/game_of_life/
H A DREADME.md23 * `M:N` - range of numbers of threads to be used.
/oneTBB/examples/graph/dining_philosophers/
H A DREADME.md23 …or the default choice, and optional step expression specifies how thread numbers are chosen within…
/oneTBB/doc/GSG/
H A Dnext_steps.rst36 …ple of a |short_name| algorithm. The sample calculates a sum of all integer numbers from 1 to 100.
87 …ple of a |short_name| algorithm. The sample calculates a sum of all integer numbers from 1 to 100.
H A Dsamples.rst46 …* `Compute Fibonacci numbers in different ways <https://github.com/oneapi-src/oneTBB/tree/master/e…
/oneTBB/examples/graph/binpack/
H A DREADME.md29 * `optimality` - controls optimality of solution; 1 is highest, use larger numbers for less optimal…
/oneTBB/doc/main/intro/
H A DBenefits.rst54 Data-parallel programming scales well to larger numbers of processors
/oneTBB/examples/parallel_for/polygon_overlay/
H A DREADME.md17 …ared; this effect would eventually swamp the gain from comparing smaller numbers of polygons per s…