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

Change drcachesim default to core_serial for a much improved schedule #6949

Open
derekbruening opened this issue Aug 28, 2024 · 0 comments
Open

Comments

@derekbruening
Copy link
Contributor

Today the drcachesim default is still the old static round-robin assignment of threads to cores. We should change the default to be core_serial to use the scheduler. There are complexities preventing us from removing the old static schedule, though: if you want to run another tool at the same time that doesn't want core-sharded, it seems like we should still support that.

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

No branches or pull requests

1 participant