oneTBB
oneTBB copied to clipboard
oneAPI Threading Building Blocks (oneTBB)
### Description _Add a comprehensive description of proposed changes_ Fixes # - _issue number(s) if exists_ - [x] - git commit message contains an appropriate signed-off-by string _(see [CONTRIBUTING.md](https://github.com/oneapi-src/oneTBB/blob/master/CONTRIBUTING.md#pull-requests) for...
Suppose I am doing something like: ``` class graph_manager { graph_manager() = default; public: static tbb::task_group_context& context() { static tbb::task_group_context ctx; return ctx; }; static tbb::flow::graph& g() { static tbb::flow::graph...
Hello, Could you please help me solve this issue, I am getting this issue when I build my solution in VS: LINK : fatal error LNK1104: cannot open file 'tbb12_debug.lib'...
### Description _Add a comprehensive description of proposed changes_ Fixes # - _issue number(s) if exists_ - [ ] - git commit message contains an appropriate signed-off-by string _(see [CONTRIBUTING.md](https://github.com/oneapi-src/oneTBB/blob/master/CONTRIBUTING.md#pull-requests)...
### Description Fix invalid ``WORKING_DIRECTORY`` for tests and multi-config CMake Generator (like Microsoft Visual Studio). In a multi-configuration environment, the ``${CMAKE_RUNTIME_OUTPUT_DIRECTORY}`` variable may not correspond to the actual directory where...
I tried to build both `oneTBB-2021.5.0` and the current snapshot (`oneTBB-master`) with i686 (i.e. 32-bit) versions of GCC under MinGW-w64. Compilers [i686-posix-dwarf-gcc-12.1.0](https://github.com/brechtsanders/winlibs_mingw/releases/tag/12.1.0-14.0.4-10.0.0-msvcrt-r2), [i686-posix-dwarf-gcc-11.2.0](https://github.com/brechtsanders/winlibs_mingw/releases/tag/11.2.0-9.0.0-msvcrt-r6), and [i686-posix-dwarf-gcc-10.3.0](https://github.com/brechtsanders/winlibs_mingw/releases/tag/10.3.0-12.0.0-9.0.0-r2) all failed with the same...
Currently the public aliases exposed by `flow_graph::join_node` includes `input_type`. This is a bit confusing since `join_node` has multiple input ports and I believe other nodes(with multiple inputs) don't have the...
### Description On many Unix-like systems, pthread_create can fail spuriously even if the running machine has enough resources to spawn a new thread. Therefore, if EAGAIN is returned from pthread_create,...
Dear experts, My question is whether there is a TBB benchmark to see NUMA effects. I have tried to do map reduces on long vectors, but I never saw any...
### Description _Add a comprehensive description of proposed changes_ Fixes # - _issue number(s) if exists_ - [ ] - git commit message contains an appropriate signed-off-by string _(see [CONTRIBUTING.md](https://github.com/oneapi-src/oneTBB/blob/master/CONTRIBUTING.md#pull-requests)...