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

threads: elastically scale-up #418

Merged
merged 4 commits into from
May 13, 2024

omp: fix race conditions with elastic scaling

8a6c540
Select commit
Loading
Failed to load commit list.
Merged

threads: elastically scale-up #418

omp: fix race conditions with elastic scaling
8a6c540
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 13, 2024 in 0s

37.06% of diff hit (target 0.00%)

View this Pull Request on Codecov

37.06% of diff hit (target 0.00%)

Annotations

Check warning on line 314 in src/batch-scheduler/BinPackScheduler.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/batch-scheduler/BinPackScheduler.cpp#L314

Added line #L314 was not covered by tests

Check warning on line 41 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L39-L41

Added lines #L39 - L41 were not covered by tests

Check warning on line 48 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L46-L48

Added lines #L46 - L48 were not covered by tests

Check warning on line 53 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L53

Added line #L53 was not covered by tests

Check warning on line 59 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L57-L59

Added lines #L57 - L59 were not covered by tests

Check warning on line 63 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L62-L63

Added lines #L62 - L63 were not covered by tests

Check warning on line 69 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L65-L69

Added lines #L65 - L69 were not covered by tests

Check warning on line 74 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L74

Added line #L74 was not covered by tests

Check warning on line 76 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L76

Added line #L76 was not covered by tests

Check warning on line 836 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L834-L836

Added lines #L834 - L836 were not covered by tests

Check warning on line 845 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L840-L845

Added lines #L840 - L845 were not covered by tests

Check warning on line 852 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L849-L852

Added lines #L849 - L852 were not covered by tests

Check warning on line 855 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L855

Added line #L855 was not covered by tests

Check warning on line 863 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L859-L863

Added lines #L859 - L863 were not covered by tests

Check warning on line 872 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L868-L872

Added lines #L868 - L872 were not covered by tests

Check warning on line 878 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L877-L878

Added lines #L877 - L878 were not covered by tests

Check warning on line 887 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L881-L887

Added lines #L881 - L887 were not covered by tests

Check warning on line 918 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L916-L918

Added lines #L916 - L918 were not covered by tests

Check warning on line 923 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L921-L923

Added lines #L921 - L923 were not covered by tests

Check warning on line 927 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L926-L927

Added lines #L926 - L927 were not covered by tests

Check warning on line 939 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L929-L939

Added lines #L929 - L939 were not covered by tests

Check warning on line 1018 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L1018

Added line #L1018 was not covered by tests

Check warning on line 1022 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L1020-L1022

Added lines #L1020 - L1022 were not covered by tests

Check warning on line 1028 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L1027-L1028

Added lines #L1027 - L1028 were not covered by tests

Check warning on line 1031 in src/planner/Planner.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/Planner.cpp#L1030-L1031

Added lines #L1030 - L1031 were not covered by tests