Added delta local accumulation inside thread cleanup loop#7086
Conversation
|
Can one of the admins verify this patch? |
c0f3fd4 to
990890b
Compare
990890b to
5b34b08
Compare
|
/ok to test |
|
@charan-003 please have a look here. The CIs are still not being triggered. |
looks like the /ok to test workflows are getting stuck in queue sad to say but we can either:
|
Things were run before (even with the queuing). The difference is that now github reports those CI jobs a @charan-003 could you create a PR that reverts it, please? It can't be automatically reverted anymore because of the second PR that modified things. |
let me do that quickly |
|
@toxicteddy00077 Could you please take care of the clang-format issues reported? |
5b34b08 to
8f194de
Compare
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
Signed-off-by: Aryamaan Singh <aryamaan.singh05@gmail.com>
8f194de to
933145a
Compare
|
retest lsu |
|
Could you please rebase onto master to fix the compilation errors reported? Sorry for the inconvenience. |
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Comparison
Info
Explanation of Symbols
|
…atomic-cleanup Added delta local accumulation inside thread cleanup loop Signed-off-by: Vaibhav Joshi <joshivaibhav553@gmail.com>

Description
Closes #7085
continuing in spirit of #7056, the changes are very simple, I have just repalced the repeated per-item atomic decrements with local counters within the loop and and a
fetch_subafter the loop. Basically two bulk atomic operations isnteads of many.