History log of /oneTBB/test/ (Results 1 – 25 of 176)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3b9f9bae13-Dec-2023 Konstantin Boyarinov <[email protected]>

Fix parallel_for_each iterator tag dispatch for move iterators + fix stack overflow on Windows (#1276)

de0a3a6514-Nov-2023 Konstantin Boyarinov <[email protected]>

Fix parallel_for_each with C++20 iterators (#1250)

ab7f370c08-Nov-2023 Pavel Kumbrasev <[email protected]>

Fix tests compilation on OpenBSD (#1246)

* Fix test_eh_thread on OpenBSD
* Disable test_malloc_compliance on OpenBSD
---------
Signed-off-by: pavelkumbrasev <[email protected]>

4bb8938d06-Nov-2023 Julien Schueller <[email protected]>

CMake: Bump required version (#1237)

Bump cmake version to 3.5 to avoid this deprecation message:

CMake Deprecation Warning at CMakeLists.txt:15 (cmake_minimum_required):
Compatibility with CM

CMake: Bump required version (#1237)

Bump cmake version to 3.5 to avoid this deprecation message:

CMake Deprecation Warning at CMakeLists.txt:15 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.

Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.

Signed-off-by: Julien Schueller <[email protected]>

show more ...


/oneTBB/.github/workflows/ci.yml
/oneTBB/CMakeLists.txt
/oneTBB/INSTALL.md
/oneTBB/cmake/compilers/IntelLLVM.cmake
/oneTBB/cmake/compilers/MSVC.cmake
/oneTBB/cmake/config_generation.cmake
/oneTBB/cmake/templates/TBBConfig.cmake.in
/oneTBB/examples/CMakeLists.txt
/oneTBB/examples/README.md
/oneTBB/examples/common/gui/CMakeLists.txt
/oneTBB/examples/concurrent_hash_map/count_strings/CMakeLists.txt
/oneTBB/examples/concurrent_priority_queue/shortpath/CMakeLists.txt
/oneTBB/examples/getting_started/sub_string_finder/CMakeLists.txt
/oneTBB/examples/graph/binpack/CMakeLists.txt
/oneTBB/examples/graph/cholesky/CMakeLists.txt
/oneTBB/examples/graph/dining_philosophers/CMakeLists.txt
/oneTBB/examples/graph/fgbzip2/CMakeLists.txt
/oneTBB/examples/graph/logic_sim/CMakeLists.txt
/oneTBB/examples/graph/som/CMakeLists.txt
/oneTBB/examples/migration/recursive_fibonacci/CMakeLists.txt
/oneTBB/examples/migration/recursive_fibonacci/README.md
/oneTBB/examples/migration/recursive_fibonacci/fibonacci.cpp
/oneTBB/examples/migration/recursive_fibonacci/fibonacci_single_task.h
/oneTBB/examples/migration/recursive_fibonacci/fibonacci_two_tasks.h
/oneTBB/examples/migration/recursive_fibonacci/task_emulation_layer.h
/oneTBB/examples/parallel_for/game_of_life/CMakeLists.txt
/oneTBB/examples/parallel_for/polygon_overlay/CMakeLists.txt
/oneTBB/examples/parallel_for/seismic/CMakeLists.txt
/oneTBB/examples/parallel_for/tachyon/CMakeLists.txt
/oneTBB/examples/parallel_for_each/parallel_preorder/CMakeLists.txt
/oneTBB/examples/parallel_pipeline/square/CMakeLists.txt
/oneTBB/examples/parallel_reduce/README.md
/oneTBB/examples/parallel_reduce/convex_hull/CMakeLists.txt
/oneTBB/examples/parallel_reduce/pi/CMakeLists.txt
/oneTBB/examples/parallel_reduce/pi/README.md
/oneTBB/examples/parallel_reduce/pi/common.h
/oneTBB/examples/parallel_reduce/pi/main.cpp
/oneTBB/examples/parallel_reduce/pi/pi.cpp
/oneTBB/examples/parallel_reduce/primes/CMakeLists.txt
/oneTBB/examples/task_arena/fractal/CMakeLists.txt
/oneTBB/examples/task_group/sudoku/CMakeLists.txt
/oneTBB/examples/test_all/fibonacci/CMakeLists.txt
/oneTBB/include/oneapi/tbb/version.h
/oneTBB/integration/windows/nuget/inteltbb.devel.win.targets
/oneTBB/src/tbb/global_control.cpp
CMakeLists.txt
11545bd618-Sep-2023 Pavel Kumbrasev <[email protected]>

Fix brief in test_fuzzing (#1206)

Signed-off-by: pavelkumbrasev <[email protected]>

546fe27308-Sep-2023 Ilya Isaev <[email protected]>

Fix test_task crash/hang on RT Linux systems (#1201)

"Test priority inversion" test case manually increases threads' priority (including main thread) to test priority inversion problem but never res

Fix test_task crash/hang on RT Linux systems (#1201)

"Test priority inversion" test case manually increases threads' priority (including main thread) to test priority inversion problem but never restore it. That could lead to busy-waiting inside oneTBB on RT Linux kernels which is not expected. This patch restores previous priority after the test case completes.

Signed-off-by: Isaev, Ilya <[email protected]>
Co-authored-by: Konstantin Boyarinov <[email protected]>

show more ...

35d2aedf07-Sep-2023 Dmitri Mokhov <[email protected]>

Make test_implicit_linkage_on_windows portable across compilers (#1200)

Signed-off-by: Dmitri Mokhov <[email protected]>

261551ed30-Aug-2023 Dmitri Mokhov <[email protected]>

Add tag to brief description (#1190)

Signed-off-by: Dmitri Mokhov <[email protected]>

48ba0d7a29-Aug-2023 Dmitri Mokhov <[email protected]>

Add fuzz testing (#1184)

* Add a CMake option: `TBB_FUZZ_TESTING` (default: off)
* Add a `test_fuzzing`, which uses libFuzzer to fuzz all the environment variables and launches `test_task` each tim

Add fuzz testing (#1184)

* Add a CMake option: `TBB_FUZZ_TESTING` (default: off)
* Add a `test_fuzzing`, which uses libFuzzer to fuzz all the environment variables and launches `test_task` each time.

Signed-off-by: Dmitri Mokhov <[email protected]>

show more ...

1ddebef828-Aug-2023 xiacunshun <[email protected]>

doctest: Fix compiler error of address will never be NULL (#1181)

Co-authored-by: cunshunxia <[email protected]>

c4a799df23-Aug-2023 JhaShweta1 <[email protected]>

Spelling correction (#1179)

* codespell changes


/oneTBB/doc/GSG/next_steps.rst
/oneTBB/doc/main/tbb_userguide/Working_on_the_Assembly_Line_pipeline.rst
/oneTBB/examples/migration/recursive_fibonacci/fibonacci.cpp
/oneTBB/examples/parallel_for/tachyon/src/imageio.cpp
/oneTBB/examples/parallel_for/tachyon/src/imageio.hpp
/oneTBB/examples/parallel_for/tachyon/src/jpeg.cpp
/oneTBB/examples/parallel_for/tachyon/src/ppm.cpp
/oneTBB/examples/parallel_for/tachyon/src/ppm.hpp
/oneTBB/include/oneapi/tbb/concurrent_queue.h
/oneTBB/include/oneapi/tbb/parallel_invoke.h
/oneTBB/include/oneapi/tbb/partitioner.h
/oneTBB/include/oneapi/tbb/version.h
/oneTBB/integration/linux/env/vars.sh
/oneTBB/integration/linux/modulefiles/tbb
/oneTBB/integration/linux/modulefiles/tbb32
/oneTBB/integration/linux/oneapi/vars.sh
/oneTBB/integration/windows/env/vars.bat
/oneTBB/integration/windows/oneapi/vars.bat
/oneTBB/src/tbb/CMakeLists.txt
/oneTBB/src/tbb/arena.cpp
/oneTBB/src/tbb/arena.h
/oneTBB/src/tbb/main.cpp
/oneTBB/src/tbb/market.cpp
/oneTBB/src/tbb/market.h
/oneTBB/src/tbb/permit_manager.h
/oneTBB/src/tbb/pm_client.h
/oneTBB/src/tbb/tcm.h
/oneTBB/src/tbb/tcm_adaptor.cpp
/oneTBB/src/tbb/tcm_adaptor.h
/oneTBB/src/tbb/threading_control.cpp
/oneTBB/src/tbb/threading_control.h
/oneTBB/src/tbb/tools_api/ittnotify.h
/oneTBB/src/tbb/tools_api/ittnotify_config.h
/oneTBB/src/tbb/tools_api/ittnotify_static.c
/oneTBB/src/tbb/tools_api/ittnotify_static.h
/oneTBB/src/tbb/tools_api/legacy/ittnotify.h
/oneTBB/src/tbbbind/tbb_bind.cpp
/oneTBB/src/tbbmalloc/Synchronize.h
/oneTBB/src/tbbmalloc/backend.cpp
/oneTBB/src/tbbmalloc/frontend.cpp
/oneTBB/src/tbbmalloc/large_objects.h
/oneTBB/src/tbbmalloc/tbbmalloc.cpp
/oneTBB/src/tbbmalloc/tbbmalloc_internal.h
common/concurrent_associative_common.h
conformance/conformance_concurrent_hash_map.cpp
conformance/conformance_concurrent_queue.cpp
conformance/conformance_concurrent_vector.cpp
tbb/test_async_node.cpp
tbb/test_broadcast_node.cpp
tbb/test_buffer_node.cpp
tbb/test_concurrent_hash_map.cpp
tbb/test_continue_node.cpp
tbb/test_global_control.cpp
tbb/test_join_node_preview.cpp
tbb/test_task_arena.cpp
tbbmalloc/test_malloc_whitebox.cpp
7cee225111-Aug-2023 JhaShweta1 <[email protected]>

Enable WASM on oneTBB (#1006)

* WASM/emscripten on oneTBB
---------

Co-authored-by: Ilya Isaev <[email protected]>
Co-authored-by: Pavel Kumbrasev <[email protected]>

f9fd1bee03-Aug-2023 Ilya Isaev <[email protected]>

Allow building and loading of TBBBind on macOS (#1132)

With this patch user may build TBBBind on macOS and be able to use tbb::info namespace to obtain high-level information about the system and li

Allow building and loading of TBBBind on macOS (#1132)

With this patch user may build TBBBind on macOS and be able to use tbb::info namespace to obtain high-level information about the system and limit task_arena accordingly (without actual CPU binding since such functionality is not supported on macOS via HWLOC).

Signed-off-by: Isaev, Ilya <[email protected]>

show more ...

3e7d8e7f02-Aug-2023 Pavel Kumbrasev <[email protected]>

Add mutex.h and rw_mutex.h to oneapi/tbb.h (#1153)

Signed-off-by: pavelkumbrasev <[email protected]>

37a89d4719-Jul-2023 Ilya Isaev <[email protected]>

Fix test_task_group compilation on GCC 12 (#1144)

Signed-off-by: Isaev, Ilya <[email protected]>

88f73bbb30-Jun-2023 Dmitri Mokhov <[email protected]>

Fix test_concurrent_queue failure with ICL19.0/VS2017 (#1141)

Prevent an incorrect optimization by ICL 19.0 (fixed in ICL 19.1) with VS 2017 stdlib with inline-level=1 (/Ob1) that resulted in premat

Fix test_concurrent_queue failure with ICL19.0/VS2017 (#1141)

Prevent an incorrect optimization by ICL 19.0 (fixed in ICL 19.1) with VS 2017 stdlib with inline-level=1 (/Ob1) that resulted in premature object destruction inside `std::unordered_set`.

Signed-off-by: Dmitri Mokhov <[email protected]>

show more ...

89b2e0e319-Jun-2023 Olga Malysheva <[email protected]>

Update outdated URLs in comments (#1129)

* Update outdated URLs in comments

Signed-off-by: Olga Malysheva <[email protected]>
Co-authored-by: Dmitri Mokhov <[email protected]>

c456844916-Jun-2023 Pavel Kumbrasev <[email protected]>

Refactor market into threading layer (#758)

Signed-off-by: Alexei Katranov <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>

Co-authored-by: Aleksei Fedotov <

Refactor market into threading layer (#758)

Signed-off-by: Alexei Katranov <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>

Co-authored-by: Aleksei Fedotov <[email protected]>
Co-authored-by: Ilya Isaev <[email protected]>
Co-authored-by: kboyarinov <[email protected]>

show more ...

3f657a3413-Jun-2023 Pavel Kumbrasev <[email protected]>

Fix task_task_arena for one thread env (#1131)

Signed-off-by: pavelkumbrasev <[email protected]>

f8f7f73813-Jun-2023 Pavel Kumbrasev <[email protected]>

Fix current_thread_index for masterless arena(1,0) (#1128)

Signed-off-by: pavelkumbrasev <[email protected]>

d238e98722-May-2023 Konstantin Boyarinov <[email protected]>

Uncomment pipeline tests (#1106)

Signed-off-by: kboyarinov <[email protected]>

b95e88f122-May-2023 Konstantin Boyarinov <[email protected]>

Remove extra whitespaces in copyright (#1105)

Signed-off-by: kboyarinov <[email protected]>

a088cfa017-May-2023 Konstantin Boyarinov <[email protected]>

Use of std::invoke to run the body in algorithms and graph nodes (#880)

Signed-off-by: kboyarinov <[email protected]>

155acce715-May-2023 JhaShweta1 <[email protected]>

Adding helper methods to concurrent_queue and concurrent_bounded_queue (#1033)

* Align interface of concurrent_queue and concurrent_bounded_queue with the spec.

Signed-off-by: Dmitri Mokhov <dmit

Adding helper methods to concurrent_queue and concurrent_bounded_queue (#1033)

* Align interface of concurrent_queue and concurrent_bounded_queue with the spec.

Signed-off-by: Dmitri Mokhov <[email protected]>
Co-authored-by: Konstantin Boyarinov <[email protected]>

show more ...

84bf9d4527-Apr-2023 JhaShweta1 <[email protected]>

Update Doctest to newer version (#999)

Co-authored-by: pavelkumbrasev <[email protected]>

12345678