| /oneTBB/doc/ |
| H A D | Doxyfile.in | 3 # 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 D | index.rst | 11 …ary files and header files for Windows*, Linux*, and macOS* operating systems used in |short_name|.
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Floating_Point_Settings.rst | 33 …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 D | Advanced_Topic_Other_Kinds_of_Iteration_Spaces.rst | 7 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 D | Partitioner_Summary.rst | 10 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 D | Which_Dynamic_Libraries_to_Use.rst | 10 oneTBB general library, and can be used independently of the rest of 21 The rest of |full_name| can be used
|
| H A D | Windows_OS_ug.rst | 53 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 D | parallel_reduce.rst | 110 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 D | Predefined_Node_Types.rst | 39 … 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 D | type_specified_message_keys.rst | 35 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 D | follows_and_precedes_functions.rst | 11 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 D | concurrent_lru_cache_cls.rst | 30 least recently used policy. 99 deallocates the used storage.
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_scalable_allocator.cpp | 106 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 D | README.md | 8 …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 D | README.md | 10 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 D | README.md | 6 …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 D | Bazel.md | 5 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 D | Reference_Counting.rst | 13 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 D | Non-Preemptive_Priorities.rst | 171 for ``ReadyPileType``. A priority queue could be used to implement 176 used for it.
|
| /oneTBB/src/tbb/ |
| H A D | itt_notify.cpp | 40 #error This file is expected to be used for either TBB or TBB allocator build.
|
| /oneTBB/integration/windows/env/ |
| H A D | vars.bat | 23 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 D | README.md | 21 * `C` - cutoff that will be used to stop recursive split.
|
| /oneTBB/python/ |
| H A D | README.md | 9 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 D | README.md | 24 * `[M:N]` -a range of numbers of threads to be used.
|
| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | README.md | 23 * `M:N` - range of numbers of threads to be used.
|