| 54a22a62 | 22-Jan-2024 |
Alexandr-Konovalov <[email protected]> |
Add NOMINMAX before windows.h in enumerable_thread_specific.h (#1291)
Currently enumerable_thread_specific.h inclusion breaks std::min and
std::max usage due to macro spreading from windows.h.
S
Add NOMINMAX before windows.h in enumerable_thread_specific.h (#1291)
Currently enumerable_thread_specific.h inclusion breaks std::min and
std::max usage due to macro spreading from windows.h.
Signed-off-by: Alexandr Konovalov <[email protected]>
show more ...
|
| 3b9f9bae | 13-Dec-2023 |
Konstantin Boyarinov <[email protected]> |
Fix parallel_for_each iterator tag dispatch for move iterators + fix stack overflow on Windows (#1276) |
| de0a3a65 | 14-Nov-2023 |
Konstantin Boyarinov <[email protected]> |
Fix parallel_for_each with C++20 iterators (#1250) |
| 3cd37a22 | 24-Oct-2023 |
Dmitri Mokhov <[email protected]> |
Upgrade oneTBB version to 2021.12 (#1238)
Signed-off-by: Dmitri Mokhov <[email protected]> |
| bec5d998 | 19-Oct-2023 |
Martin Marinov <[email protected]> |
Rename ENDL with TBB_ENDL to reduce the likehood of potential conflicts with application source code (#1220) |
| ddfc32d9 | 19-Oct-2023 |
Ilya Isaev <[email protected]> |
Show patch version in the version string (#1229)
Signed-off-by: Isaev, Ilya <[email protected]> |
| 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]> |
| c4a799df | 23-Aug-2023 |
JhaShweta1 <[email protected]> |
Spelling correction (#1179)
* codespell changes |
| 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 ...
|
| 7cee2251 | 11-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]> |
| 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 ...
|
| 3e7d8e7f | 02-Aug-2023 |
Pavel Kumbrasev <[email protected]> |
Add mutex.h and rw_mutex.h to oneapi/tbb.h (#1153)
Signed-off-by: pavelkumbrasev <[email protected]> |
| dc883a59 | 21-Jun-2023 |
Marian Klymov <[email protected]> |
scalable_allocator.h: add missing include for namespace injection (#1137)
Signed-off-by: Marian Klymov <[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 ...
|
| a088cfa0 | 17-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]> |
| 155acce7 | 15-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 ...
|
| 4cc1ccac | 03-May-2023 |
Konstantin Boyarinov <[email protected]> |
Fix 3-way comparison detection mechanism (#1094)
Signed-off-by: kboyarinov <[email protected]> |
| 10a6d95e | 14-Apr-2023 |
Ilya Isaev <[email protected]> |
Upgrade oneTBB version to 2021.10 (#1073)
* Upgrade oneTBB version to 2021.10
Signed-off-by: Isaev, Ilya <[email protected]>
* Fix copyrights
Signed-off-by: Isaev, Ilya <ilya.isaev@inte
Upgrade oneTBB version to 2021.10 (#1073)
* Upgrade oneTBB version to 2021.10
Signed-off-by: Isaev, Ilya <[email protected]>
* Fix copyrights
Signed-off-by: Isaev, Ilya <[email protected]>
---------
Signed-off-by: Isaev, Ilya <[email protected]>
show more ...
|
| d5fd1e97 | 04-Apr-2023 |
Konstantin Boyarinov <[email protected]> |
Fix reserve(0) issue for concurrent unordered containers (#1057)
Signed-off-by: kboyarinov <[email protected]> |
| 0cf592bd | 26-Jan-2023 |
Andrew Corrigan <[email protected]> |
Reduces warnings using Xcode/AppleClang (#1018)
Signed-off-by: Andrew Corrigan <[email protected]> |
| bef111d0 | 11-Jan-2023 |
Yuriy Chernyshov <[email protected]> |
Fix compilation error on MacOS (#989) |
| e6e493f9 | 02-Jan-2023 |
Christian Fersch <[email protected]> |
Fix unmatched pragma warning push/pop (#996)
Signed-off-by: Christian Fersch <[email protected]> |
| 2ecfcf5a | 20-Dec-2022 |
Ivan Kochin <[email protected]> |
Moving the Hybrid CPUs API out of preview (#680)
Move the Hybrid CPUs API out of preview. This patch removes the necessity of setting the preview macro and removes the API reference topic
Signed-
Moving the Hybrid CPUs API out of preview (#680)
Move the Hybrid CPUs API out of preview. This patch removes the necessity of setting the preview macro and removes the API reference topic
Signed-off-by: Kochin Ivan <[email protected]>
Co-authored-by: Kochin Ivan <[email protected]>
Co-authored-by: Isaev, Ilya <[email protected]>
Co-authored-by: Alexandra <[email protected]>
show more ...
|
| cd44d198 | 16-Dec-2022 |
kboyarinov <[email protected]> |
Fix/suppress warnings on gcc12.1 (#866)
Signed-off-by: kboyarinov <[email protected]> |