Searched refs:module (Results 1 – 18 of 18) sorted by relevance
| /oneTBB/python/ |
| H A D | README.md | 4 It is a preview Python* module which unlocks opportunities for additional performance in 13 The module implements Pool class with the standard interface using oneTBB which can be used to repl… 16 …ussion](https://community.intel.com/t5/Intel-Distribution-for-Python/TBB-module-Unleash-parallel-p… 20 - **tbb** - The folder contains Python module sources. 24 - **TBB.py** - Alternative entry point for Python module. 28 - `python_build` - building of oneTBB module for Python. 36 …- `python3 setup.py build -b<output_directory_path> -f check` - Build oneTBB module for Python. (P… 37 …lt_libraries> install -f <additional_flags> ` - Build and install oneTBB module for Python. (Prere… 38 - `python3 -m TBB test` - run test for oneTBB module for Python. 39 - `python3 -m tbb test` - run test for oneTBB module for Python. [all …]
|
| H A D | CMakeLists.txt | 44 COMMENT "Build and install to work directory the oneTBB Python module"
|
| /oneTBB/integration/linux/modulefiles/ |
| H A D | tbb32 | 18 # Type `module --version` to determine the current installed version. 44 module-whatis "Name: Intel(R) oneAPI Threading Building Blocks" 45 module-whatis "Version: $modulefilename/$modulefilever" 46 module-whatis "Description: Flexible threading library for adding parallelism to complex applicatio… 47 module-whatis "URL: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onetbb.html" 48 module-whatis "Dependencies: none" 53 module whatis "${modulefilename}/${modulefilever}"
|
| H A D | tbb | 18 # Type `module --version` to determine the current installed version. 44 module-whatis "Name: Intel(R) oneAPI Threading Building Blocks" 45 module-whatis "Version: $modulefilename/$modulefilever" 46 module-whatis "Description: Flexible threading library for adding parallelism to complex applicatio… 47 module-whatis "URL: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onetbb.html" 48 module-whatis "Dependencies: none" 53 module whatis "${modulefilename}/${modulefilever}"
|
| /oneTBB/cmake/python/ |
| H A D | test_launcher.cmake | 21 message(FATAL_ERROR "Cannot find oneTBB Python module") 23 …message(WARNING "Found more than oneTBB Python modules, the only first found module will be tested…
|
| /oneTBB/src/tbb/ |
| H A D | dynamic_link.cpp | 117 …static bool resolve_symbols( dynamic_link_handle module, const dynamic_link_descriptor descriptors… in resolve_symbols() argument 119 if ( !module ) in resolve_symbols() 133 pointer_to_handler addr = (pointer_to_handler)dlsym( module, desc.name ); in resolve_symbols()
|
| /oneTBB/ |
| H A D | .gitignore | 21 # Fortran module files
|
| H A D | MODULE.bazel | 19 module(
|
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | function_replacement.h | 44 …l IsPrologueKnown(const char* dllName, const char *funcName, const char **opcodes, HMODULE module);
|
| H A D | proxy.cpp | 660 HMODULE module = GetModuleHandle(dllName); in BytecodesAreKnown() local 662 if (!module) in BytecodesAreKnown() 665 if (! IsPrologueKnown(dllName, funcName[i], known_bytecodes, module)) { in BytecodesAreKnown()
|
| H A D | function_replacement.cpp | 558 …ol IsPrologueKnown(const char* dllName, const char *funcName, const char **opcodes, HMODULE module) in IsPrologueKnown() argument 560 FARPROC inpFunc = GetProcAddress(module, funcName); in IsPrologueKnown()
|
| /oneTBB/cmake/ |
| H A D | README.md | 15 TBB4PY_BUILD:BOOL - Enable Intel(R) oneAPI Threading Building Blocks (oneTBB) Python module build (… 226 It is a configuration module that is used for the integration of prebuilt oneTBB. It consists of tw… 228 To use this module in your CMake project: 269 The `TBB4PY_BUILD` Cmake option provides the ability to build a Python module for oneTBB. 273 - `python_build` - build oneTBB module for Python
|
| /oneTBB/examples/graph/cholesky/ |
| H A D | CMakeLists.txt | 23 # TODO: Consider using FindMKL module
|
| /oneTBB/cmake/toolchains/ |
| H A D | mips.cmake | 30 …CMake versions (checked on 3.5) there is invocation of try_run command in FindThreads.cmake module.
|
| /oneTBB/examples/ |
| H A D | CMakeLists.txt | 44 # TODO: Consider using FindMKL module
|
| /oneTBB/python/tbb/ |
| H A D | api.i | 30 %module api
|
| H A D | __init__.py | 329 runf = runpy.run_module if args.module else runpy.run_path
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 2009 # Configuration options related to the Perl module output 2012 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module 2022 # output from the Perl module output. 2028 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely 2031 # size of the Perl module output will be much smaller and Perl will parse it
|