oneTBB icon indicating copy to clipboard operation
oneTBB copied to clipboard

oneAPI Threading Building Blocks (oneTBB)

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

This question needs to be discussed in details and the API and the applicability of this new method should also be worked out. Since it does not block the current...

enhancement

### Description I build Intel oneTBB and Intel ITT in the same project. Leading to symbols defined multiple times at link time. Fixes # - Explicit link with ittapi::ittnotify library...

### 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 Hi I'm using [mxe](https://github.com/mxe/mxe) to cross compile oneTbb from Debian to Windows. I'm getting the following when compiling the library: ``` # environment NM=$MXE_ROOT/usr/bin/i686-w64-mingw32.shared-nm AR=$MXE_ROOT/usr/bin/i686-w64-mingw32.shared-ar CC=$MXE_ROOT/usr/bin/i686-w64-mingw32.shared-gcc CXX=$MXE_ROOT/usr/bin/i686-w64-mingw32.shared-g++ HOST=i686-w64-mingw32.shared...

bug

https://github.com/oneapi-src/oneTBB/blob/1f52f5093ec7ce23829fe64ab82ac5541fea42ee/test/conformance/conformance_flowgraph.h#L335-L351 If I'm reading this correctly, the copy constructor does not initialize `copies_count`. That means if you make a copy of a copy, the new object will do `++other.copies_count;` on...

tests

### Description Add a few missing `template` keywords to fix compilation errors and warnings with a very recent clang 19 (probably due to this LLVM [commit](https://github.com/llvm/llvm-project/commit/ce4aada6e2135e29839f672a6599db628b53295d) in this [PR](https://github.com/llvm/llvm-project/pull/98547)). This...

Currently, the `tbb` wheels on PyPI have a layout like the following: ``` ❯ unzip -l tbb-2021.7.0-py2.py3-none-macosx_10_15_x86_64.macosx_11_0_x86_64.whl Archive: tbb-2021.7.0-py2.py3-none-macosx_10_15_x86_64.macosx_11_0_x86_64.whl Length Date Time Name --------- ---------- ----- ---- 720160 08-25-2022 14:23...

bug

### Synopsis Observed a thread external to TBB - i.e. a thread that was not created by TBB thread pool - to be used to execute TBB task queue. Furthermore,...

# Summary Deadlock in tbb::concurrent_vector occurs in simplest example # Version 2021.13 # Environment The following information is important: * Intel Xeon Gold 6248R CPU * Windows 10 Enterprise LTSC...

bug

### Description finished algorithms chapter - added/modified files as needed. Fixes # - _issue number(s) if exists_ ### Type of change _Choose one or multiple, leave empty if none of...