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

Memory OC On Nvidia Wrong Values #418

Open
SimpleHeuristics opened this issue Nov 20, 2024 · 1 comment
Open

Memory OC On Nvidia Wrong Values #418

SimpleHeuristics opened this issue Nov 20, 2024 · 1 comment

Comments

@SimpleHeuristics
Copy link

RTX 4090 default memory clock is 10500MHz for 21gbps. To get to 12000MHz as reported by MangoHud I have to move the slider to 13500MHz. If I slide it to 12000 the vram clocks only get to 11250MHz so +750.

I was using a command line utility prior to LACT implementing NVML and also had to set an offset of 3000MHz which is I guess the actual double data rate to get 24gbps.

@ilya-zlobintsev
Copy link
Owner

ilya-zlobintsev commented Nov 24, 2024

LACT uses the same NVML offset functionality under the hood. So it's expected that the behaviour is the same.

There are no mentions in nvidia's documentation regarding if the clock offset value is double data rate or not. But if the offsets are reported in single data rate and the clockspeeds in double, then this would make sense, and LACT should automatically double the actual offset value for memory.

I will investigate this further, as always applying this rule might not be correct for VRAM types other than GDDR6.

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

No branches or pull requests

2 participants