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

scx_layered: Pass layer spec for core growth algo #644

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

hodgesds
Copy link
Contributor

Pass in the layer spec when determining the layer core growth algo. This should make it easier to implement layer growth algos that are spec specific.

Pass in the layer spec when determining the layer core growth algo. This
should make it easier to implement layer growth algos that are spec
specific.

Signed-off-by: Daniel Hodges <[email protected]>
@@ -1593,15 +1595,15 @@ impl<'a, 'b> Scheduler<'a, 'b> {
skel.maps.rodata_data.nr_llcs = 0;

for node in topo.nodes() {
info!(
debug!(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

drive by log cleanup

Copy link
Contributor

Choose a reason for hiding this comment

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

i am a fan of the boy scout rule

@likewhatevs likewhatevs merged commit 85863d0 into sched-ext:main Sep 10, 2024
1 check passed
@hodgesds hodgesds deleted the layered-topo-order branch September 10, 2024 18:49
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