Jen intel nikde netvrdí, že má 8 jader... má jasně definované HT
//
Ano, kdyby intel tvrdil, že je to 8mijádro, tak je to podnod, protože fyzicky žádných 8 jader nemá, kdežto AMD těch 8 jader má, to je jako tvrdit, tě Pentium N není čtyřjádro, protože má slabý výkon a převálcuje ho kde jaké stará C2D...
//Martab
AMD novinky CPU/grafické karty -infa, recenze
Re: AMD novinky CPU/grafické karty -infa, recenze
Říkám co si myslím a myslím si co chci...
ASUS ROG G751JT-T7009H / i7-4710HQ 2.5Ghz / 8GB / 256 GB SSD + 1TB HDD / GeForce GTX 970M
Apple MacBook Air M1
ASUS ROG G751JT-T7009H / i7-4710HQ 2.5Ghz / 8GB / 256 GB SSD + 1TB HDD / GeForce GTX 970M
Apple MacBook Air M1
- FlanK3r
- Tvůrce článků
-
Level 5
- Příspěvky: 2191
- Registrován: září 13
- Bydliště: Brno
- Pohlaví:
- Stav:
Offline
Re: AMD novinky CPU/grafické karty -infa, recenze
je to prostě trochu trapné napadení, protože Bulldozer je 4CU/8C, V některých přípdech zládne 8 výpočtů zaráz a v jiných jen 4. A toho se prostě někdo chytl.
AMD FX-8350@5GHz stabilní, Asus Crosshair V Formula-Z, 2x 4GB 2400MHz TridentX, AMD Radeon HD6870, SSD Kingston HyperX 256GB, cca 2TB pevné disky, Corsair TX850W. Další HW: AMD x4 955 BE, 965 BE, 970 BE, 975 BE, 980 BE, 1090T BE, 1100T BE, FX-4300, FX-6300, FX-8320, FX-8350, FX-9370 atd
- FlanK3r
- Tvůrce článků
-
Level 5
- Příspěvky: 2191
- Registrován: září 13
- Bydliště: Brno
- Pohlaví:
- Stav:
Offline
Re: AMD novinky CPU/grafické karty -infa, recenze
Stilt AMD mluví o problémech se změnami napětí a frekvence na deskách Gigabyte (IR kontroléry) a proč se to děje:
It has nothing to do with BCLK itself. Gigabyte bioses are completely broken and the issues are preventing the system from posting beyond certain clocks when multiplier is used to increase the clocks. They are most likely doing things in the wrong order. For example if they program the VRM controller in very late phases of the POST, it can definitely cause such issues. Most likely they are trying to run the CPU at the default voltage (ignoring all user made voltage adjustments), regardless of the clocks. After the CPU no longer can complete POST at the default voltage at the new, higher clocks you´ll see behavior like that.
In every case the CPU clocks will be programmed first. This is the reason why the system powers off when you change the multiplier and save the bios settings. In the early stages of POST, the CPU will run at clocks and voltages specified in P4 PState (on all FX-8K CPUs). After all of the CPU and chipset related parameters have been configured by AGESA then the bios should execute motherboard specific code, which may program the clock generator (set BCLK) and the VRM controller. After all of the lower level stuff has been completed, the CPU frequency will (should) be set to the normal levels (as defined by the higher PStates).
Some of the newer Gigabyte boards, such as 970A-D3P, 970A-UD3P and 990FXA-UD3 R5 are equipped with IR digital VRM controller. In order to adjust the voltage offsets, loadline or any other parameters of the controller, the controller must be programmed through SMBUS by using custom commands. So until the controller has been programmed by the proprietary code from Gigabyte, the CPU will run at the default voltages.
I think the issue is that the bios is currently executing the VRM controller programming code too late in the POST, after the point where the CPU has already been ramped to the maximum clocks.
They probably execute their code in this way:
1) AGESA (CPU, NCLK, DRAM, Chipset)
2) Exit Startup Core P-State (P4) -> P0
3) Program VRM controller through SMBUS
4) Program clock generator through SMBUS
5) Program DACs (NCT3933) for minor voltages (NB, DRAM, etc) through SMBUS
When the user has changed the P0 PState from 20x (4000MHz) to 22.5x (4500MHz) for example, the POST will most likely fail in "phase 2" when the CPU frequency ramps up but the CPU is still operating at it´s default voltage.
The issue would be most likely fixed by simply changing the execution order:
1) AGESA (CPU, NCLK, DRAM, Chipset)
2) Program VRM controller through SMBUS
3) Program clock generator through SMBUS
4) Program DACs (NCT3933) for minor voltages (NB, DRAM, etc) through SMBUS
5) Exit Startup Core P-State (P4) -> P0
Edited by The Stilt - 11/15/15 at 12:25am
It has nothing to do with BCLK itself. Gigabyte bioses are completely broken and the issues are preventing the system from posting beyond certain clocks when multiplier is used to increase the clocks. They are most likely doing things in the wrong order. For example if they program the VRM controller in very late phases of the POST, it can definitely cause such issues. Most likely they are trying to run the CPU at the default voltage (ignoring all user made voltage adjustments), regardless of the clocks. After the CPU no longer can complete POST at the default voltage at the new, higher clocks you´ll see behavior like that.
In every case the CPU clocks will be programmed first. This is the reason why the system powers off when you change the multiplier and save the bios settings. In the early stages of POST, the CPU will run at clocks and voltages specified in P4 PState (on all FX-8K CPUs). After all of the CPU and chipset related parameters have been configured by AGESA then the bios should execute motherboard specific code, which may program the clock generator (set BCLK) and the VRM controller. After all of the lower level stuff has been completed, the CPU frequency will (should) be set to the normal levels (as defined by the higher PStates).
Some of the newer Gigabyte boards, such as 970A-D3P, 970A-UD3P and 990FXA-UD3 R5 are equipped with IR digital VRM controller. In order to adjust the voltage offsets, loadline or any other parameters of the controller, the controller must be programmed through SMBUS by using custom commands. So until the controller has been programmed by the proprietary code from Gigabyte, the CPU will run at the default voltages.
I think the issue is that the bios is currently executing the VRM controller programming code too late in the POST, after the point where the CPU has already been ramped to the maximum clocks.
They probably execute their code in this way:
1) AGESA (CPU, NCLK, DRAM, Chipset)
2) Exit Startup Core P-State (P4) -> P0
3) Program VRM controller through SMBUS
4) Program clock generator through SMBUS
5) Program DACs (NCT3933) for minor voltages (NB, DRAM, etc) through SMBUS
When the user has changed the P0 PState from 20x (4000MHz) to 22.5x (4500MHz) for example, the POST will most likely fail in "phase 2" when the CPU frequency ramps up but the CPU is still operating at it´s default voltage.
The issue would be most likely fixed by simply changing the execution order:
1) AGESA (CPU, NCLK, DRAM, Chipset)
2) Program VRM controller through SMBUS
3) Program clock generator through SMBUS
4) Program DACs (NCT3933) for minor voltages (NB, DRAM, etc) through SMBUS
5) Exit Startup Core P-State (P4) -> P0
Edited by The Stilt - 11/15/15 at 12:25am
AMD FX-8350@5GHz stabilní, Asus Crosshair V Formula-Z, 2x 4GB 2400MHz TridentX, AMD Radeon HD6870, SSD Kingston HyperX 256GB, cca 2TB pevné disky, Corsair TX850W. Další HW: AMD x4 955 BE, 965 BE, 970 BE, 975 BE, 980 BE, 1090T BE, 1100T BE, FX-4300, FX-6300, FX-8320, FX-8350, FX-9370 atd
- ColosalElektron
- Level 1
- Příspěvky: 86
- Registrován: listopad 15
- Pohlaví:
- Stav:
Offline
Re: AMD novinky CPU/grafické karty -infa, recenze
Názor na procesor AMD Sempron 140?
S pozdravom Colosal Elektron 
Mobilný telefón LG Spirit 4G LTE „Nič veľké nebolo nikdy dosiahnuté bez nadšenia.”

