| 627cac6d | 05-Feb-2024 |
Ilya Isaev <[email protected]> |
Correct behavior on deactivated permit (#1308)
* Correct behavior on deactivated permit
---------
Signed-off-by: Isaev, Ilya <[email protected]>
Co-authored-by: Pavel Kumbrasev <pavel.kumb
Correct behavior on deactivated permit (#1308)
* Correct behavior on deactivated permit
---------
Signed-off-by: Isaev, Ilya <[email protected]>
Co-authored-by: Pavel Kumbrasev <[email protected]>
show more ...
|
| f71c92ae | 16-Nov-2023 |
Dmitri Mokhov <[email protected]> |
Minor waiter code refactoring (#1262)
Signed-off-by: Dmitri Mokhov <[email protected]> |
| f27eb147 | 06-Nov-2023 |
Vladislav Shchapov <[email protected]> |
CMake: add option TBB_INSTALL (#800)
Signed-off-by: Vladislav Shchapov <[email protected]> |
| 7eb68ae9 | 27-Sep-2023 |
Elias Engelbert Plank <[email protected]> |
Fix compiler warning for missing virtual dtor (#1215)
This fixes issue #1210 by adding a default virtual destructor for tbb::detail::r1::control_storage.
Signed-off-by: Elias Engelbert Plank <pla
Fix compiler warning for missing virtual dtor (#1215)
This fixes issue #1210 by adding a default virtual destructor for tbb::detail::r1::control_storage.
Signed-off-by: Elias Engelbert Plank <[email protected]>
show more ...
|
| e1310717 | 11-Sep-2023 |
Dmitri Mokhov <[email protected]> |
Fix/suppress new GCC 12/13 warnings (#1192)
Signed-off-by: Dmitri Mokhov <[email protected]> |
| d0748d29 | 01-Sep-2023 |
Ilya Isaev <[email protected]> |
Remove code that is not used anymore (#1191)
Signed-off-by: Isaev, Ilya <[email protected]> |
| 7b022651 | 29-Aug-2023 |
Pavel Kumbrasev <[email protected]> |
Fix thread request on arena::update_concurrency (#1188)
Signed-off-by: pavelkumbrasev <[email protected]> |
| fa6605fa | 25-Aug-2023 |
Vertexwahn <[email protected]> |
Fix _WIN32 define (#1183)
By accident, the define was called WIN32 - should be _WIN32.
The string #if _WIN32 can be found more than 100 times in this repo - #if WIN32 only one time.
It breaks the
Fix _WIN32 define (#1183)
By accident, the define was called WIN32 - should be _WIN32.
The string #if _WIN32 can be found more than 100 times in this repo - #if WIN32 only one time.
It breaks the Bazel build of oneTBB on Windows (bazel build //...).
show more ...
|
| 3f1ecfe5 | 24-Aug-2023 |
JhaShweta1 <[email protected]> |
copyright_failure: reverted back commit message (#1182)
* reverted back commit message |
| c4a799df | 23-Aug-2023 |
JhaShweta1 <[email protected]> |
Spelling correction (#1179)
* codespell changes |
| 706ad867 | 18-Aug-2023 |
JhaShweta1 <[email protected]> |
Update ittnotify to the latest version v3.24.2 (#1176)
* itt version update to v3.24.2 |
| 71e1bb8e | 17-Aug-2023 |
Pavel Kumbrasev <[email protected]> |
Integration of Thread composability manager (#1163)
Add TCM support in oneTBB. oneTBB can coordinate with Intel(R) OpenMP on CPU resources usage to avoid excessive oversubscription when both runtim
Integration of Thread composability manager (#1163)
Add TCM support in oneTBB. oneTBB can coordinate with Intel(R) OpenMP on CPU resources usage to avoid excessive oversubscription when both runtimes are used within a process.
Signed-off-by: Isaev, Ilya <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>
Co-authored-by: Ilya Isaev <[email protected]>
Co-authored-by: Aleksei Fedotov <[email protected]>
show more ...
|
| ddc3bd03 | 10-Aug-2023 |
Pavel Kumbrasev <[email protected]> |
Close File before leave function (#1171)
Signed-off-by: pavelkumbrasev <[email protected]> |
| f9fd1bee | 03-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 ...
|
| 7c79c824 | 26-Jul-2023 |
sarathnandu <[email protected]> |
Update Tpause constant for better performance on high core count system. (#1149)
* Update Tpause constant for better performance on high core count system.
Signed-off-by: sarathnandu <sarath.nand
Update Tpause constant for better performance on high core count system. (#1149)
* Update Tpause constant for better performance on high core count system.
Signed-off-by: sarathnandu <[email protected]>
show more ...
|
| 89b2e0e3 | 19-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]> |
| c4568449 | 16-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 ...
|
| f8f7f738 | 13-Jun-2023 |
Pavel Kumbrasev <[email protected]> |
Fix current_thread_index for masterless arena(1,0) (#1128)
Signed-off-by: pavelkumbrasev <[email protected]> |
| 26b42567 | 06-Jun-2023 |
Ilya Isaev <[email protected]> |
Use binary major version for dlopen on MacOS (#1062)
MacOS version of code tries to open unversioned binaries of runtime plugins unlike on Linux. This patch aligns this behavior.
Signed-off-by: I
Use binary major version for dlopen on MacOS (#1062)
MacOS version of code tries to open unversioned binaries of runtime plugins unlike on Linux. This patch aligns this behavior.
Signed-off-by: Isaev, Ilya <[email protected]>
show more ...
|
| ea4e6156 | 01-Jun-2023 |
Pavel Kumbrasev <[email protected]> |
Fix build on systems without ucontext.h in libc (#1055)
* Enable thread based resumable tasks if ucontext is absent
Signed-off-by: pavelkumbrasev <[email protected]>
Co-authored-by: Ilya
Fix build on systems without ucontext.h in libc (#1055)
* Enable thread based resumable tasks if ucontext is absent
Signed-off-by: pavelkumbrasev <[email protected]>
Co-authored-by: Ilya Isaev <[email protected]>
show more ...
|
| 4bb2faa0 | 15-May-2023 |
sarathnandu <[email protected]> |
Add runtime support for disabling RTLD_DEEPBIND flag (#1065)
* Add runtime support for disabling RTLD_DEEPBIND by default to enable Address Sanitizer.
The Address Sanitizer will not work properly
Add runtime support for disabling RTLD_DEEPBIND flag (#1065)
* Add runtime support for disabling RTLD_DEEPBIND by default to enable Address Sanitizer.
The Address Sanitizer will not work properly if the RTLD_DEEPBIND flag is passed to dlopen. The accepted workaround is to build your code without passing RTLD_DEEPBIND to dlopen when using the Address Sanitizer
Signed-off-by: sarathnandu <[email protected]>
show more ...
|
| 9515f14f | 04-May-2023 |
Dmitri Mokhov <[email protected]> |
Add DLL info for all tbbbind versions instead of just the default (#1095)
Also, add patch number to file version.
Signed-off-by: Dmitri Mokhov <[email protected]> |
| 44505eb6 | 29-Mar-2023 |
Yun Hsiang <[email protected]> |
Disable ITT_NOTIFY for RISC-V (#1053)
ITT_NOTIFY doesn't support RISC-V. Disable it when building for RISC-V.
Signed-off-by: Yun Hsiang <[email protected]> |
| 989ede96 | 10-Jan-2023 |
Vladislav Shchapov <[email protected]> |
Cleanup Windows resource files (#924)
Signed-off-by: Vladislav Shchapov <[email protected]> |
| 752cde6f | 09-Jan-2023 |
kboyarinov <[email protected]> |
Fix copyright year for PR983 (#1001)
Signed-off-by: kboyarinov <[email protected]> |