Jump to content
HWBOT Community Forums

AMD FX 8xxx, 6xxx, 4xxx batch and OC


flanker

Recommended Posts

Ok guys, what about "stable" setings of FX chips and batchs (series)???

 

In format: CPU model, batch, VID without Turbo, cooling, max stable clock

 

FX 8120 95W, 1139EPM, 1.128V, AIRcooling, 4840 MHz

FX 8120 125W, 1140EPM, 1.24 , AIR cooling, 4700 MHz :(

FX 8150 125W, 1140DPM, 1.313V, AIRcooling, 4950 MHz (5050 benchable Cinebenchs)

Link to comment
Share on other sites

Not many people enter the label field when submitting buldozer, sadly.

 

This is what I retrieved from the database:

 

+---------+-------------+-----------------------------------+--------------+--------+
| model   | oc          | name                              | batch        | amount |
+---------+-------------+-----------------------------------+--------------+--------+
| FX-8150 | 5929.400000 | Single Stage Phase Change Cooling | 1137GPM      |      1 | 
| FX-8150 | 7033.748333 | Liquid Nitrogen                   | 1137GPM      |      6 | 
| FX-4100 | 6807.760000 | Liquid Nitrogen                   | 1139FPM      |      6 | 
| FX-8150 | 6715.000000 | Liquid Nitrogen                   | 1136EPM 0089 |      2 | 
| FX-8150 | 4250.000000 | Water Cooling                     | FA 1141EPA   |      4 | 
+---------+-------------+-----------------------------------+--------------+--------+
5 rows in set (4.06 sec)

 

select cpu.model, avg(cpu_oc) oc, cooling.name, batch.label batch, count(result_id) amount
from cpu_model cpu join cpu_core core using (core_id) 
join result using (cpu_id)
join batch on (batch_id = cpu_batch_id)
join cooling on (cpucooling_id = cooling_id)
where model like '%fx-%'
group by batch_id, cpucooling_id;

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...