Page 17 of 30 FirstFirst ... 71415161718192027 ... LastLast
Results 401 to 425 of 733

Thread: AMD FX-8150 Bulldozer finally tested

  1. #401
    Xtreme Addict
    Join Date
    Dec 2007
    Location
    Hungary (EU)
    Posts
    1,376
    Quote Originally Posted by Hornet331 View Post
    So tell me do you know the performance increase the patch will give you on win7 vs an unpatched version?

    And pls no NDA BS since a percentage from a unknown number is still unknown.
    See you on Wednesday.
    -

  2. #402
    Xtreme Member
    Join Date
    Aug 2007
    Posts
    282
    If those results are real and the tested unit is a final one with latest BIOS, MB and drivers... then the results are pretty dissapointing.
    BD runs very hot, it's much slower than a 2600K and its mono-core performance is very poor ( 20s in SuperPI? omg... worse than a Core2! )
    In fact, I have doubts even comparing it with a Phenom II X6 ... because it will perform more or less than that but it will be much more expensive.
    Last edited by jogshy; 10-10-2011 at 03:54 PM.

  3. #403
    Xtremely High Voltage Sparky's Avatar
    Join Date
    Mar 2006
    Location
    Ohio, USA
    Posts
    16,040
    Quote Originally Posted by jogshy View Post
    If those results are real and the tested unit is a final one with latest BIOS and MB... then the results are pretty dissapointing: BD runs very hot, is much slower than 1-yr old CPU like the 2600K and its mono-core performance is very poor ( 20s in SuperPI? omg... worse than a Core2! )
    Please don't tell me you're really citing Superpi as an end-all-be-all of single core performance testing, especially as a direct comparison between Intel and AMD CPUs...
    The Cardboard Master
    Crunch with us, the XS WCG team
    Intel Core i7 2600k @ 4.5GHz, 16GB DDR3-1600, Radeon 7950 @ 1000/1250, Win 10 Pro x64

  4. #404
    Xtreme Addict
    Join Date
    Oct 2006
    Posts
    2,141
    This thread has an insane number of views in less than 2 days...
    Rig 1:
    ASUS P8Z77-V
    Intel i5 3570K @ 4.75GHz
    16GB of Team Xtreme DDR-2666 RAM (11-13-13-35-2T)
    Nvidia GTX 670 4GB SLI

    Rig 2:
    Asus Sabertooth 990FX
    AMD FX-8350 @ 5.6GHz
    16GB of Mushkin DDR-1866 RAM (8-9-8-26-1T)
    AMD 6950 with 6970 bios flash

    Yamakasi Catleap 2B overclocked to 120Hz refresh rate
    Audio-GD FUN DAC unit w/ AD797BRZ opamps
    Sennheiser PC350 headset w/ hero mod

  5. #405
    Xtreme Mentor
    Join Date
    Feb 2007
    Location
    West hartford, CT
    Posts
    2,804
    so this thread will be deleted come wednesday
    FX-8350(1249PGT) @ 4.7ghz 1.452v, Swiftech H220x
    Asus Crosshair Formula 5 Am3+ bios v1703
    G.skill Trident X (2x4gb) ~1200mhz @ 10-12-12-31-46-2T @ 1.66v
    MSI 7950 TwinFrozr *1100/1500* Cat.14.9
    OCZ ZX 850w psu
    Lian-Li Lancool K62
    Samsung 830 128g
    2 x 1TB Samsung SpinpointF3, 2T Samsung
    Win7 Home 64bit
    My Rig

  6. #406
    Xtreme Addict
    Join Date
    Jan 2009
    Posts
    1,445
    well thats just great, i was cleaning my comp and i had to reapply thermal paste, and i dropped my 1090t, now all the pins are bent....s.o.b!



    jeez good thing i didn't become a surgeon like my parents wanted.
    [MOBO] Asus CrossHair Formula 5 AM3+
    [GPU] ATI 6970 x2 Crossfire 2Gb
    [RAM] G.SKILL Ripjaws X Series 16GB (4 x 4GB) 240-Pin DDR3 1600
    [CPU] AMD FX-8120 @ 4.8 ghz
    [COOLER] XSPC Rasa 750 RS360 WaterCooling
    [OS] Windows 8 x64 Enterprise
    [HDD] OCZ Vertex 3 120GB SSD
    [AUDIO] Logitech S-220 17 Watts 2.1

  7. #407
    Xtremely High Voltage Sparky's Avatar
    Join Date
    Mar 2006
    Location
    Ohio, USA
    Posts
    16,040
    I'd rather have bent pins on the bottom of a CPU than bent pins in a CPU socket. Of course, I wouldn't want either to happen, but the former is much easier to recover from than the latter.
    The Cardboard Master
    Crunch with us, the XS WCG team
    Intel Core i7 2600k @ 4.5GHz, 16GB DDR3-1600, Radeon 7950 @ 1000/1250, Win 10 Pro x64

  8. #408
    looncraz
    Guest
    Took me some effort to find it ... then I got smart and looked in my history.. and there it was:

    http://www.gossamer-threads.com/list...readed#1409305

    There was more somewhere else, I'll post it when/if I find it...

    --The loon

  9. #409
    looncraz
    Guest
    That errata should be identical on all Bulldozer-based CPUs. It is a per-module issue where instructions get pushed out incorrectly and so the core needs to re-fetch instructions from the L2 (if present[mostly inclusive, so it SHOULD be]) with an ~18 cycle penalty for each occurrence.

    In heavy single threaded loads, with the other core intermittently active, you'll see the heavy thread being penalized excessively with the instruction fetches causing improper invalidations of cache lines... up to about 10% or so with normal usage (my estimate based on the architecture details and the patch's code).

    It gets REALLY interesting when the entire module is loaded. Now, you have BOTH core causing fetches which cross-invalidate repeatedly and the L1 is essentially bypassed as both cores keep going back to the L2 for their instructions.

    I expected this issue the very first instant I saw a shared L1I cache setup... but I'm a long-time coder in heavily multi-threaded environments so those types of issues stand out for me.

    I even wrote a program to test my theory (yeah... I'm a geek), so my numbers aren't just wild guesses, though they are case-specific.

    Or I'm just completely missing something... ( we'll know in just a couple days ).

    --The loon

  10. #410
    looncraz
    Guest
    Thanks for the link, I never saw the reply :-)

    That said, however, I'd be willing to bet that my numbers have merit in some loads (likely these "microbenchmarks) mentioned). If the contention is as it was described, the performance effect should be greater - unless it is happening in more rare circumstances than I had anticipated (which is certainly possible/likely given 64KB of cache lines...).

    (I'd have been even more conservative if I'd known exactly how widely my comment would be parroted!)

    --The loon

  11. #411
    Xtreme Addict
    Join Date
    Mar 2009
    Posts
    1,116
    Quote Originally Posted by looncraz View Post
    Took me some effort to find it ... then I got smart and looked in my history.. and there it was:

    http://www.gossamer-threads.com/list...readed#1409305

    There was more somewhere else, I'll post it when/if I find it...

    --The loon
    yeah, that is the same topic that was mentioned previously, where the amd guy said 3% performance difference.

  12. #412
    looncraz
    Guest

    Accuracy...

    Quote Originally Posted by Opteron146 View Post
    Hi,

    are you sure about the numbers? I remember following the discussion on the message board, I think they talked about ~3% performance impact, much more for "micro" benchmarks. So you say now that it is more 10-20%?
    Yes, my numbers are accurate... except they only apply for about 20% of the time... or less... the problem apparently irons itself out under sustained load, which is not what I was anticipating when I did my simulations ( yes, simulations - based of scant data, but still... I'm a dork ).

    It was something I had entirely dismissed as being likely due to the nature of the patch - changing the memory mapping, going-semi static (security risk) and much more was being done in the patch as I saw it. Not sure what the final patch looks like, just found out about all this parroting of my post (google it - it's freaking CRAZY!) on other forums and came back here to do damage control...

    --The loon

  13. #413
    Xtreme Addict
    Join Date
    Apr 2006
    Posts
    2,462
    Quote Originally Posted by Oliverda View Post
    I'm talking about Windows.


    mod: Anyway you can try the patch easily becuase Win 8 already contains it.
    Ah sorry
    Notice any grammar or spelling mistakes? Feel free to correct me! Thanks

  14. #414
    Champion
    Join Date
    Jan 2007
    Location
    Romania, lab501.ro
    Posts
    1,707
    Hi guys,

    I've been on the road the last couple of days, so didn't have much time to read or to reply in this crazy thread. Just wanted to say that we do not build the hardware, we just test it. We did it countless times before (Clarkdale, Sandy Bridge, GTX480) and we will most likely do it again. Our interest is to keep our readers well informed, so we try as much as possible to be very accurate. Until now, I really do not remember being wrong, even though in other threads some people also said that these are bogus tests and so on. Of course, I also do not remember any of those guys saying "you are right" after the final reviews came up, but that is a different story

    We have been playing with hardware and testing hardware a long time now, and we will be doing this for a long while, so it would really not be in our best interest to put out wrong tests or anything like this. After all, there is one more day until all the reviews are out, so anybody can compare all the results we got with all the other results from the web and see if we were right or not. I personally am looking forward to that

    With this preview, like with all the others, we tried to double-check every little thing, to get the last bios, the latest silicone version, the latest software updates and so on. Also, we could not make a very big preview with many game resolutions, many applications and so on, because we were very, very busy with MOA, so we tried to choose the best scenarios to put accent on the CPU, not on the VGA or anything else. Even so, for a preview, I would say we got enough results, and I am sure that the reviews coming tomorrow will have more, and more results to show exactly how Bulldozer is working.

    In the end, remember that competition is the base of progress and evolution, and it is very important for all of us to see good products on the market, so our job as enthusiasts and press is just to show things how they are, in order to help the companies improve their products. It does not matter if it is Intel Prescott, Nvidia GTX590 or AMD Bulldozer. When something should have been better, it is our job to say that so that future products will be better. As a hardware enthusiast I care the most about performance and good products, not about labels and marketing, and as hardware press, I care about correctly informing our readers, not about "shocking" stories that would not be true.


    I hope this sheds some light on all the things discused so thorougly in this thread, and also on our position and intentions.
    Weissbier - breakfast of champions



  15. #415
    Xtreme Addict
    Join Date
    Nov 2004
    Posts
    1,692
    Thanks for that Monstru.

    Intel Core i7-3770K
    ASUS P8Z77-I DELUXE
    EVGA GTX 970 SC
    Corsair 16GB (2x8GB) Vengeance LP 1600
    Corsair H80
    120GB Samsung 840 EVO, 500GB WD Scorpio Blue, 1TB Samsung Spinpoint F3
    Corsair RM650
    Cooler Master Elite 120 Advanced
    OC: 5Ghz | +0.185 offset : 1.352v

  16. #416
    Xtreme Mentor
    Join Date
    Feb 2009
    Location
    Bangkok,Thailand (DamHot)
    Posts
    2,693
    wait tomorrow
    Intel Core i5 6600K + ASRock Z170 OC Formula + Galax HOF 4000 (8GBx2) + Antec 1200W OC Version
    EK SupremeHF + BlackIce GTX360 + Swiftech 655 + XSPC ResTop
    Macbook Pro 15" Late 2011 (i7 2760QM + HD 6770M)
    Samsung Galaxy Note 10.1 (2014) , Huawei Nexus 6P
    [history system]80286 80386 80486 Cyrix K5 Pentium133 Pentium II Duron1G Athlon1G E2180 E3300 E5300 E7200 E8200 E8400 E8500 E8600 Q9550 QX6800 X3-720BE i7-920 i3-530 i5-750 Semp140@x2 955BE X4-B55 Q6600 i5-2500K i7-2600K X4-B60 X6-1055T FX-8120 i7-4790K

  17. #417
    I am Xtreme
    Join Date
    Jul 2007
    Location
    Austria
    Posts
    5,485
    Quote Originally Posted by Oliverda View Post
    See you on Wednesday.
    Nice way to cop out.

  18. #418
    Xtreme Mentor
    Join Date
    Jun 2008
    Location
    France - Bx
    Posts
    2,601

  19. #419
    Xtreme Addict
    Join Date
    Mar 2010
    Posts
    1,079
    Quote Originally Posted by Monstru View Post
    Hi guys,

    I've been on the road the last couple of days, so didn't have much time to read or to reply in this crazy thread. Just wanted to say that we do not build the hardware, we just test it. We did it countless times before (Clarkdale, Sandy Bridge, GTX480) and we will most likely do it again. Our interest is to keep our readers well informed, so we try as much as possible to be very accurate. Until now, I really do not remember being wrong, even though in other threads some people also said that these are bogus tests and so on. Of course, I also do not remember any of those guys saying "you are right" after the final reviews came up, but that is a different story

    We have been playing with hardware and testing hardware a long time now, and we will be doing this for a long while, so it would really not be in our best interest to put out wrong tests or anything like this. After all, there is one more day until all the reviews are out, so anybody can compare all the results we got with all the other results from the web and see if we were right or not. I personally am looking forward to that

    With this preview, like with all the others, we tried to double-check every little thing, to get the last bios, the latest silicone version, the latest software updates and so on. Also, we could not make a very big preview with many game resolutions, many applications and so on, because we were very, very busy with MOA, so we tried to choose the best scenarios to put accent on the CPU, not on the VGA or anything else. Even so, for a preview, I would say we got enough results, and I am sure that the reviews coming tomorrow will have more, and more results to show exactly how Bulldozer is working.

    In the end, remember that competition is the base of progress and evolution, and it is very important for all of us to see good products on the market, so our job as enthusiasts and press is just to show things how they are, in order to help the companies improve their products. It does not matter if it is Intel Prescott, Nvidia GTX590 or AMD Bulldozer. When something should have been better, it is our job to say that so that future products will be better. As a hardware enthusiast I care the most about performance and good products, not about labels and marketing, and as hardware press, I care about correctly informing our readers, not about "shocking" stories that would not be true.


    I hope this sheds some light on all the things discused so thorougly in this thread, and also on our position and intentions.
    How did you get the chip?
    Also, why HAWX and not Crysis or Metro 2033?
    Thank you.

  20. #420
    Xtreme Addict
    Join Date
    Dec 2007
    Location
    Hungary (EU)
    Posts
    1,376
    Quote Originally Posted by Hornet331 View Post
    Nice way to cop out.
    No, it's a nice way to not to breach the NDA what we've signed.
    -

  21. #421
    Xtreme Member
    Join Date
    Feb 2005
    Location
    Ontario, Canada
    Posts
    142
    If these results are true, we are at the mercy of Intel’s prices for years to come
    Mobo: Gigabyte EX58-UD3R | CPU: Intel i7 920@4.2Ghz | Mem: Mushkin 1600 3x2gb | PSU: Corsair HX850 | GPU: x2 GTX 460 1Gb SLI | Vista Win7 X64

  22. #422
    Champion
    Join Date
    Jan 2007
    Location
    Romania, lab501.ro
    Posts
    1,707
    How did you get the chip?
    You can realise that we have sources for CPUs and VGA, like most people who want to get hardware in advance. You can also realise that it is useless to ask, nobody will ever divulge souch sources


    Also, why HAWX and not Crysis or Metro 2033?
    For heavy GPU benchmarks we used Unigine, which scales with CPU much less then Crysis and Metro (eg none, if there is actually nothing wrong with a CPU). HawX and RE5 are perfect to show the difference between two CPU's at low res, instead of just testing mainly the GPU / PCI-E controller. It is a theoretical game performance test, not a real life one, obviously...

    In the end, it does not matter why we chose that instead of the other (we would have tested twice as many games and apps if we would have had the time, and more resolutions and so on, but that would be a review, not preview...), you will definately have tons of reviews with tons games tested at tons of resolutions tomorrow. We just previewed a small batch of games and tests in order to have a basic ideea of how this CPU performs. In order to understand the full picture, read the reviews tomorrow, a lot of guys are working very hard to show you as many situations you would like to see the new CPU in as possible...
    Last edited by Monstru; 10-11-2011 at 04:16 AM.
    Weissbier - breakfast of champions



  23. #423
    I am Xtreme
    Join Date
    Dec 2004
    Location
    France
    Posts
    3,462
    hey don't insult prescott, i have a WR on prescott, or better presshott.


    Anyone hear about a kernel in the windows OS needs to be updated, as it is heavily impacting performance, or something that, so i am going to try windows 8.

  24. #424
    Xtreme Member
    Join Date
    Jul 2010
    Posts
    409
    There was a slide about win 8 performance, it was 10% in best case. Most likely it's due to offloading lightly threaded application to single module -> turn off other modules -> increase Turbo Core clock speeds. Win 7 wouldn't know how to do that with BD modules, unless it gets patched. But that's not a BD only benefit, SB can benefit from the same scheduling improvement.
    Last edited by Pantsu; 10-11-2011 at 05:10 AM.
    "No, you'll warrant no villain's exposition from me."

  25. #425
    Xtreme Addict
    Join Date
    Feb 2006
    Location
    Vienna, Austria
    Posts
    1,940
    Quote Originally Posted by Monstru View Post
    For heavy GPU benchmarks we used Unigine, which scales with CPU much less then Crysis and Metro (eg none, if there is actually nothing wrong with a CPU). HawX and RE5 are perfect to show the difference between two CPU's at low res, instead of just testing mainly the GPU / PCI-E controller. It is a theoretical game performance test, not a real life one, obviously...
    just one question as a regular reader:

    WHAT IS THE POINT IN SHOWING NON-REAL WORLD PERFORMANCE?

    i don't by some magic numbers from some stupid synthetic tests, i want real world numbers in real world tests (application tests in wide spread settings) - almost all hardware sites are completely useless because they don't put their focus on real world performance and user experience and yours is one of them - you show a completely wrong picture of what users can expect from the reviewed hardware by doing such completely useless junk tests
    Core i7 2600k|HD 6950|8GB RipJawsX|2x 128gb Samsung SSD 830 Raid0|Asus Sabertooth P67
    Seasonic X-560|Corsair 650D|2x WD Red 3TB Raid1|WD Green 3TB|Asus Xonar Essence STX


    Core i3 2100|HD 7770|8GB RipJawsX|128gb Samsung SSD 830|Asrock Z77 Pro4-M
    Bequiet! E9 400W|Fractal Design Arc Mini|3x Hitachi 7k1000.C|Asus Xonar DX


    Dell Latitude E6410|Core i7 620m|8gb DDR3|WXGA+ Screen|Nvidia Quadro NVS3100
    256gb Samsung PB22-J|Intel Wireless 6300|Sierra Aircard MC8781|WD Scorpio Blue 1TB


    Harman Kardon HK1200|Vienna Acoustics Brandnew|AKG K240 Monitor 600ohm|Sony CDP 228ESD

Page 17 of 30 FirstFirst ... 71415161718192027 ... LastLast

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •