Vladimir Serov

Results 8 comments of Vladimir Serov

@phprus, issue is not related to #647. Tried to use TBB_ENABLE_IPO=ON instead of CMAKE_INTERPROCEDURAL_OPTIMIZATION=ON, all test are passed. CMAKE_INTERPROCEDURAL_OPTIMIZATION adds IPO flags to tests as well.

Tested on v2021.3 release with LTO Enable patch, issue is present. Issue appears with GCC 7.5 and flags "-O1 -fdevirtualize -fipa-cp", and it doesn't with only "-O1" flag. It isn't...

If I understand correctly, you would like to limit number of messages what can walk through your `queue_node`. Try to use `limiter_node` before your `queue_node` ([userguide](https://oneapi-src.github.io/oneTBB/main/tbb_userguide/use_limiter_node.html)), predecessor node communicates with...

> This is odd. `def` files should be used for exporting symbols. Export rules for `tbb::detail::r1::unsafe_wait` exception are present for MacOS and Linux. Those rules are missed for Windows and...

@myoung301, we are able to reproduce the issue with your steps and got same call stack. Analysis is in progress.

By default, on Windows installed PyTorch CPU version. For Lunix, it the PyTorch with CUDA 12.1. So I've tried to specify default index by: `pip install . --index-url https://download.pytorch.org/whl/cu121 --extra-index-url...

profiling.h is a public API and changes might affect other users. Using TBB with QT_NO_KEYWORDS is the right way. But if project is huge and it's complicated, consider to use...

Issues related to assembling oneTBB with Emscripten can be divided into 2 category: 1. Build issue, related to undefined reference to `__TBB_machine_fetchadd4', has been fixed with #550. 2. Compiler warnings....