Page 1 of 1

Heat / Burn CPU

Posted: Fri Oct 16, 2009 12:03 pm
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

Re: Heat / Burn CPU

Posted: Fri Oct 16, 2009 2:34 pm
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/

Re: Heat / Burn CPU

Posted: Fri Oct 16, 2009 5:15 pm
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