Page 9 of 9 FirstFirst ... 6789
Results 201 to 210 of 210

Thread: AMD presents "The Bulldozer Blog"

  1. #201
    Xtreme Enthusiast
    Join Date
    Feb 2005
    Posts
    970
    Quote Originally Posted by terrace215 View Post
    The comments (scattered about this forum) from the few folks that have samples and/or information suggest... otherwise.
    The numbers sure don't suggest otherwise. they suggest 10% and 20% with turbo, certainly nothing groundbreaking. Oh right I forgot, they just have to turn some screws and it'll take right off lol . Maybe benchmarks using the AVX instructions will show a wider gap, but then again the competition is going to have the same instructions and more. Providing the benchmarks aren't rigged like sysmark, sisoft etc. of yesteryear that is.

  2. #202
    YouTube Addict
    Join Date
    Aug 2005
    Location
    Klaatu barada nikto
    Posts
    17,574
    Quote Originally Posted by Calmatory View Post
    1. CPU architectures behave differently. Doesn't matter if you compare AMD archtitecture to Intel architecture, or future Intel to older Intel etc. They have differences which require different kinds of optimizations.

    2. Never heard of this, and it seems Google hasn't heard of it either. I'd bet a bunch they were ES parts.

    3. MWAIT and MONITOR are Hyper Threading specific instructions, they are of no use for AMD.

    So yeah. Great.
    1) 96% of optimizations possible are performed identically regardless of underlying processor architecture. An additional 3% are performed identically for all implementations of a given instruction set. Finally only 1% [which equates to less than 0.001% of total performance] are processor architecture specific.

    3) Given that AMD has MWAIT and MONITOR Direct pathed http://support.amd.com/us/Processor_...11_5-21-09.pdf It would suggest that they are of some use for AMD.
    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

  3. #203
    Xtreme Cruncher
    Join Date
    Jun 2008
    Location
    pacific NW usa
    Posts
    2,764
    Quote Originally Posted by flippin_waffles View Post
    The numbers sure don't suggest otherwise. they suggest 10% and 20% with turbo, certainly nothing groundbreaking. Oh right I forgot, they just have to turn some screws and it'll take right off lol . Maybe benchmarks using the AVX instructions will show a wider gap, but then again the competition is going to have the same instructions and more. Providing the benchmarks aren't rigged like sysmark, sisoft etc. of yesteryear that is.
    do you get paid by AMD?if not AMD should create a PR victims dept and pay you
    _________________________________________________
    ............................ImAcOmPuTeRsPoNgE............................
    [SIGPIC][/SIGPIC]

    MY HEATWARE 76-0-0

  4. #204
    Xtreme Addict
    Join Date
    Jan 2009
    Posts
    1,445
    Quote Originally Posted by radaja View Post
    do you get paid by AMD?if not AMD should create a PR victims dept and pay you
    was that really necessary? your post...(and this one as well lol). do not really add anything to the discussion, other than attacks and verbiage. yes FP was a little snippy, but at least he was on topic, he didnt really attack Terrance now did he?
    [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

  5. #205
    Xtreme Cruncher
    Join Date
    Jun 2008
    Location
    pacific NW usa
    Posts
    2,764
    OMG43 it was in jest
    _________________________________________________
    ............................ImAcOmPuTeRsPoNgE............................
    [SIGPIC][/SIGPIC]

    MY HEATWARE 76-0-0

  6. #206
    Xtreme Addict
    Join Date
    Jan 2009
    Posts
    1,445
    Quote Originally Posted by radaja View Post
    OMG43 it was in jest
    .....i knew that...i was just playing with you.....
    [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. #207
    Xtreme Addict
    Join Date
    Nov 2007
    Location
    Illinois
    Posts
    2,095
    I don't understand. If a processor supports an instruction set you shouldn't have to optimize specifically for it. It's supposed to be a black box, so long as you put in the right stuff as dictated by the set it outputs the right stuff.
    E7200 @ 3.4 ; 7870 GHz 2 GB
    Intel's atom is a terrible chip.

  8. #208
    YouTube Addict
    Join Date
    Aug 2005
    Location
    Klaatu barada nikto
    Posts
    17,574
    Quote Originally Posted by cegras View Post
    I don't understand. If a processor supports an instruction set you shouldn't have to optimize specifically for it. It's supposed to be a black box, so long as you put in the right stuff as dictated by the set it outputs the right stuff.
    That is assuming that an instruction set is static and unchanging.

    Additions such as new instructions or larger vector registers, can allow a new window to additional optimizations. However things such as clever compilers, sufficient registers, and OoO can eliminate any advantages such additions may have. For example a tight loop that walks down memory loads a word of data, operates on it and writes it back; which is identical to a tight loop that loads a chunk of words, operates on them, and writes them back.
    Now in non-speculating Super-scalar hardware, every time a branch instruction it hit, the instruction issue must halt until the branch is known; which in vector code such branching happens less often.

    However once you introduce branch prediction, provided that the scalar logic is equally broad as the vector logic. [Say operate on 4 words, thus 4 ALUs]; the performance difference disappears. Now if the vector logic is broader than the scalar logic, using vector instructions improves performance.
    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

  9. #209
    Registered User
    Join Date
    Feb 2008
    Posts
    54
    That xbitlabs article AMD Bulldozer Microprocessors May Not Bring Dramatic Performance Boosts is a joke. Anyone reading some forum could wrote it more correctly and with some level of interest ... ex. "the first Bulldozer micro-architecture desktop/workstation chip code-named Zambezi (which belongs to Orochi family, according to the firm) will feature eight x86 processing engines with a multithreading technology, two 128-bit FMAC floating point units, shared L2 cache, shared L3 cache as well as integrated memory controller. AMD also states that the new CPU will feature “extensive new power management innovations”."

    So he refers to Nov2009 slides and he didnt yet figure out that FMACs are two per module and not "two per core (x8)" or shared L2 cache will be shared a) between eight cores or b) between core and what. And as usual xbitlabs wrote (pump) that news at least 3rd-4th time since originally one on their site cover that matter (only if someone wish to count), and delivering nothing new or explanatory. As it seems xbitlabs also don't like to talk about unreleased products also.

    Quote Originally Posted by informal View Post
    Remember ,this is all around new chip design with 8 monolithic cores (x 2 in server parts,via direct connect MCM) and they(AMD) must work within previously set power bands.
    I s understood that Magny-Cours is 2x 6-core die over one extra HT-link(featured since rev.RB-C2 aka. first "Shanghai" core) inside MCM. And i dont see that 125W TDP as bad thing or something AMD's constrained with. So there should be all perfect to slip new arch inside "previously set power bands". After all that's really feature they streaming at and where they see their competitiveness And i believe 4P 75W ACP (125W TDP) cores inside one server rack unit (4U/5U) is pretty demanding to cool down



    Quote Originally Posted by JF-AMD View Post
    It will be very interesting to see a 16-thread SB with 8 active threads vs. a 16-thread interlagos with 8 active threads.
    Ok All of us here know (expect) that Bobcats and Bulldozers should be greener than AMD logo or Evergreen line But you still avoid gave up some serious answers rather you stick to marketing PR

    ""
    Quote Originally Posted by JF-AMD View Post
    Bingo, we have a winner. People don't buy architecture and cores aren't available a la carte.
    You buy a processor and that is the most discrete level that you really want to get down to. Arguing below that is less productive.
    What is the performance, price and power consumption of the processor, that is what matters.
    ""

    It would be nice to know real perf numbers instead overhyped relative performance that is printed on all AMD 2011 posters. You could save a whale or two in meantime, instead of giving away Enron-like performance promises.

  10. #210
    Xtreme Enthusiast
    Join Date
    Dec 2009
    Posts
    846
    We never release perfromance benchmarks, pricing, clocks/cache info, launch date or other data prior to launch. When we do release performance prior to launch it is typically STREAM to show memory bandwidth. The performance gain is actually not "enron-like", it is completely reasonable.
    While I work for AMD, my posts are my own opinions.

    http://blogs.amd.com/work/author/jfruehe/

Page 9 of 9 FirstFirst ... 6789

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
  •