| /oneTBB/examples/parallel_reduce/ |
| H A D | README.md | 6 | convex_hull | Parallel version of convex hull algorithm (quick hull). 7 | pi | Parallel version of calculating π by numerical integration. 8 | primes | Parallel version of the Sieve of Eratosthenes.
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Linux_C_Dynamic_Memory_Interface_Replacement.rst | 7 Release version of the proxy library is ``libtbbmalloc_proxy.so``, 8 debug version is ``libtbbmalloc_proxy_debug.so``. 70 # Set LD_PRELOAD to load the release version of the proxy library 72 # Link with the release version of the proxy library 76 To use the debug version of the library, replace *tbbmalloc_proxy*
|
| H A D | Mac_OS.rst | 22 - ``lib/<lib><variant>.<version>.dylib`` 32 * ``<version>`` - binary version in a form of ``<major>.<minor>``
|
| H A D | Linux_OS.rst | 24 - ``lib/<arch>/<lib><variant>.so.<version>`` 36 * ``<version>`` - binary version in a form of ``<major>.<minor>``
|
| H A D | Windows_OS_ug.rst | 24 - ``lib\<arch>\vc<vcversion>\<lib><variant><version>.lib``\ 27 - ``redist\<arch>\vc<vcversion>\<lib><variant><version>.dll`` 51 * ``<version>`` - binary version
|
| H A D | Parallelizing_Simple_Loops_os.rst | 21 shows compilation commands that use the debug version of the library. 22 Remove the "``_debug``" portion to link against the production version
|
| H A D | Windows_C_Dynamic_Memory_Interface_Replacement.rst | 7 Release version of the proxy library is ``tbbmalloc_proxy.dll``, debug 8 version is ``tbbmalloc_proxy_debug.dll``.
|
| H A D | Scalable_Memory_Allocator.rst | 11 release versions for Windows\* OS are ``tbb<version>.dll`` and ``tbbmalloc.dll``
|
| /oneTBB/examples/graph/cholesky/ |
| H A D | README.md | 4 …n be a serial implementation or threaded implementation depending on the version of the oneMKL lib… 8 …version of Crout-Cholesky factorization that uses the oneTBB flow graph. This version uses a depen… 10 **join**: A parallel version of Crout-Cholesky factorization that uses the oneTBB flow graph. This …
|
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | README.md | 2 Parallel version of convex hull algorithm (quick hull). 11 - `convex_hull_sample` - builds parallel version of the example which uses `parallel_reduce`, `par… 12 - `convex_hull_bench` - build version of the example that compares serial and parallel buffered and…
|
| /oneTBB/cmake/ |
| H A D | README.md | 49 …and `tbbbind_2_5`. Each of these versions is linked with the corresponding HWLOC* library version: 54 The search for a suitable version of the HWLOC library is enabled by default. If you want to use a … 56 …- `CMAKE_HWLOC_<HWLOC_VER>_LIBRARY_PATH` - path to the corresponding HWLOC version shared library … 57 …- `CMAKE_HWLOC_<HWLOC_VER>_INCLUDE_PATH` - path to the corresponding HWLOC version including direc… 61 **NOTE:** Automatic HWLOC searching requires CMake version 3.6 or higher. 67 - `CMAKE_HWLOC_<HWLOC_VER>_DLL_PATH` - path to the corresponding HWLOC version `.dll` file. 108 The following builds require CMake version 3.15 or higher. 251 …version, set `TBB_FIND_RELEASE_ONLY` to `TRUE` before calling `find_package`. This variable helps … 259 `TBB_VERSION` | oneTBB version (format: `<major>.<minor>.<patch>.<tweak>`) 276 - Python version 3.5 or newer [all …]
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | README.md | 16 * `TACHYON_VERSION` - this examples contains several version that may be changed via `TACHYON_VERSI… 17 * **serial** - Original sequential version. 18 …* **tbb1d** - Parallel version that uses oneAPI Threading Building Blocks (oneTBB) and `blocked_ra… 19 …* **tbb** (Default) - Parallel version that uses oneTBB and `blocked_range2d` to parallelize over … 39 The `tbb` and `tbb1d` version of examples has the following settings that may be handled by environ…
|
| /oneTBB/integration/linux/modulefiles/ |
| H A D | tbb32 | 18 # Type `module --version` to determine the current installed version. 26 puts stderr "Your system reports that tclsh version $tcl_version is installed."
|
| H A D | tbb | 18 # Type `module --version` to determine the current installed version. 26 puts stderr "Your system reports that tclsh version $tcl_version is installed."
|
| /oneTBB/ |
| H A D | Bazel.md | 62 #include "oneapi/tbb/version.h" 77 The expected output of this program is the current version of oneTBB. 88 This flag is supported by the GNU* Compiler Collection (GCC) version 9.3, Clang* 12, and newer vers…
|
| H A D | CMakeLists.txt | 36 # Enable support of minimum supported macOS version flag 39 …set(CMAKE_CXX_OSX_DEPLOYMENT_TARGET_FLAG "-mmacosx-version-min=" CACHE STRING "Minimum macOS versi… 42 …set(CMAKE_C_OSX_DEPLOYMENT_TARGET_FLAG "-mmacosx-version-min=" CACHE STRING "Minimum macOS version… 46 file(READ include/oneapi/tbb/version.h _tbb_version_info) 65 # Handle C++ standard version.
|
| H A D | third-party-programs.txt | 162 "This License" refers to version 3 of the GNU General Public License. 246 …d versions of such material be marked in reasonable ways as different from the original version; or 276 …ich the Program is based. The work thus licensed is called the contributor's "contributor version". 280 …r for sale, import and otherwise run, modify and propagate the contents of its contributor version. 299 …time to time. Such new versions will be similar in spirit to the present version, but may differ i… 301 …version is given a distinguishing version number. If the Program specifies that a certain numbered… 303 …hat proxy's public statement of acceptance of a version permanently authorizes you to choose that … 305 …e imposed on any author or copyright holder as a result of your choosing to follow a later version. 328 the Free Software Foundation, either version 3 of the License, or 329 (at your option) any later version. [all …]
|
| H A D | MODULE.bazel | 24 bazel_dep(name = "platforms", version = "0.0.8")
|
| /oneTBB/examples/ |
| H A D | README.md | 21 | parallel_reduce/convex_hull | Parallel version of convex hull algorithm (quick hull). 22 | parallel_reduce/pi | Parallel version of calculating π by numerical integration. 23 | parallel_reduce/primes | Parallel version of the Sieve of Eratosthenes.
|
| /oneTBB/doc/GSG/ |
| H A D | next_steps.rst | 145 …Hybrid CPU support, make sure that HWLOC* is version 2.5 or higher. For NUMA support, install HWLO… 157 …Hybrid CPU support, make sure that HWLOC* is version 2.5 or higher. For NUMA support, install HWLO…
|
| /oneTBB/cmake/scripts/ |
| H A D | cmake_gen_github_configs.cmake | 24 # Parse version info 25 file(READ ${CMAKE_CURRENT_LIST_DIR}/../../include/oneapi/tbb/version.h _tbb_version_info)
|
| /oneTBB/doc/ |
| H A D | conf.py | 36 version = u'' variable
|
| /oneTBB/src/tbb/ |
| H A D | rml_base.h | 48 virtual version_type version() const RML_PURE(version_type)
|
| /oneTBB/integration/mac/env/ |
| H A D | vars.sh | 91 if [ "$(set | grep -Fq "KSH_VERSION=.sh.version" ; echo $?)" -eq 0 ] ; then # ksh
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | scalable_allocator.h | 151 int version; member 162 pAlloc(pAlloc_), pFree(pFree_), granularity(granularity_), version(TBBMALLOC_POOL_VERSION), in pAlloc()
|