Mobilný telefón LG Spirit 4G LTE „Nič veľké nebolo nikdy dosiahnuté bez nadšenia.”
- FlanK3r
- Tvůrce článků
-
Level 5
- Příspěvky: 2191
- Registrován: září 13
- Bydliště: Brno
- Pohlaví:
- Stav:
Offline
Re: AMD novinky CPU/grafické karty -infa, recenze
už je to old CPU, ale některé šly odemknout na dvoujádro...Pořád však lepší CPU než klasické Athlon 64 x2 procesory....
AMD FX-8350@5GHz stabilní, Asus Crosshair V Formula-Z, 2x 4GB 2400MHz TridentX, AMD Radeon HD6870, SSD Kingston HyperX 256GB, cca 2TB pevné disky, Corsair TX850W. Další HW: AMD x4 955 BE, 965 BE, 970 BE, 975 BE, 980 BE, 1090T BE, 1100T BE, FX-4300, FX-6300, FX-8320, FX-8350, FX-9370 atd
- ColosalElektron
- Level 1
- Příspěvky: 86
- Registrován: listopad 15
- Pohlaví:
- Stav:
Offline
Re: AMD novinky CPU/grafické karty -infa, recenze
A aký by si odporučil novší? Nie moc drahý
S pozdravom Colosal Elektron 
Mobilný telefón LG Spirit 4G LTE „Nič veľké nebolo nikdy dosiahnuté bez nadšenia.”

