Giter Club home page Giter Club logo

Comments (2)

gapore avatar gapore commented on August 19, 2024

我觉得这就是一个bug,当我把性能模式改成20w之后,手动25w的stress fpu运行情况如下:
custom25new
可以看到可以突破原本的温度墙了,猜想设置的功耗必须大于性能模式的功耗,温度调整设置才能生效

from ryzentuner.

zqhong avatar zqhong commented on August 19, 2024

RyzenTuner/UI/MainForm.cs

Lines 118 to 125 in 01145d3

notifyIcon1.Text = RyzenTunerUtils.GetNoticeText();
var powerLimit = RyzenAdjUtils.GetPowerLimit();
var tctlTemp = RyzenAdjUtils.GetTctlTemp();
// 调用 ryzenadj 调整 Cpu 设置
AppContainer.AmdProcessor().SetAllTdpLimit(powerLimit);
AppContainer.AmdProcessor().SetTctlTemp((uint)tctlTemp);

public static int GetTctlTemp()
{
return 90;
}

我看了下代码,是设置固定温度墙 90 W。后面有时间我再看下,谢谢反馈

from ryzentuner.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.