-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add CPU-Pin patcher #2
Labels
Comments
Intel
|
Ryzen cpuinfo
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A
--cpupin
patcher should add:Ideally, there should be three optional args:
--corecout 4
- Pins 4 cpus, and their 8 threadse.g. processors 0,1,2,3,4,5,6,7,8 on both AMD and Intel machines (assuming a 4 core cpu)
--cores 0,3
- Pins cores 0 and 5, and their respective threadse.g. processors 0,1,6,7 on AMD systems and 0,3,4,7 on Intel
--processors 0,1,2,3
- Pins the first 4 processors.on AMD systems, this would be the first two cores, and on intel systems, this would be the first thread across all four cores.
The text was updated successfully, but these errors were encountered: