oneTBB
oneTBB copied to clipboard
oneAPI Threading Building Blocks (oneTBB)
A new bug was discovered after applying PR #739. Commit: 0ef804884856e791fe7bb173078a92daf3929f76 **Release build with LTO:** ``` phprus@mbp release % ps ax | grep test 31860 s011 S+ 0:04.12 ./appleclang_13.0_cxx17_64_release/test_global_control 31876...
Commit: cd6a5f9f4a5bae9fc157fa03093c17b9f861c9f2 Compiler: ``` Apple clang version 13.0.0 (clang-1300.0.29.30) Target: arm64-apple-darwin21.2.0 Thread model: posix ``` Debug build. Test output: ``` [doctest] doctest version is "2.4.7" [doctest] run with "--help" for...
Hi, I was unabled to build the last version with GCC 9.2 or higher. There is a problem in the mutex source file... `$ mingw32-make.exe compiler=gcc arch=intel64 [ 0%] Building...
I followed the example installation instructions (https://github.com/oneapi-src/oneTBB/blob/master/INSTALL.md) to install oneTBB with cmake on Ubuntu 18.04 in /tmp, but the installation directory /tmp/my_installed_onetbb is not created. $ cd /tmp/oneTBB/build/ $ cmake...
Hello, I just discovered (sadly) that putting Serial in a node has nothing to do with the order of the received message, which I totally understand and couldn't think of...
### Description Fix build failure for s390x and hppa. Fixes https://github.com/oneapi-src/oneTBB/issues/776 - [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 details)_ ### Type of change...
Including tbb.h and global_control.h will pull in `min` `max` preprocessors from windows headers. This will occlude `std::min` and `std::max` usage in later code, and needs `#undef`. Is the preprocessors intended...
Looks like build fails probably because I'm using latest gcc 12.0.1 ```console [ 9%] Building CXX object test/CMakeFiles/test_tick_count.dir/tbb/test_tick_count.cpp.o cd /home/tkloczko/rpmbuild/BUILD/oneTBB-2021.5.0/x86_64-redhat-linux-gnu/test && /usr/bin/g++ -I/home/tkloczko/rpmbuild/BUILD/oneTBB-2021.5.0/test/.. -I/home/tkloczko/rpmbuild/BUILD/oneTBB-2021.5.0/test -I/home/tkloczko/rpmbuild/BUILD/oneTBB-2021.5.0/src/tbb/../../include -O2 -g -grecord-gcc-switches -pipe -Wall...
Here is the failure: ``` [ 74%] Building CXX object src/tbb/CMakeFiles/tbb.dir/rtm_mutex.cpp.o cd /opt/x86_64/var/macports/build/_opt_x86_64_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_onetbb/onetbb/work/build/src/tbb && /opt/x86_64/bin/g++-mp-11 -D__TBB_BUILD -D__TBB_USE_ITT_NOTIFY -I/opt/x86_64/var/macports/build/_opt_x86_64_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_onetbb/onetbb/work/oneTBB-2021.5.0/src/tbb/../../include -pipe -Os -DNDEBUG -I/opt/x86_64/include -D_GLIBCXX_USE_CXX11_ABI=0 -arch x86_64 -mmacosx-version-min=10.6 -fPIC -flifetime-dse=1 -Wall -Wextra...
`mac32-tbbmalloc-export.def` has been removed at some point, apparently, and due to that building on PowerPC fails. Earlier version of `tbb` had that file. Is it possible to restore it?