oneTBB
oneTBB copied to clipboard
oneAPI Threading Building Blocks (oneTBB)
### Description A proposal to extend task_group: 1. Extend semantics and useful lifetime of `task_handle`. We propose `task_handle` to represent tasks for the purpose of adding dependencies. The useful lifetime...
### Description Add a set of directories and sub-directories to support the oneTBB RFCs process. Fixes # - _issue number(s) if exists_ ### Type of change _Choose one or multiple,...
### Description It should never happen but coverity do not know it. Assert should enough here Fixes # - _issue number(s) if exists_ ### Type of change _Choose one or...
### Description _Add a comprehensive description of proposed changes_ Fixes # - _issue number(s) if exists_ ### Type of change _Choose one or multiple, leave empty if none of the...
# Summary I'm not sure if this is the correct place to report TBB profiler problems, but I couldn't find anywhere else. I'm attempting to use the Flow Graph Analyzer...
In case of pthread_attr_getstack() returns np_stack_size = 1MB, - calculated stack_base = stack_limit + stack_size(default: 4MB) - real stack_base = stack_limit + np_stack_size(1MB) stack_base is wrong because calculated with 4MB...
### Description Add Control Flow integrity flags for windows. Fixes # - _issue number(s) if exists_ ### Type of change _Choose one or multiple, leave empty if none of the...
- Added numa_partitioner for parallel_for. files "test1.cpp" & "test.pp" will be deleted, once I add tests. - Added scan - labelling it 'WIP' as this needs to be added for...
I see that all of the tests are ultimately completely serial. The function_node is serial but also the flow graph executes in an arena with a single slot. I suppose...
It would be useful to have an aligned version of `blocked_range`: ``` template< typename Iterator, std::size_t Alignment > class aligned_blocked_range; ``` The idea is that the `aligned_blocked_range` should divide the...