Mobilný telefón LG Spirit 4G LTE „Nič veľké nebolo nikdy dosiahnuté bez nadšenia.”
- Karrex
- Elite Level 10
- Příspěvky: 9606
- Registrován: listopad 08
- Bydliště: Brno
- Pohlaví:
- Stav:
Offline
Re: AMD novinky CPU/grafické karty -infa, recenze
Na to tu máme sekci viewforum.php?f=40 .
Sestava v profilu.
Watercooling Club EXOverclocker@HWBot league rank#1 Aprilia Shiver Club BMW ///M Club
Watercooling Club EXOverclocker@HWBot league rank#1 Aprilia Shiver Club BMW ///M Club
- FlanK3r
- Tvůrce článků
-
Level 5
- Příspěvky: 2191
- Registrován: září 13
- Bydliště: Brno
- Pohlaví:
- Stav:
Offline
Re: AMD novinky CPU/grafické karty -infa, recenze
AMD spolupracovalo na Starwars: battlefront
Budou bundly karet Radeon R300 a Fury s touto hrou zdarma!

http://wccftech.com/amd-radeon-r9-fury- ... nt-bundle/
Budou bundly karet Radeon R300 a Fury s touto hrou zdarma!

http://wccftech.com/amd-radeon-r9-fury- ... nt-bundle/
AMD FX-8350@5GHz stabilní, Asus Crosshair V Formula-Z, 2x 4GB 2400MHz TridentX, AMD Radeon HD6870, SSD Kingston HyperX 256GB, cca 2TB pevné disky, Corsair TX850W. Další HW: AMD x4 955 BE, 965 BE, 970 BE, 975 BE, 980 BE, 1090T BE, 1100T BE, FX-4300, FX-6300, FX-8320, FX-8350, FX-9370 atd
- Adys301
- člen HW spec týmu
-
Master Level 9
- Příspěvky: 8461
- Registrován: říjen 12
- Bydliště: Ano
- Pohlaví:
- Stav:
Offline
Re: AMD novinky CPU/grafické karty -infa, recenze
AMD Radeon R9 380X
Dle očekávání. Nemastné, neslané, výkon jako R9 280X. Ale spotřeba je nižší.

http://www.techpowerup.com/reviews/ASUS/R9_380X_Strix/
Dle očekávání. Nemastné, neslané, výkon jako R9 280X. Ale spotřeba je nižší.

