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

Please mark relevant functions in TBB `noexcept`. In particular, consider these members: - Default constructors, where possible - Move constructors - Move assignment - `swap` members and free functions -...

enhancement

### Description PoC with initial separation arena from market. 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...

enhancement

NUMA allocations are available only for Windows 7 or later OS. VS2019 projects set _WIN32_WINNT = 0x0601 to enable this advanced functionality.

enhancement

it crashes because it tries to remove 1 item from an empty list.

bug fix

Commit: 0815661e4c08e4fcaf772d31c1313c63d629a32e ``` phprus@phprus:~> gcc-7 -v Using built-in specs. COLLECT_GCC=gcc-7 COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/7/lto-wrapper OFFLOAD_TARGET_NAMES=hsa:nvptx-none Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go --enable-offload-targets=hsa,nvptx-none, --without-cuda-driver --enable-checking=release --disable-werror --with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp...

bug

A minimal program was created to reproduce the issue. The program opens a file dialog using GetOpenFileName. On Windows 10, the program runs successfully both with and without the TBB...

allocator

In our application we protect non-thread safe shared resources via serial task queues. When part of the application needs to use the shared resource it pushes a task into the...

help wanted

ucontext was outdated by POSIX issue 7. It's used in ```src/tbb/arena.cpp``` via ```src/tbb/co_context.h``` Pure POSIX platforms don't have ucontext.h available. As the source code notes, Mac OS X is already...

enhancement

There are two points in which we can specify the priority of a task in a flow graph: - Initialise a task arena with low, normal or high priority and...

enhancement
documentation

I was trying to reproduce the package you ship on github and was not able to do so. Can you add some notes in INSTALL.md to explain how to do...

enhancement
documentation