MMM
Page 7 of 14 FirstFirst ... 45678910 ... LastLast
Results 151 to 175 of 343

Thread: AMD Ontario APU pictured,die size ~77mm^2

  1. #151
    Xtreme Addict
    Join Date
    Apr 2007
    Posts
    2,128
    Quote Originally Posted by kl0012 View Post
    But if your cpu has only two decoders it doesn't mean that it has an equal IPC to cpu with 4 decoders when executes code with ILP <= 2. A simple example (code with sequence of 4 arithmetic operations):
    a = b + c
    a = a + d
    e = g + h
    e = e + f
    Cpu with 4 decoders can execute first and third instructions in the same cycle, while cpu with 2 decoders will need one more cycle for that. Of cause in reality things are a bit more complex because of OutOfOrder buffer but again, i really doubt bobcat has bigger OOO instruction window then Conroe/Athlon64.
    Two words: vectorization and SIMD.

  2. #152
    Xtreme Addict
    Join Date
    Jan 2005
    Posts
    1,366
    Quote Originally Posted by Mechanical Man View Post
    Read this
    Firstly, it does not contradict what i said. Second, i don't see a reason to measure IPC in KDE, GNOME e.t.c. These are window managers spending most of the time in the halt state.

  3. #153
    Xtreme Enthusiast
    Join Date
    Nov 2009
    Posts
    526
    Quote Originally Posted by kl0012 View Post
    Firstly, it does not contradict what i said. Second, i don't see a reason to measure IPC in KDE, GNOME e.t.c. These are window managers spending most of the time in the halt state.
    No, it was not meant to contradict all, it was just meant to give more wide view on matter. It clearly shows that it depends on type of program used. Remember bobcat is meant for netbooks/low power notebooks, think what kind of programs that target uses. Yes it is clear that there is cases where decode stage can bottleneck and where l2 can bottleneck. But for intended target market those kind of tasks should be minimum.

  4. #154
    Xtreme Cruncher
    Join Date
    Jun 2006
    Posts
    6,215
    Hans slightly updated the comparison image of Bobcat and Atom :

    A picture is worth a thousand words
    Last edited by informal; 09-08-2010 at 03:52 PM.

  5. #155
    YouTube Addict
    Join Date
    Aug 2005
    Location
    Klaatu barada nikto
    Posts
    17,574
    Quote Originally Posted by kl0012 View Post
    Firstly, it does not contradict what i said. Second, i don't see a reason to measure IPC in KDE, GNOME e.t.c. These are window managers spending most of the time in the halt state.
    I was using the largest open source code bases.

    Now, if you would like; I'd be more than happy to test any open source software or project you deem more fit.
    Fast computers breed slow, lazy programmers
    The price of reliability is the pursuit of the utmost simplicity. It is a price which the very rich find most hard to pay.
    http://www.lighterra.com/papers/modernmicroprocessors/
    Modern Ram, makes an old overclocker miss BH-5 and the fun it was

  6. #156
    Xtreme Cruncher
    Join Date
    May 2009
    Location
    Bloomfield
    Posts
    1,968
    Quote Originally Posted by kl0012 View Post
    BTW, Bonic benchmark keeps at min memory access.
    while we are on the subject, BOINC benchmark is whetstone and drhystone which are useless. for one linux scores much higher than windows on the same system. there is controversy over using this bench as the basis of points. some projects award points as WU time * boinc bench score, others use a really old computer such as a PIII machine as a base and then multiply it by a speed up factor. this whole system gets screwed up when you run non-deterministic algorithms because the wu may run until some criterion is met.

  7. #157
    Xtreme Addict
    Join Date
    Jan 2005
    Posts
    1,366
    Quote Originally Posted by Calmatory View Post
    Two words: vectorization and SIMD.
    Vectorization is good, but it is not a panacea. Replace third operation in my example with "mul", "and", "shift", "test" or "sub" and SIMD wont help (while these ops are still independent). But my point was simple - as far as some cpu has a bigger pool of uops available for execution, so the cpu's OoO logic has a better chance to explore ILP. This is way i'm surprised by bobcat results (if these are real). I would guess that they have used a loop buffer, but such a buffer would consume a lot of space on the cpu die.
    Last edited by kl0012; 09-09-2010 at 12:47 AM.

  8. #158
    Xtreme Cruncher
    Join Date
    Apr 2005
    Location
    TX, USA
    Posts
    898
    Just finally realized I can see bumps on the die shot, meaning it's likely a shot at the top level interconnect. The regular structure over the GPU portion must just be power/gnd rails.
    Quote Originally Posted by Calmatory View Post
    Two words: vectorization and SIMD.
    However his example is emphasizing how the actual instructions are ordered (for dynamic OoO execution, see VLIW for statically done by compiler), he could've noted those were SIMD operations there instead
    Quote Originally Posted by Chumbucket843 View Post
    while we are on the subject, BOINC benchmark is whetstone and drhystone which are useless. for one linux scores much higher than windows on the same system. there is controversy over using this bench as the basis of points. some projects award points as WU time * boinc bench score, others use a really old computer such as a PIII machine as a base and then multiply it by a speed up factor. this whole system gets screwed up when you run non-deterministic algorithms because the wu may run until some criterion is met.

    Yeah, the BOINC benchmark is just a purely synthetic benchmark that has little correlation to actual real world performance.

    While this is sort of off-topic, the whole notion of having a universal credit scheme based off of an arbitrarily chosen synthetic benchmark makes consistency [between machines] very hard to find; considering each processor has different real world performance characteristics, along with the fact many projects run completely different algorithms... And this is before even bringing SSE into the mess (benchmark doesn't use it, and doing so only further distorts the results), along with the other issues up that alley...

    It would be nice if each project made a benchmark representing their algorithm instead and that all got normalized for cross-project comparison
    Last edited by rcofell; 09-08-2010 at 08:59 PM.



  9. #159
    Xtreme Addict
    Join Date
    Jan 2005
    Posts
    1,366
    Quote Originally Posted by nn_step View Post
    I was using the largest open source code bases.

    Now, if you would like; I'd be more than happy to test any open source software or project you deem more fit.
    Well if you have a free time to play with it...
    http://sourceforge.net/ - chose whatever you want.

  10. #160
    Xtreme Addict
    Join Date
    May 2005
    Posts
    1,341
    damn bobcat has a very small core size and dense cache

    80SP so that is ati 5470 performance...

    time for a decent netbook that can do it all if the graphics can downclock enough to safe power when needed.
    Quote Originally Posted by Movieman View Post
    Fanboyitis..
    Comes in two variations and both deadly.
    There's the green strain and the blue strain on CPU.. There's the red strain and the green strain on GPU..

  11. #161
    Xtreme Enthusiast
    Join Date
    Oct 2008
    Posts
    678
    Is it just me or is anyone else interested in overclocking that little toy?

  12. #162
    c[_]
    Join Date
    Nov 2002
    Location
    Alberta, Canada
    Posts
    18,728
    extremely interested...

    All along the watchtower the watchmen watch the eternal return.

  13. #163
    Xtreme Enthusiast
    Join Date
    Oct 2008
    Posts
    678
    Quote Originally Posted by STEvil View Post
    extremely interested...
    A nice OC-board and LN2.

  14. #164
    Xtreme Addict
    Join Date
    Nov 2006
    Posts
    1,402
    Quote Originally Posted by -Boris- View Post
    A nice OC-board and LN2.
    You think you will able to beat nehalem to super pi ?

  15. #165
    Xtreme Enthusiast
    Join Date
    Oct 2008
    Posts
    678
    Quote Originally Posted by madcho View Post
    You think you will able to beat nehalem to super pi ?
    Super Pi isn't that heavy.

  16. #166
    Xtreme Addict
    Join Date
    Nov 2006
    Posts
    1,402
    Quote Originally Posted by -Boris- View Post
    Super Pi isn't that heavy.
    when you want push hard some chips with lnē, you do super pi, 3Dmarks to break records.

    So i guess, he think this chip will be able to break nehalem best time with lnē.

    I think this is a incredible ship to do fast cheap NAS server.

  17. #167
    Xtreme Enthusiast
    Join Date
    Oct 2008
    Posts
    678
    Quote Originally Posted by madcho View Post
    when you want push hard some chips with lnē, you do super pi, 3Dmarks to break records.

    So i guess, he think this chip will be able to break nehalem best time with lnē.

    I think this is a incredible ship to do fast cheap NAS server.
    I'm hoping that the higher power version will be able to run 1080P in software.
    I don't trust hardware acceleration that much. Hopefully I can throw away my current HTPC, witch crappy nVidia chipset. Miss my old AMD 690G.

  18. #168
    Xtreme Enthusiast
    Join Date
    Nov 2009
    Posts
    526
    Quote Originally Posted by -Boris- View Post
    I'm hoping that the higher power version will be able to run 1080P in software.
    I don't trust hardware acceleration that much. Hopefully I can throw away my current HTPC, witch crappy nVidia chipset. Miss my old AMD 690G.
    My Ol&trusty 3870 handles hd decoding with no prob. So I cant see why would Bobcats decode be any worse (it should be better).

  19. #169
    Xtreme Enthusiast
    Join Date
    Oct 2008
    Posts
    678
    Quote Originally Posted by Mechanical Man View Post
    My Ol&trusty 3870 handles hd decoding with no prob. So I cant see why would Bobcats decode be any worse (it should be better).
    Because you are only using the processor when you do it in software.

  20. #170
    Xtreme Addict
    Join Date
    Nov 2006
    Posts
    1,402
    you can do it in sofware too i think boris.

  21. #171
    Xtreme Enthusiast
    Join Date
    Oct 2008
    Posts
    678
    Quote Originally Posted by madcho View Post
    you can do it in sofware too i think boris.
    I'm not to sure. I've seen people have problems with C2D at 2.5GHz+.

  22. #172
    Xtreme Addict
    Join Date
    Nov 2006
    Posts
    1,402
    Quote Originally Posted by -Boris- View Post
    I'm not to sure. I've seen people have problems with C2D at 2.5GHz+.
    C2D 2.5ghz ... have they this inside their computer ? :




  23. #173
    Xtreme Enthusiast
    Join Date
    Nov 2009
    Posts
    526
    Quote Originally Posted by -Boris- View Post
    Because you are only using the processor when you do it in software.
    My point was for your untrust of hw decode, not about sw decode speed. I dont think bocat can be fast enough for 1080p sw decode. Only with big maybe its fastest and most consuming version, but i would not put my bets on that.

  24. #174
    Xtreme Enthusiast
    Join Date
    Oct 2008
    Posts
    678
    Quote Originally Posted by madcho View Post
    C2D 2.5ghz ... have they this inside their computer ? :

    No, on my old X2 @ 2.2GHz only WMV worked smoothly at 1080P, some formats was way to slow.

    Quote Originally Posted by Mechanical Man View Post
    My point was for your untrust of hw decode, not about sw decode speed. I dont think bocat can be fast enough for 1080p sw decode. Only with big maybe its fastest and most consuming version, but i would not put my bets on that.
    My distrust for hardware decoding has nothing to do with speed, it has to do with support. I want something that can play all formats in all containers. As far as I know ATi still don't have support for pixelmapped 1080P in Vista or Win 7.

  25. #175
    Xtreme Enthusiast
    Join Date
    Nov 2009
    Posts
    526
    Quote Originally Posted by -Boris- View Post
    No, on my old X2 @ 2.2GHz only WMV worked smoothly at 1080P, some formats was way to slow.



    My distrust for hardware decoding has nothing to do with speed, it has to do with support. I want something that can play all formats in all containers. As far as I know ATi still don't have support for pixelmapped 1080P in Vista or Win 7.
    Is pixelmapping not property of tv not gfx card? Atleast that is my understanding (if we speak about same thing, in otherwords overscan).

Page 7 of 14 FirstFirst ... 45678910 ... 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
  •