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
So far I've been using PBO2 Tuner resp. "pbodebug" from PJVol to set the Curve Optimizer values while running the CoreCycler script, however PJVol mentioned that he has stopped developing his tools, and they don't support Ryzen 8000 and 9000 yet, and so probably never will.
Which makes me wonder, would it be possible to create a stripped down version of SMUDebugTool that let's you only set the Curve Optimizer values using the command line, which I could then use as a replacement to support the newer Ryzen generations as well?
As far as I can tell the tool right now doesn't support any CLI commands, but I also don't have that great experience with C programs, so I might have missed something.
The text was updated successfully, but these errors were encountered:
Hi,
This debug tool is mostly a spaghetti code app, but I had the idea to restart zenstates (completely new app) development which would support PBO and also CLI, or extract the PBO functionality in a new "Tuner", but this means yet another app to support. This is more of a wishful thinking at the moment. I can quickly code a PBO-only app, but people will expect some sort of a support afterwards.
You're right, the debug tool does not support CLI.
So far I've been using PBO2 Tuner resp. "pbodebug" from PJVol to set the Curve Optimizer values while running the CoreCycler script, however PJVol mentioned that he has stopped developing his tools, and they don't support Ryzen 8000 and 9000 yet, and so probably never will.
Which makes me wonder, would it be possible to create a stripped down version of SMUDebugTool that let's you only set the Curve Optimizer values using the command line, which I could then use as a replacement to support the newer Ryzen generations as well?
As far as I can tell the tool right now doesn't support any CLI commands, but I also don't have that great experience with C programs, so I might have missed something.
The text was updated successfully, but these errors were encountered: