Skip to content

PoC: parallel BRAVO#97

Draft
Shnatsel wants to merge 2 commits intomainfrom
parallel-bravo
Draft

PoC: parallel BRAVO#97
Shnatsel wants to merge 2 commits intomainfrom
parallel-bravo

Conversation

@Shnatsel
Copy link
Copy Markdown
Collaborator

Uses the same safe parallelization technique as #95 (collect slices into a vector) to express disjointness to the borrow checker.

This works but isn't profitable yet. It is about neutral for f64 but regresses f32, which suggests to me that false sharing is a problem, but I haven't verified it with a profiler yet.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.79%. Comparing base (3fc78e0) to head (8c63740).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #97   +/-   ##
=======================================
  Coverage   99.79%   99.79%           
=======================================
  Files           8        8           
  Lines        1438     1438           
=======================================
  Hits         1435     1435           
  Misses          3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants