Heat / Burn CPU

Windows specific forum
SolidThink
New User
New User
Posts: 2
Joined: Fri Oct 16, 2009 11:50 am

Heat / Burn CPU

Post by SolidThink »

hello,
i'm new,in forum and in coding 8)
help me please,
i would write a code for heat / burn various section of my cpu, fpu included,
for test my new dissipator,
i have tried, but every time not passed over 45° :cry: ,
probably my code is poor and wrong,
for an example you show me a procedure
to heat the fpu section on cpu,
please, help me,
and sorry for poor english.

Thanks


ps.
I know that there are special software, but I also want to write to learn develop
Thorium
Addict
Addict
Posts: 1308
Joined: Sat Aug 15, 2009 6:59 pm

Re: Heat / Burn CPU

Post by Thorium »

To heat up your CPU to the possible maximum you must have some decent knowlege of assembler and how the CPU is working. Prime95 for example has some algos specialy crafted to produce heat.

You have to program it in a way that minimum latency appearce and that maximum instructions can be executed parallel.

I don't know enough to actualy help you. But i think the general assembler optimization tipps are very helpfull to heat up your CPU: http://www.mark.masmcode.com/
SolidThink
New User
New User
Posts: 2
Joined: Fri Oct 16, 2009 11:50 am

Re: Heat / Burn CPU

Post by SolidThink »

Thorium wrote:To heat up your CPU to the possible maximum you must have some decent knowlege of assembler and how the CPU is working. Prime95 for example has some algos specialy crafted to produce heat.

You have to program it in a way that minimum latency appearce and that maximum instructions can be executed parallel.

I don't know enough to actualy help you. But i think the general assembler optimization tipps are very helpfull to heat up your CPU: http://www.mark.masmcode.com/
thank you
Post Reply