http://www.techpowerup.com/reviews/ASUS/R9_380X_Strix/
- Andrew98
- Level 5.5
- Příspěvky: 2516
- Registrován: duben 11
- Bydliště: Rožnov pod Radhoštěm
- Pohlaví:
- Stav:
Offline
Re: AMD novinky CPU/grafické karty -infa, recenze
Snad aspoň srazí dolů ceny. 

Intel Xeon E3-1231v3 + SilentiumPC Fera 2
ASUS B85-PRO GAMER
Sapphire R9 270X Toxic Boost
Kingston HyperX Savage 16GB CL9 1600Mhz
Seasonic SS-620GM2 Evo 620W
Intel 520 120 GB + Seagate Barracuda 7200.14 - 1TB
iiyama ProLite X2483HSU-B1
ASUS B85-PRO GAMER
Sapphire R9 270X Toxic Boost
Kingston HyperX Savage 16GB CL9 1600Mhz
Seasonic SS-620GM2 Evo 620W
Intel 520 120 GB + Seagate Barracuda 7200.14 - 1TB
iiyama ProLite X2483HSU-B1
- Adys301
- člen HW spec týmu
-
Master Level 9
- Příspěvky: 8461
- Registrován: říjen 12
- Bydliště: Ano
- Pohlaví:
- Stav:
Offline
Re: AMD novinky CPU/grafické karty -infa, recenze
Ještě jeden úsměvný graf od AMD


- FlanK3r
- Tvůrce článků
-
Level 5
- Příspěvky: 2191
- Registrován: září 13
- Bydliště: Brno
- Pohlaví:
- Stav:
Offline
Re: AMD novinky CPU/grafické karty -infa, recenze
No ale mají pravdu, protože to může být upgrade pro lidi se staršími grafikami. Kdo má třeba GTX960, tak asi měnit kvůli 15% výkonu nebude za 380x :)
U Strix 380x mě mrzí trochu česká cena, která je na úvod tradičně přestřelená, slušela by jí cena okolo 7500-7600 Kč. Co je u ní super, že ta karta poběží většinu času v pasivním režimu! Alespon dle Techpowerup
U Strix 380x mě mrzí trochu česká cena, která je na úvod tradičně přestřelená, slušela by jí cena okolo 7500-7600 Kč. Co je u ní super, že ta karta poběží většinu času v pasivním režimu! Alespon dle Techpowerup
AMD FX-8350@5GHz stabilní, Asus Crosshair V Formula-Z, 2x 4GB 2400MHz TridentX, AMD Radeon HD6870, SSD Kingston HyperX 256GB, cca 2TB pevné disky, Corsair TX850W. Další HW: AMD x4 955 BE, 965 BE, 970 BE, 975 BE, 980 BE, 1090T BE, 1100T BE, FX-4300, FX-6300, FX-8320, FX-8350, FX-9370 atd
-
- Mohlo by vás zajímat
- Odpovědi
- Zobrazení
- Poslední příspěvek
-
- 4
- 2429
-
od Kogaku
Zobrazit poslední příspěvek
31 kvě 2025 19:19
-
- 1
- 2007
-
od windroid2
Zobrazit poslední příspěvek
29 dub 2025 10:05
-
-
Upgrade grafické karty nebo celého PC?
od dexikovicek » 21 srp 2024 22:33 » v Rady s výběrem hw a sestavením PC - 3
- 2284
-
od petr22
Zobrazit poslední příspěvek
22 srp 2024 09:59
-
-
-
Zapojení grafické karty na 12 pinů místo 14
od windroid2 » 16 pro 2024 12:22 » v Rady s výběrem hw a sestavením PC - 4
- 2059
-
od windroid2
Zobrazit poslední příspěvek
16 pro 2024 13:53
-
-
- 0
- 2959
-
od p3v4x
Zobrazit poslední příspěvek
07 srp 2024 22:43
Zpět na “Rady s výběrem hw a sestavením PC”
Kdo je online
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 14 hostů