Ecosyste.ms: Timeline

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

oneapi-src/oneTBB

oschonrock created a comment on an issue on oneapi-src/oneTBB
bug submitted on libstdc++ https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117276

View on GitHub

akukanov created a review comment on a pull request on oneapi-src/oneTBB
I think the code can be made simpler with `std::thread` per domain, instead of relying only TBB. On the one hand, it also signals that TBB lacks high-level NUMA APIs. On the other hand, TBB, and ta...

View on GitHub

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

View on GitHub

coo1berg created a comment on an issue on oneapi-src/oneTBB
Hello, Update on issue status so far: 1. A hint for simpler patch from @dnmokhov is indeed works fine. 2. There is another problem discovered after thorough testing. Looks like `tbb::para...

View on GitHub

kboyarinov created a comment on an issue on oneapi-src/oneTBB
@oschonrock thanks for reporting that. As you mentioned, this issue was already fixed in the oneDPL codebase and it was caused by incorrect usage of oneTBB as part of a backend in oneDPL. We cann...

View on GitHub

isaevil deleted a branch oneapi-src/oneTBB

dev/isaevil/remove-sync-labels

isaevil pushed 1 commit to master oneapi-src/oneTBB
  • Remove sync-labels property from issue_labeler (#1534) 377a914

View on GitHub

isaevil closed a pull request on oneapi-src/oneTBB
Remove sync-labels property from issue_labeler
### 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...
pavelkumbrasev created a review on a pull request on oneapi-src/oneTBB

View on GitHub

pavelkumbrasev created a comment on a pull request on oneapi-src/oneTBB
**Syncing Labels** By default, labels that no longer match are not removed from the issue. To enable this functionality, explicity set sync-labels to 1.

View on GitHub

vossmjp opened a draft pull request on oneapi-src/oneTBB
Added numa_support rfc
### Description Adds RFC for simplified NUMA support Fixes # - _issue number(s) if exists_ ### Type of change _Choose one or multiple, leave empty if none of the other choices apply_ ...
vossmjp pushed 1 commit to dev/vossmjp/rfc_numa_support oneapi-src/oneTBB

View on GitHub

vossmjp created a branch on oneapi-src/oneTBB

dev/vossmjp/rfc_numa_support - oneAPI Threading Building Blocks (oneTBB)

isaevil opened a pull request on oneapi-src/oneTBB
Remove sync-labels property from issue_labeler
### 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...
isaevil created a branch on oneapi-src/oneTBB

dev/isaevil/remove-sync-labels - oneAPI Threading Building Blocks (oneTBB)

kboyarinov created a review comment on a pull request on oneapi-src/oneTBB
OK, I don't mind.

View on GitHub

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

View on GitHub

aleksei-fedotov created a review comment on a pull request on oneapi-src/oneTBB
This improves encapsulation of separate code pieces, allowing the function to deallocate segment tables of arbitrary size.

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
Is there a specific reason for having `num_segments` as a function parameter? As far as I can see, `pointers_per_long_table` is used everywhere and it is a `static constexpr` value known by the cl...

View on GitHub

kboyarinov created a review on a pull request on oneapi-src/oneTBB
Other than this, the patch looks good for me. I would still wait for feedback from @pavelkumbrasev to ensure we did not miss something.

View on GitHub

kboyarinov created a review on a pull request on oneapi-src/oneTBB
Other than this, the patch looks good for me. I would still wait for feedback from @pavelkumbrasev to ensure we did not miss something.

View on GitHub

chris-monardo starred oneapi-src/oneTBB
aleksei-fedotov created a review comment on a pull request on oneapi-src/oneTBB
Well, this is subjective. Applied anyway though.

View on GitHub

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

View on GitHub

aleksei-fedotov created a review comment on a pull request on oneapi-src/oneTBB
Good idea! Applied.

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
It seems like using `unsigned` is not important for the test and we can use `int` and improve readability.

View on GitHub

kboyarinov created a review comment on a pull request on oneapi-src/oneTBB
Can we introduce this code as an extra method in `segment_table` and reuse in `segment_table::clear_table`?

View on GitHub

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

View on GitHub

Load more