You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./ryzenadj --set-coall=-21
Successfully set coall to 4294967275
./ryzenadj --set-coall=0xFFFEB
Successfully set coall to 1048555
Why is it telling me two different values?
What exactly is set-coall doing and what is the correct value to set it for 'all cores' for 8 cores for a value of -21?
Edit: Ah for number 1. it's because the parameter expects an unsigned 32bit integer and it outputs the max value, but still does something and surprisingly accepts it?
The text was updated successfully, but these errors were encountered:
Eg.
./ryzenadj --set-coall=-21
Successfully set coall to 4294967275
./ryzenadj --set-coall=0xFFFEB
Successfully set coall to 1048555
Edit: Ah for number 1. it's because the parameter expects an unsigned 32bit integer and it outputs the max value, but still does something and surprisingly accepts it?
The text was updated successfully, but these errors were encountered: