| /oneTBB/examples/parallel_pipeline/square/ |
| H A D | README.md | 2 Text filter that demonstrates the use of `parallel_pipeline`. Example program reads a file containi… 19 …-threads=value] [input-file=value] [output-file=value] [max-slice-size=value] [silent] [-h] [n-of-… 23 * `input`- file is an input file name. 24 * `output`- file is an output file name.
|
| /oneTBB/integration/linux/modulefiles/ |
| H A D | tbb32 | 6 # you may not use this file except in compliance with the License. 32 # see: https://wiki.tcl-lang.org/page/file+normalize 34 set scriptpath "[file dirname [file normalize "$scriptpath/___"]]" 37 set modulefilename "[file tail [file dirname "${scriptpath}"]]" 38 set modulefilever "[file tail "${scriptpath}"]" 40 set componentroot "[file dirname [file dirname [file dirname [file dirname "${scriptpath}"]]]]"
|
| H A D | tbb | 6 # you may not use this file except in compliance with the License. 32 # see: https://wiki.tcl-lang.org/page/file+normalize 34 set scriptpath "[file dirname [file normalize "$scriptpath/___"]]" 37 set modulefilename "[file tail [file dirname "${scriptpath}"]]" 38 set modulefilever "[file tail "${scriptpath}"]" 40 set componentroot "[file dirname [file dirname [file dirname [file dirname "${scriptpath}"]]]]"
|
| /oneTBB/integration/mac/env/ |
| H A D | vars.sh | 89 case $ZSH_EVAL_CONTEXT in (*:file*) vars_script_name="${(%):-%x}" ;; esac ; 96 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ; 105 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ; 110 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ; 118 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;
|
| /oneTBB/integration/linux/env/ |
| H A D | vars.sh | 93 case $ZSH_EVAL_CONTEXT in (*:file*) vars_script_name="${(%):-%x}" ;; esac ; 100 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ; 109 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ; 114 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ; 122 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;
|
| /oneTBB/integration/cmake/ |
| H A D | generate_vars.cmake | 4 # you may not use this file except in compliance with the License. 21 # VARS_TEMPLATE - path to the vars template file 27 file(TO_NATIVE_PATH "${SOURCE_DIR}" TBBROOT_REPLACEMENT) 28 file(TO_NATIVE_PATH "${BIN_PATH}" LIBRARY_PATH_REPLACEMENT) 30 file(TO_NATIVE_PATH "${BIN_PATH}" BINARY_PATH_REPLACEMENT)
|
| /oneTBB/examples/task_group/sudoku/ |
| H A D | README.md | 30 The example's directory contains following files that may be used as an input file: 31 `input1` - Sample input file with modest number of solutions. 32 `input2` - Sample input file with small number of solutions. 33 `input3` - Sample input file with larger number of solutions. 34 `input4` - Sample input file with very large number of solutions.
|
| /oneTBB/cmake/post_install/ |
| H A D | CMakeLists.txt | 4 # you may not use this file except in compliance with the License. 17 file(TO_CMAKE_PATH "${TBB_SIGNTOOL}" TBB_SIGNTOOL) 19 file(GLOB_RECURSE FILES_TO_SIGN \${CMAKE_INSTALL_PREFIX}/*${CMAKE_SHARED_LIBRARY_SUFFIX})
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 177 # less readable) file names. This can be useful is your file systems doesn't 476 # 'anonymous_namespace{file}', where file will be replaced with the base name of 523 # in case and if your file system supports case sensitive file names. Windows 544 # the files that are included by a file in the documentation of that file. 689 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided 936 # <filter> <input-file> 1202 # files. In the HTML_STYLESHEET file, use the file name only. Also note that the 1331 # file. You can add a path in front of the file if the result should not be 1383 # the file name of the resulting .qch file. The path specified is relative to 1431 # generated .qhp file. [all …]
|
| H A D | make.bat | 7 rem you may not use this file except in compliance with the License. 23 REM Command file for Sphinx documentation
|
| /oneTBB/test/common/ |
| H A D | utils_assert.h | 49 #define ASSERT_CUSTOM(p,message,file,line) ((p)?(void)0:utils::ReportError(file,line,#p,message)) argument
|
| /oneTBB/examples/common/gui/ |
| H A D | CMakeLists.txt | 4 # you may not use this file except in compliance with the License. 104 …file(MAKE_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/MacUI/${PROJECT_NAME}.app/Contents/Resources) 105 file(MAKE_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/MacUI/${PROJECT_NAME}.app/Contents/MacOS) 107 …file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/../../common/gui/xcode/tbbExample/PkgInfo DESTINATION ${CMAK… 108 …file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/../../common/gui/xcode/tbbExample/en.lproj DESTINATION ${CMA…
|
| /oneTBB/cmake/scripts/ |
| H A D | cmake_gen_github_configs.cmake | 4 # you may not use this file except in compliance with the License. 25 file(READ ${CMAKE_CURRENT_LIST_DIR}/../../include/oneapi/tbb/version.h _tbb_version_info) 30 file(READ ${CMAKE_CURRENT_LIST_DIR}/../../CMakeLists.txt _tbb_cmakelist)
|
| /oneTBB/ |
| H A D | Bazel.md | 24 The following file structure is assumed: 45 In the *WORKSPACE* file, the oneTBB GitHub* repository is fetched. 57 The *BUILD* file defines a binary named `Demo` that has a dependency to oneTBB.
|
| H A D | LICENSE.txt | 106 (d) If the Work includes a "NOTICE" text file as part of its 109 within such NOTICE file, excluding those notices that do not 111 of the following places: within a NOTICE text file distributed 116 of the NOTICE file are for informational purposes only and 141 origin of the Work and reproducing the content of the NOTICE file. 184 comment syntax for the file format. We also recommend that a 185 file or class name and description of purpose be included on the 192 you may not use this file except in compliance with the License.
|
| /oneTBB/cmake/android/ |
| H A D | test_launcher.cmake | 4 # you may not use this file except in compliance with the License. 20 file (GLOB_RECURSE BINARIES_LIST "${BINARIES_PATH}/*.so*" "${BINARIES_PATH}/${TEST_NAME}")
|
| /oneTBB/cmake/ |
| H A D | config_generation.cmake | 4 # you may not use this file except in compliance with the License. 35 file(MAKE_DIRECTORY ${config_install_dir}) 37 file(TO_CMAKE_PATH "${tbb_gen_cfg_LIB_REL_PATH}" TBB_LIB_REL_PATH) 38 file(TO_CMAKE_PATH "${tbb_gen_cfg_INC_REL_PATH}" TBB_INC_REL_PATH)
|
| H A D | memcheck.cmake | 4 # you may not use this file except in compliance with the License. 32 file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/memcheck) 45 …COMMAND ${VALGRIND_EXE} ${option} --leak-check=full --show-leak-kinds=all --log-file=${CMAKE_BINAR…
|
| /oneTBB/src/tbb/def/ |
| H A D | mac64-tbb.def | 4 # you may not use this file except in compliance with the License. 17 # Sometimes macOS* requires leading underscore (e. g. in export list file), but sometimes not 18 # (e. g. when searching symbol in a dynamic library via dlsym()). Symbols in this file SHOULD
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Working_on_the_Assembly_Line_pipeline.rst | 21 example reads a text file, squares each decimal numeral in the text, and 22 writes the modified text to a new file. Below is a picture of the 42 * - Read chunk from input file 46 - Write chunk to output file 51 Assume that the raw file I/O is sequential. The squaring filter can be 54 as they are written in the proper order to the output file. Though the 187 filter reads chunks from a sequential file and the output filter must 203 file and free the ``TextSlice``. 209 // Functor that writes a TextSlice to a file. 227 fprintf(stderr,"Can't write into file '%s'\n", OutputFileName);
|
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | README.md | 2 fgbzip2 is a parallel implementation of bzip2 block-sorting file compressor that uses `oneapi::tbb:… 28 * `filename` - name of the file to compress.
|
| /oneTBB/src/tbbmalloc/ |
| H A D | shared_utils.h | 105 void parseFile(const char* file, const parseFileItem (&items)[N]) { 113 if (FILE *f = fopen(file, "r")) {
|
| /oneTBB/examples/common/gui/xcode/tbbExample/ |
| H A D | tbbAppDelegate.m | 5 you may not use this file except in compliance with the License. 41 //declared in macvideo.cpp file
|
| /oneTBB/cmake/python/ |
| H A D | test_launcher.cmake | 4 # you may not use this file except in compliance with the License. 17 file(GLOB_RECURSE MODULES_LIST "${PYTHON_MODULE_BUILD_PATH}/*TBB.py*" )
|
| /oneTBB/python/tbb/ |
| H A D | __init__.py | 77 print("Warning: Can not load ", libirml, file=sys.stderr) 119 print("Warning: Can not load ", libirml, file=sys.stderr) 235 file=sys.stderr) 245 file=sys.stderr)
|