Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

oneapi-src/oneTBB

ethan-han-7 starred oneapi-src/oneTBB
dangjinghao starred oneapi-src/oneTBB
omalyshe created a review on a pull request on oneapi-src/oneTBB
Looks good.

View on GitHub

dnmokhov deleted a branch oneapi-src/oneTBB

dev/dnmokhov/recursive_fibonacci

dnmokhov pushed 1 commit to master oneapi-src/oneTBB

View on GitHub

aleksei-fedotov created a review comment on a pull request on oneapi-src/oneTBB
It depends on what logic we think is correct. Perhaps, not reporting allocation error in case it succeeded by some other thread makes sense, and double checking `my_segment_table` for updated state...

View on GitHub

aleksei-fedotov created a review on a pull request on oneapi-src/oneTBB

View on GitHub

kboyarinov created a review comment on a pull request on oneapi-src/oneTBB
Would this logic work correct while having one thread which allocates the long table and successfully stores it into the `my_segment_table` and another which allocates the long table and receives a...

View on GitHub

kboyarinov created a review on a pull request on oneapi-src/oneTBB

View on GitHub

dnmokhov opened a pull request on oneapi-src/oneTBB
Fix maximum concurrency on Windows with NUMA
### Description On Windows systems with NUMA, `std::thread::hardware_concurrency()` returns 64 instead of the total number of logical processors. ### Type of change - [x] bug fix - _change th...
dnmokhov created a branch on oneapi-src/oneTBB

dev/dnmokhov/recursive_fibonacci - oneAPI Threading Building Blocks (oneTBB)

vossmjp created a review comment on a pull request on oneapi-src/oneTBB
This pattern of `task_arenas` and `task_groups` is what we show in our documentation: [for example here](https://oneapi-src.github.io/oneTBB/main/tbb_userguide/Guiding_Task_Scheduler_Execution.html...

View on GitHub

vossmjp created a review on a pull request on oneapi-src/oneTBB

View on GitHub

pavelkumbrasev created a review comment on a pull request on oneapi-src/oneTBB
That's reasonable

View on GitHub

pavelkumbrasev created a review comment on a pull request on oneapi-src/oneTBB
```suggestion if (new_table && my_segment_table.compare_exchange_strong( ``` Perhaps, we should avoid setting `nullptr` table

View on GitHub

pavelkumbrasev created a review on a pull request on oneapi-src/oneTBB

View on GitHub

aleksei-fedotov pushed 1 commit to fix-grow_by-in-concurrent-vector oneapi-src/oneTBB
  • Extend the test and add explanation comment d9e4ce0

View on GitHub

aepanchi pushed 1 commit to docs/releasenotes oneapi-src/oneTBB

View on GitHub

aepanchi opened a pull request on oneapi-src/oneTBB
Release Notes for 2022.0
### 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 other...
aepanchi created a branch on oneapi-src/oneTBB

docs/releasenotes - oneAPI Threading Building Blocks (oneTBB)

aepanchi closed a pull request on oneapi-src/oneTBB
Update conf.py
### Description Delete the copyright year since it's no longer a requirement. Fixes # - _issue number(s) if exists_ - [x] - git commit message contains an appropriate signed-off-by strin...
Sherly54 starred oneapi-src/oneTBB
aleksei-fedotov created a comment on an issue on oneapi-src/oneTBB
@bluescarni, > I can grab from the patch only the parts affecting the header file and I should be good to go right (without rebuilding TBB)? Yes, you don't need to rebuild TBB, but you need to ...

View on GitHub

bluescarni created a comment on an issue on oneapi-src/oneTBB
Hi @aleksei-fedotov ! The backtrace is from a computationally-heavy math/physics library which is mostly implemented in C++, with a thin Python layer on top for interactivity. When I took the ba...

View on GitHub

wild-civil starred oneapi-src/oneTBB
aleksei-fedotov created a comment on an issue on oneapi-src/oneTBB
> Hello! > > I think I ran into this issue in one of my projects. I do not know if this is useful, but here is a backtrace of my application after it locked up with a few threads busy spinning: ...

View on GitHub

bluescarni created a comment on an issue on oneapi-src/oneTBB
Hello! I think I ran into this issue in one of my projects. I do not know if this is useful, but here is a backtrace of my application after it locked up with a few threads busy spinning: htt...

View on GitHub

whuzhang753 starred oneapi-src/oneTBB
woshidashui starred oneapi-src/oneTBB
Load more