Skip to content
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

Refactor Auto-Scheduler #3 #2290

Merged
merged 8 commits into from Jun 24, 2022
Merged

Refactor Auto-Scheduler #3 #2290

merged 8 commits into from Jun 24, 2022

Conversation

SamArch27
Copy link
Collaborator

This PR introduces a SIPGraph data structure which simplifies the auto-scheduling process.

This PR resolves issue #2248.

@codecov
Copy link

codecov bot commented Jun 23, 2022

Codecov Report

Merging #2290 (b67ec5f) into master (1f7f0ab) will increase coverage by 0.11%.
The diff coverage is 82.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2290      +/-   ##
==========================================
+ Coverage   77.29%   77.41%   +0.11%     
==========================================
  Files         458      461       +3     
  Lines       29102    28994     -108     
==========================================
- Hits        22495    22446      -49     
+ Misses       6607     6548      -59     
Impacted Files Coverage Δ
src/ast/utility/BindingStore.cpp 100.00% <ø> (ø)
src/ast2ram/utility/SipsMetric.h 30.00% <ø> (ø)
src/synthesiser/Synthesiser.cpp 83.83% <0.00%> (ø)
src/ast2ram/utility/SipsMetric.cpp 55.55% <78.57%> (+1.84%) ⬆️
src/ast2ram/utility/SipGraph.cpp 79.33% <79.33%> (ø)
src/include/souffle/utility/SubsetCache.h 88.23% <88.23%> (ø)
src/ast/analysis/JoinSize.cpp 77.51% <91.89%> (+2.08%) ⬆️
src/ast/analysis/JoinSize.h 100.00% <100.00%> (ø)
src/ast2ram/utility/SipGraph.h 100.00% <100.00%> (ø)
src/interpreter/Engine.cpp 84.08% <100.00%> (ø)
... and 4 more

Copy link
Member

@b-scholz b-scholz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the refactoring!

@b-scholz b-scholz merged commit 3d6a060 into souffle-lang:master Jun 24, 2022
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.

None yet

2 participants