oneTBB icon indicating copy to clipboard operation
oneTBB copied to clipboard

oneAPI Threading Building Blocks (oneTBB)

Results 383 oneTBB issues
Sort by recently updated
recently updated
newest added

### Description Make it easy for other packages to use `find_library()` to find tbb. Fixes finding `tbb` with `find_library` on MINGW. - [ ] - git commit message contains an...

### Description Added Ubuntu 22.04 to the list of supported systems. Fixes # - _issue number(s) if exists_ - [ ] - git commit message contains an appropriate signed-off-by string...

### Description Change the execution of the body in TBB algorithms and Flow Graph nodes to use ``std::invoke`` instead of ``operator()``. It allows to pass pointers to non-static member functions...

Is there any known reason why tasks started like this: tbb::task::enqueue(*new(tbb::task::allocate_root()) TBB_Task(std::move(task)), tbb::priority_normal); Would not start for a very long time, or in some cases apparently never start? The TBB...

enviroment: ``` No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.4 LTS Release: 20.04 Codename: focal ``` background: I build and link tbb statically in my program, but...

I am redesigning my graphics editor and have been looking for library that would help with parallelization of tasks in various parts of my application. I had a brief look...

Hello, How to make edges between nodes belonging to different graphs please? Say I have to graphs g1 and g2 and nodes n1(g1) and another node n2(g2) one referecing g1...

Hi, TBB uses plugin mechanism to try different HWLOC versions to understand system capabilities. Since HWLOC versions are not compatible sometimes, TBB uses several TBBBind versions tbbind, tbbbind_2_0, tbbbind_2_5. For...

I am using oneTBB as a submodule in my project (Link: [https://github.com/openPupil/PyPupilEXT](https://github.com/openPupil/PyPupilEXT)) In the ``CMakeLists.txt``, the tbb libs are installed using the following command ```Cmake include(ExternalProject) ExternalProject_Add(PREFIX ${PROJECT_SOURCE_DIR} SOURCE_DIR ${PROJECT_SOURCE_DIR}/3rdparty/oneTBB...

CI error in my fork for upstream commit d1667d514df697f05d771602b268e92560c434c4: https://github.com/phprus/oneTBB/runs/4691593788?check_suite_focus=true Build: ubuntu-20.04_g++_cxx17_release_preview=ON ``` Start 5: test_collaborative_call_once 5/134 Test #5: test_collaborative_call_once .............***Timeout 180.11 sec ... 99% tests passed, 1 tests failed...

bug