Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 72) sorted by relevance

123

/oneTBB/doc/
H A DDoxyfile.in3 # This file describes the settings to be used by the documentation system
39 # control system is used.
59 # left blank the current directory will be used.
700 # will be used as the name of the layout file.
967 # INPUT_FILTER) will also be used to filter the input files that are used for
1174 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1706 # The PAPER_TYPE tag can be used to set the paper type that is used by the
1747 # special commands can be used inside the footer.
1974 # that can be used to generate PDF.
2090 # used.
[all …]
H A Dindex.rst11 …ary files and header files for Windows*, Linux*, and macOS* operating systems used in |short_name|.
/oneTBB/doc/main/tbb_userguide/
H A DFloating_Point_Settings.rst33 …t is passed to a parallel algorithm, the floating-point settings captured to the context are used.
34 …t is not explicitly specified, the settings captured during the task arena initialization are used.
36 … a task group with explicitly captured floating-point settings, the outer-level settings are used.
37 …s capture floating-point settings, the settings captured during task arena initialization are used.
57 * oneTBB task scheduler observers are not used to set or modify floating point settings.
H A DAdvanced_Topic_Other_Kinds_of_Iteration_Spaces.rst7 The examples so far have used the class ``blocked_range<T>`` to specify ranges.
46 The second argument is not used; it serves only to distinguish the
56 that return the values of the proportion. These values should be used to
71 along its longest axis. When used with ``parallel_for``, it causes the
H A DPartitioner_Summary.rst10 their effect when used in conjunction with ``blocked_range``.
38 An ``auto_partitioner`` is used when no partitioner is specified. In
40 used, because these tailor the number of chunks based on available
H A DWhich_Dynamic_Libraries_to_Use.rst10 oneTBB general library, and can be used independently of the rest of
21 The rest of |full_name| can be used
H A DWindows_OS_ug.rst53 The last column shows which environment variables are used by the
65 forms. Either can be used with oneTBB. Linking to the oneTBB library
H A Dparallel_reduce.rst110 constructor might run concurrently while object ``x`` is being used for the
124 Since split/join are not used if workers are unavailable,
129 Since the same body might be used to accumulate multiple subranges,
H A DPredefined_Node_Types.rst39 … port to create a tuple that is broadcast to all successors. The policy used to combine messag…
45 …eshold, it will broadcast no more messages. A special input port can be used to adjust the inter…
49 …it. This allows for the corresponding ports of the composite_node to be used to make edges whi…
/oneTBB/doc/main/reference/
H A Dtype_specified_message_keys.rst35 used. The constructor has the following signature:
59 used to construct the ``join_node``, and ``K`` is the key type
64 lookup and used in place of the default implementation.
H A Dfollows_and_precedes_functions.rst11 only be used while constructing the node.
66 Either a set or a sequence of nodes can be used as arguments for ``follows`` and
H A Dconcurrent_lru_cache_cls.rst30 least recently used policy.
99 deallocates the used storage.
/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp106 bool used; member
107 FixedPool(void *a_buf, size_t a_size) : buf(a_buf), size(a_size), used(false) {} in FixedPool()
112 if (((FixedPool*)pool_id)->used) in fixedBufGetMem()
115 ((FixedPool*)pool_id)->used = true; in fixedBufGetMem()
/oneTBB/examples/graph/cholesky/
H A DREADME.md8 …proach, where a loop nest that is similar to the serial implementation is used to create an unroll…
33 …_prefix>_posdef.txt and <output_prefix>_X.txt; where `X` is the algorithm used. If `output_prefix`…
34 * `algorithm` - name of the used algorithm - can be dpotrf, crout, depend or join.
36 * `input_file` - input matrix (optional). If omitted, randomly generated values are used.
/oneTBB/cmake/
H A DREADME.md10 TBB_SIGNTOOL:FILEPATH - Tool for digital signing, used in post-install step for libraries if provid…
11 TBB_SIGNTOOL_ARGS:STRING - Additional arguments for TBB_SIGNTOOL, used if TBB_SIGNTOOL is set.
69 The `HWLOC_VER` substring used earlier can be replaced with one of the three values:
114 cmake .. # dynamic linkage is used by default
134 …ONTAINER` to `ON` to apply the `/APPCONTAINER:NO` option during the compilation (used for testing).
226 …hat is used for the integration of prebuilt oneTBB. It consists of two files (``TBBConfig.cmake`` …
244 If components are not specified, then the default set is used: `tbb`, `tbbmalloc`, and ``tbbmalloc_…
319 If the option is used only in part of the places (library, tests, benchmarks) and adding this optio…
/oneTBB/examples/graph/som/
H A DREADME.md6 …ions and looking for best-match for multiple examples. When an example is used to update the map, …
27 * `number-of-epochs` - number of examples used in learning phase.
/oneTBB/
H A DBazel.md5 The Bazel configuration may not include recommended compiler and/or linker flags used in the offici…
10 Bazel is not recommended for use by oneTBB maintainers. Thus, it is not used internally.
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DReference_Counting.rst13 Destroy an object when it will no longer be used.
23 will not be used in the future. Reference counting is a common serial
114 Weighted reference counting can be used to reduce costs if the
H A DNon-Preemptive_Priorities.rst171 for ``ReadyPileType``. A priority queue could be used to implement
176 used for it.
/oneTBB/src/tbb/
H A Ditt_notify.cpp40 #error This file is expected to be used for either TBB or TBB allocator build.
/oneTBB/integration/windows/env/
H A Dvars.bat23 REM if ^<arch^> is not set Intel(R) 64 architecture will be used
28 …M if ^<vs^> is not set oneTBB dynamically linked with Microsoft Visual C++ runtime will be used.
/oneTBB/examples/migration/recursive_fibonacci/
H A DREADME.md21 * `C` - cutoff that will be used to stop recursive split.
/oneTBB/python/
H A DREADME.md9 standard library or libraries like Dask or Joblib (used either in multi-threading or multi-processi…
13 The module implements Pool class with the standard interface using oneTBB which can be used to repl…
/oneTBB/examples/test_all/fibonacci/
H A DREADME.md24 * `[M:N]` -a range of numbers of threads to be used.
/oneTBB/examples/parallel_for/game_of_life/
H A DREADME.md23 * `M:N` - range of numbers of threads to be used.

123