-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal/quantify/random access #615
Conversation
Prior to this, one could end in the random-access case with two non-canonical diagrams
Some parts of the naming scheme, e.g. 'request_t' are still broken. To fix these, we need to also touch the Nested Sweeping framework.
This allows us to split the loops in two and thereby hopefully drastically improve the code quality
As far as I can tell, the canonicity of 'resolve_request' already takes care of this case?
Cppchecknofile:0:0: information: Cppcheck cannot find all the include files (use --check-config for details) [missingInclude] |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #615 +/- ##
=============================================
+ Coverage 97.159% 97.224% +0.066%
=============================================
Files 88 90 +2
Lines 6124 6341 +217
=============================================
+ Hits 5950 6165 +215
- Misses 174 176 +2 ☔ View full report in Codecov by Sentry. |
The missing coverage is due to
Furthermore:
|
🟡 Regression Test (Picotrav 'mem_ctrl')'origin/internal/quantify/random-access' is a change in performance of -0.51% (stdev: 1.30%).
Number of samples: 3 |
🟢 Regression Test (QBF 'breakthrough/3x5_11_bwnib')'origin/internal/quantify/random-access' is a change in performance of 24.05% (stdev: 1.23%).
Number of samples: 5 |
🟢 Regression Test (Picotrav 'adder')'origin/internal/quantify/random-access' is a change in performance of 0.52% (stdev: 9.07%).
Number of samples: 10 |
🟡 Regression Test (Picotrav 'arbiter')'origin/internal/quantify/random-access' is a change in performance of -0.76% (stdev: 1.27%).
Number of samples: 4 |
🟢 Regression Test (QBF 'domineering/5x5_13_bwnib')'origin/internal/quantify/random-access' is a change in performance of 28.61% (stdev: 4.52%).
Number of samples: 4 |
🟢 Regression Test (QBF 'breakthrough/3x4_19_bwnib')'origin/internal/quantify/random-access' is a change in performance of 12.73% (stdev: 1.39%).
Number of samples: 4 |
🟢 Regression Test (QBF 'ep/8x8_7_e-8-1_p-3-4_bwnib')'origin/internal/quantify/random-access' is a change in performance of 38.08% (stdev: 5.75%).
Number of samples: 10 |
10417f9
to
32c274b
Compare
Closes #488 to then close #483 .