Ilya Isaev

Results 10 issues of Ilya Isaev

## Description Support for compilation with Intel Compiler

## Description Due to race between exiting the process and starting of a new detached thread in `Windows`, thread local variables, which constructors or destructors have calls to runtime functions...

Signed-off-by: Isaev, Ilya ### Description There are sporadic fails with tbb4py test (test.py). The problem is that some test cases rely on the fact, that submitted async work will not...

bug fix
tests

Hi, AFAIK, CPU binding is not supported on MacOS due to the lack of the necessary interface from Apple. ``` hwloc-bind core:0-3 hwloc-bind --get hwloc_set_cpubind 0x0000000f (flags 0x0) failed (errno...

### Description Current implementation of thread registration is only focused on worker threads to be registered in TCM. When external threads are participating in work, they do not register thus...

This is a usability issue. The problem that attachment of `flow_graph` to specific `task_arena` looks confusing for users (see #419). Consider simplifying oneTBB API in this sense. For example, one...

enhancement
documentation

### 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...

tests
infrastructure

### Description Reset of stealing loop backoff is needed to lower a probability of a worker thread, leaving "block time" idle loop back to stealing loop (someone set arena's pool...

bug fix

### Description For details see [the corresponding RFC](https://github.com/uxlfoundation/oneTBB/blob/de0daa2b2ff0a61c427a00bf71769f11ded9473e/rfcs/proposed/numa_support/create-numa-arenas.md). Fixes #1899 ### Type of change _Choose one or multiple, leave empty if none of the other choices apply_ _Add a respective...

enhancement
tests

### 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...

bug fix
infrastructure
allocator