Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Hardware Entertainment Games Technology

Next-Gen Console CPUs Not Up to Hype 783

rAiNsT0rm writes "Anandtech follows up their initial in-depth coverage of the Xbox 360 and PS3 CPU with the real truth about the next-gen consoles' Poor CPU Performance. From the article: "Speaking under conditions of anonymity with real world game developers who have had first hand experience writing code for both the Xbox 360 and PlayStation 3 hardware (and dev kits where applicable), we asked them for nothing more than their brutal honesty. What did they think of these new consoles? Are they really outfitted with the PC-eclipsing performance we've been lead to believe they have? The answer is actually quite frequently found in history; as with anything, you get what you pay for."" Update: 06/30 21:11 GMT by Z : The original article disappeared from Anandtech, so I've changed the link to point to the story as hosted by Google Groups.
This discussion has been archived. No new comments can be posted.

Next-Gen Console CPUs Not Up to Hype

Comments Filter:
  • by Glonk ( 103787 ) on Wednesday June 29, 2005 @05:13PM (#12945165) Homepage
    Oh man, why not just kick them in the balls too while you're at it!

    Can that really be true?


    He's likely referring to single-threaded performance, likely from PC developers who ported PC applications to the consoles in a month or two.

    In-order cores like Xenon and Cell require a lot more careful optimizations, they don't have the Out Of Order Execution logic on the CPU to dynamically re-order the instructions more optimally.
  • Re:Random Thoughts: (Score:5, Informative)

    by aklix ( 801048 ) <aklixpro&gmail,com> on Wednesday June 29, 2005 @05:22PM (#12945263) Homepage Journal
    The revolution is for you. Not only are nintendo games known for being popular around kids, but the Revolution will have downloadable classics that ran on old systems.
  • 3 Core vs. 1 Core (Score:1, Informative)

    by Billy the Impaler ( 886238 ) on Wednesday June 29, 2005 @05:24PM (#12945284)
    " The Xbox 360's Xenon CPU features more general purpose cores than the PlayStation 3 (3 vs. 1), however game developers will most likely only be using one of those cores for the majority of their calculations..." Why on God's green earth would a programmer not use all of the processor(s)? Just to be lazy? Absolutely not! Games cost too much to develop not to take advantage of the hardware. Performance sells games these days. For a sony programmer to stay alive he'll have to use the machine to its fullest extent.
  • by Dogtanian ( 588974 ) on Wednesday June 29, 2005 @05:25PM (#12945289) Homepage
    The article said that most developers would be using only one of the PS3's processors for most operations. Well, when you're used to designing for one processor, you tend to continue designing for one processor.

    Not really surprising; at any rate, it may be essential to get used to this type of architecture/programming, as The Free Lunch Is Over [www.gotw.ca], if this article is to be believed. (This may have featured in /.; I forget where I first saw it).
  • Re:More hype (Score:5, Informative)

    by JonN ( 895435 ) on Wednesday June 29, 2005 @05:26PM (#12945306) Homepage
    It is true that they have no released a MRSP for the next-gen consoles however Merrill Lynch business analysts have placed their estimate for the PS3 at $399USD. What makes this interesting is that it has been expected that each system will cost Sony $494 to build. The full article can be read here [ferrago.com].
  • Re:This just in... (Score:5, Informative)

    by AlgebraicRing ( 472402 ) on Wednesday June 29, 2005 @05:45PM (#12945464)
    No shit. 2-issue and in-order requires hand tuned coding. Yes there is a whollop for a "cache miss" (fetching out to main mem) on the SPE's of the Cell processor. But there are ways to code around that. Split the local store up into smaller chunks and fetch data to fill the smaller chunks while the SPE plugs away on the chunks filled with data. That's why the SPE has TWO pipes. One pipe is for memory loads, the other pipe is for data processing.

    http://www-306.ibm.com/chips/techlib/techlib.nsf/t echdocs/E815CC047A60914687256FC000734156/$file/ISS CC-07.4-Cell_SPU.PDF [ibm.com]

    http://research.scea.com/research/html/CellGDC05/1 5.html [scea.com]

    http://research.scea.com/research/html/CellGDC05/1 6.html [scea.com]

    If you don't split up the local store, you're going to incurr a 500 cycle penalty while waiting for memory. If you split up the local store, you can fetch to half the mem and process on the other half. This amortizes, if not completely masks the cost of main memory access.

    Correct me if I'm wrong.

    It's up to the developer to optimize their code and ensure that it is being scheduled properly.

    I'd love to hear from a developer that is actually doing everything they can at the low level to optimize data flow. What's their experience with keeping the processors fed with data?

  • by be-fan ( 61476 ) on Wednesday June 29, 2005 @05:49PM (#12945499)
    I think it'd be idiotic to say that the EE sucks. My PS2 plays games a sight better than my 2GHz p4 (with GeForce MX 440). That's quite impressive considering that the PS2's CPU is running at a clockrate nearly 7x slower, and its GPU is running at about half the clockrate. Of course, you're also ignoring the fact that after many years of work, game developers have been able to get the EE to perform reasonably close to its theoretical peak.

    The "Cell is overhyped" thing is complete nonsense. These consoles will be more powerful than PCs on introduction (if only for the equivalent of a GeForce 7800GTX running at 550MHz!), and thanks to developers figuring out how to use the Cell's power over time, will still run games as well as contemporary PCs a few years down the line.
  • by Guppy06 ( 410832 ) * on Wednesday June 29, 2005 @05:50PM (#12945504)
    " You people do realize that the current PS3 and 360 dev kits are not the finished version of the hardware right?"

    You do realize that launch titles will be made with these current devkits?

    Games made with devkits for the completed systems won't come out until the first console price drop or so.
  • by Anonymous Coward on Wednesday June 29, 2005 @05:53PM (#12945530)
    The cell architecture was designed from the ground up to be very good at what it does. Too bad for Sony what it does does not include play games. Its designed from the ground up to proces stream data. Data where the next calculation depends on the answer from the previous calculation. Stream data is good for things such as weather prediction, protien folding and neuclear bomb simulations. These tasks require doing many many folating point opperations very fast. They do not require good branch prediction. They also do not require out of order execution (since streams must, by deffinition, be done in order) Guess whats missing from the cell? Branch prediction and out of order execution. I have no faith left in Sony since they failed to see this problem from the outset where any engineering student with an introductory computer archetecture course whould have spotted it in a second.
  • Re:So... (Score:5, Informative)

    by be-fan ( 61476 ) on Wednesday June 29, 2005 @05:55PM (#12945540)
    Sony never claimed 160 million polygons per second. These numbers have become fabricated over time. They did claim 70M polygons per second, but nobody ever quotes the context. It was 70M unshaded polygons per second. The number for shaded/textured polygons (in the PS2 datasheet) is 20-30M, and the most recent games are indeed in the (lower end) of that range.

    I'd also point out the "Toy Story in Real Time" thing was never a Sony claim either. As far as I've been able to track it down, it was some idiot journalist that made the claim, not a Sony spokesperson or any Sony marketing literature.
  • Re:Random Thoughts: (Score:5, Informative)

    by King_TJ ( 85913 ) on Wednesday June 29, 2005 @05:57PM (#12945558) Journal
    If you still want fun games for kids that don't include lots of graphic violence, and you're on a PC (or Mac) instead of a console - I think almost all the stuff from GameHouse is excellent. My kid is only 3, yet she already loves playing their "Gutterball 3D" game, just to try different colored bowling balls and watch them roll down the lane and knock pins down. And if they're a little older, all the stuff like TextTwist makes you think as well as have fun.

    They're inexpensive and downloadable off the net, too ... so if you want a new one, you don't even have to go to the store to get it first.

    These days, most of the really good, non-violent stuff in PC/Mac gaming comes from web sites marketing their goods online. The small developers haven't "sold out" to Hollywood yet.
  • by srothroc ( 733160 ) on Wednesday June 29, 2005 @06:02PM (#12945594) Homepage
    Instead of linking to some guy's blog with the (minimal) content three posts down, perhaps it would be prudent to link to the articles with the actual content.

    http://www.anandtech.com/video/showdoc.aspx?i=2461 [anandtech.com]

    http://www.gamespot.com/news/2005/06/28/news_61283 06.html [gamespot.com]

  • by cyrix ( 882273 ) on Wednesday June 29, 2005 @06:07PM (#12945633)
    The controllers can be plugged in if you choose to do so. It's allready been stated. So if you don't want to worry about batteries. Don't. The Xbox 360 will only be partially backwards compatible with certain games (I have no idea which) and is capable of doing this via a built in Xbox emulator.
  • by Jack Johnson ( 836341 ) on Wednesday June 29, 2005 @06:07PM (#12945635)
    Labeling Mode 7 "hype" is ridiculous.
  • by Pendersempai ( 625351 ) on Wednesday June 29, 2005 @06:16PM (#12945706)
    "If Sony and MS are overhyping their systems then so is Nintendo."

    False! I don't know how old you were last console cycle, but Nintendo was very realistic about the Gamecube's abilities before it was released. They said, "it can render 9 million polygons per second under realistic conditions." Cue Sony: "Well ours can render ONE HUNDRED BILLION polygons per second!" and then microsoft: "We can do INFINITY BILLION TO THE INFINITY POWER!!!". So it isn't at all clear to me why the fact that Sony and MS overhype indicates that Nintendo overhypes.
  • Re:So... (Score:5, Informative)

    by faust2097 ( 137829 ) on Wednesday June 29, 2005 @06:38PM (#12945883)
    Seamus Blackley who was at the time a Microsoft employee said it about the Xbox though:
    "One of the basic premises of the Xbox is to put the power in the hands of the artist," Blackley said, which is why Xbox developers "are achieving a level of visual detail you really get in 'Toy Story.'"

    http://news.com.com/2100-1040-250632.html?legacy=c net [com.com]
  • Re:So... (Score:3, Informative)

    by Tim Browse ( 9263 ) on Wednesday June 29, 2005 @06:52PM (#12945984)
    Mode 7 never sounded so good in the UK, as it was also the name of the teletext graphics mode of the BBC Micro, a popular home computer of yore.

    So basically, Mode 7 graphics = shit [beebgames.com] :)

  • by YesIAmAScript ( 886271 ) on Wednesday June 29, 2005 @07:01PM (#12946043)
    Cell may not be good for Apple, but that doesn't mean it isn't good for the PS3.

    It isn't appropriate for Apple because it doesn't have regular Altivec. So that means that code written for older PPCs wouldn't run well on it. It also wouldn't be appropriate because the Cell doesn't have out-of-order execution (retirement) of instructions. That means that instructions must be scheduled in the proper order, taking memory latencies into account. This isn't possible on a Mac, because Macs change all the time. Today's CPU has a 5 clock latency to memory, tomorrows has a 7 clock latency (because CPUs speed up more rapidly than memory does). If that happened, Cell would start to run slowly because the code isn't arranged correctly for the new latencies.

    But on a console, all those relationships are fixed when the console is first built. The CPU doesn't get faster over time, they're all the same until the console is retired.

    So, don't jump to conclusions here. Cell may not be for Apple, but it looks like a great choice for a console.
  • by fussili ( 720463 ) on Wednesday June 29, 2005 @07:05PM (#12946066)
    Just to be a little pedantic:

    The D.O.A in DOA2 DOA3 DOA Ultimate, stands for "Dead or Alive" :)

    My friends and I played WAY too much DOA2 a few summers back. We can still hear the theme music when we go to sleep.

    Speaking of breasts in said games, if you increased the 'Age' statistic on the female characters (up to the arbitrary value of '99') their breasts grew in size. Nice one Team Ninja!
  • by j0nb0y ( 107699 ) <jonboy300NO@SPAMyahoo.com> on Wednesday June 29, 2005 @07:08PM (#12946097) Homepage
    Yeah, Hydro Thunder is still pretty common, at least in high end D&B type places.

    You have a full size plastic assault rifle in Ghost squad. There's a switch that flips it between fully automatic and burstfire. There's also an action button on the gun to rescue hostages. There are also strategic decisions to make as you go through the levels (such as stay on the first to rescue hostages, go after the terrorists on floor 2, or enter a certain room with a flashbang). Sometimes your gun will turn into a sniper rifle and there will be sniper rounds. Lastly, the game lets you calibrate the gun when you start every game. This is great thinking ahead on the part of the game designers. I can't tell you how many times I've tried to play shooting games when the sights on the guns were very far off because the arcade operator didn't regularly calibrate them.

    I never liked time crisis. Not sure why. It just never clicked with me.

    This weekend I'm going to hit the Gameworks in Columbus, Ohio. Hopefully some quality arcade gaming will be had =]
  • by zborgerd ( 871324 ) <(moc.liamg) (ta) (dregrobz)> on Wednesday June 29, 2005 @07:42PM (#12946365) Homepage
    Actually, Nintendo didn't say that it would be "incapable" of "HD resolutions". They said that they had "no plans" to support it officially.

    "It is accurate that at this time we will not support high-definition [on Revolution]," Kaplan told IGN.com.

    It's really hard to tell what will happen by the time it's released. The Gamecube is theoretically capable of 720p output, though the games only utilize 480p. Considering the video hardware that is being used, it's safe to assume that the Revolution is at least as capable as the Gamecube It's not going to matter all that much, because we're still going to be stuck with 480p DVD movies for a while. 480p is a form of SDTV. Even if it's not "HD", it's still much higher quality than any analog television. Your comment about the RCA analog television is grossly exaggerated.

    And let's be honest... All three systems will have hardware that's paractically the same, regardless of these cracked out specs and numbers (ironic isn't it that all three are using what is essentiall a next-gen Gamecube with PowerPC and ATI graphics). What it will really boil down to is the games.

  • by psmurf ( 808573 ) on Wednesday June 29, 2005 @07:48PM (#12946416)
    1) The Xbox 360 will still be using DVDs. Guess what, we have already managed to fill up a full DVD with some games. Because we're going with HD games now, that'll take up more space (or processor time if we compress it to save space) which we don't have.

    Just a note on the DVD - xbox is limited to 2GB (around 1/2 of a single layer DVD). Xbox 360 will have access to 2 full layers - so it will have 4x the capacity.

  • Re:This just in... (Score:5, Informative)

    by adam31 ( 817930 ) <adam31.gmail@com> on Wednesday June 29, 2005 @07:58PM (#12946478)
    I haven't developed for either next-gen devkit, but I have done a lot with the PS2, and that is exactly what we do... except we do it with just 4kb on the VU0. And VU0 is only single-ported, so you can't DMA to it while it's running... the only way to feed it with data while running is for the CPU to write directly into its registers. I'm not kidding. And don't even start with complicated memory transfers, if you only knew what we had to do to sync textures and geometry for rendering.

    On the PS3, we get 256 KB of memory with a vector processor running 3.2Ghz, and people are complaining? And we get a bunch of em. Whoever they talked to were not PS2 developers. The same people who made sweet PS2 games will be making sweet PS3 games, trust me. For everyone else it will be harder to get used to.

    For one thing, you can kiss your virtual calls goodbye.

  • Here's your source (Score:4, Informative)

    by GFLPraxis ( 745118 ) on Wednesday June 29, 2005 @08:10PM (#12946556) Homepage Journal
    Here's your source!
    http://cube.ign.com/articles/522/522559p2.html [ign.com]

    Q: Is Revolution "two-to-three times more powerful than GameCube"?

    A: USA Today reported this news based on a comment from Nintendo of America's vice president of corporate affairs, Perrin Kaplan. The information was later determined to be false. We do not yet know how much more power Revolution wields over its predecessor.
  • by FLAGGR ( 800770 ) on Wednesday June 29, 2005 @08:11PM (#12946564)
    It can't be parallelized esay because it's a bunch of tiny operations (branch heavy ones) that depend on previous calculations. Lots of recursion.
  • by DeadScreenSky ( 666442 ) on Wednesday June 29, 2005 @08:38PM (#12946749)
    No. Xbox games today are able to use a full dual-layer DVD (Metal Gear Solid 2: Substance is an example of a game that does this). I am not sure what you are referring to - maybe the amount of space given to a game for a hard drive cache?
  • by Anonymous Coward on Wednesday June 29, 2005 @09:34PM (#12947107)
    Developers pushed the GC to over 14 million shortly after it was released. (I think it was in one of the star wars games). The numbers that Nintendo was putting out were not only realistic; they were slightly conservative.

    Contrast with Sony and MS whose claimed performance numbers for the last 6 years have been pure fantasy and/or hype.
  • ARTICLE TEXT (Score:4, Informative)

    by Anonymous Coward on Wednesday June 29, 2005 @10:34PM (#12947448)
    (minus page 6 about the GPUs, it got squased in my cache when I tried linking back after it was pulled)

    In our last article we had a fairly open-ended discussion about many of the challenges facing both of the recently announced next-generation game consoles. We discussed misconceptions about the Cell processor and its ability to accelerate physics calculations, as well as touched on the GPUs of both platforms. In the end, both the Xbox 360 and the PlayStation 3 are much closer competitors than you would think based on first impressions.
    The Xbox 360's Xenon CPU features more general purpose cores than the PlayStation 3 (3 vs. 1), however game developers will most likely only be using one of those cores for the majority of their calculations, leveling the playing field considerably.
    The Cell processor derives much of its power from its array of 7 SPEs (Synergistic Processing Elements), however as we discovered in our last article, their purpose is far more specialized than we had thought. Speaking with Epic Games' head developer, Tim Sweeney, he provided a much more balanced view of what sorts of tasks could take advantage of the Cell's SPE array.
    The GPUs of the next-generation platforms also proved to be quite interesting. In Part I we speculated as to the true nature of NVIDIA's RSX in the PS3, concluding that it's quite likely little more than a higher clocked G70 GPU. We will expand on that discussion a bit more in this article. We also looked at Xenos, the Xbox 360's GPU and characterized it as equivalent to a very flexible 24-pipe R420. Despite the inclusion of the 10MB of embedded DRAM, Xenos and RSX ended up being quite similar in our expectations for performance; and that pretty much summarized all of our findings - the two consoles, although implementing very different architectures, ended up being so very similar.
    So we've concluded that the two platforms will probably end up performing very similarly, but there was one very important element excluded from the first article: a comparison to present-day PC architectures. The reason a comparison to PC architectures is important is because it provides an evaluation point to gauge the expected performance of these next-generation consoles. We've heard countless times that these new consoles would offer better gaming performance than anything we've had on the PC, or anything we would have for a matter of years. Now it's time to actually put those claims to the test, and that's exactly what we did.
    Speaking under conditions of anonymity with real world game developers who have had first hand experience writing code for both the Xbox 360 and PlayStation 3 hardware (and dev kits where applicable), we asked them for nothing more than their brutal honesty. What did they think of these new consoles? Are they really outfitted with the PC-eclipsing performance we've been lead to believe they have? The answer is actually quite frequently found in history; as with anything, you get what you pay for.

    Learning from Generation X
    The original Xbox console marked a very important step in the evolution of gaming consoles - it was the first console that was little more than a Windows PC.

    The original Xbox was basically a PC
    It featured a 733MHz Pentium III processor with a 128KB L2 cache, paired up with a modified version of NVIDIA's nForce chipset (modified to support Intel's Pentium III bus instead of the Athlon XP it was designed for). The nForce chipset featured an integrated GPU, codenamed the NV2A, offering performance very similar to that of a GeForce3. The system had a 5X PC DVD drive and an 8GB IDE hard drive, and all of the controllers interfaced to the console using USB cables with a proprietary connector.
    For the most part, game developers were quite pleased with the original Xbox. It offered them a much more powerful CPU, GPU and overall platform than anything had before. But as time went on, there were definitely limitations that developers ran into with the first Xbox.
    One of the biggest limitations
  • by Anonymous Coward on Thursday June 30, 2005 @02:56AM (#12948441)
    The Xbox 360 GPU: ATI's Xenos

    On a purely hardware level, ATI's Xbox 360 GPU (codenamed Xenos) is quite interesting. The part itself is made up of two physically distinct silicon ICs. One IC is the GPU itself, which houses all the shader hardware and most of the processing power. The second IC (which ATI refers to as the "daughter die") is a 10MB block of embedded DRAM (eDRAM) combined with the hardware necessary for z and stencil operations, color and alpha processing, and anti aliasing. This daughter die is connected to the GPU proper via a 32GB/sec interconnect. Data sent over this bus will be compressed, so usable bandwidth will be higher than 32GB/sec. In side the daughter die, between the processing hardware and the eDRAM itself, bandwidth is 256GB/sec.

    At this point in time, much of the bandwidth generated by graphics hardware is required to handle color and z data moving to the framebuffer. ATI hopes to eliminate this as a bottleneck by moving this processing and the back framebuffer off the main memory bus. The bus to main memory is 512MB of 128-bit 700MHz GDDR3 (which results in just over 22GB/sec of bandwidth). This is less bandwidth than current desktop graphics cards have available, but by offloading work and bandwidth for color and z to the daughter die, ATI saves themselves a good deal of bandwidth. The 22GB/sec is left for textures and the rest of the system (the Xbox implements a single pool of unified memory).

    The GPU essentially acts as the Northbridge for the system, and sits in the middle of everything. From the graphics hardware, there is 10.8GB/sec of bandwidth up and down to the CPU itself. The rest of the system is hooked in with 500MB/sec of bandwidth up and down. The high bandwidth to the CPU is quite useful as the GPU is able to directly read from the L2 cache. In the console world, the CPU and GPU are quite tightly linked and the Xbox 360 stands to continue that tradition.

    Weighing in at 332M transistors, the Xbox 360 GPU is quite a powerful part, but its architecture differs from that of current desktop graphics hardware. For years, vertex and pixel shader hardware have been implemented separately, but ATI has sought to combine their functionality in a unified shader architecture.

    What's A Unified Shader Architecture?

    The GPU in the Xbox 360 uses a different architecture than we are used to seeing. To be sure, vertex and pixel shader programs will run on the part, but not on separate segments of the hardware. Vertex and pixel processing differ in purpose, but there is quite a bit of overlap in the type of hardware needed to do both. The unified shader architecture that ATI chose to use in their Xbox 360 GPU allows them to pack more functionality onto fewer transistors as less hardware needs to be duplicated for use in different parts of the chip and will run both vertex and shader programs on the same hardware.

    There are 3 parallel groups of 16 shader units each. Each of the three groups can either operate on vertex or pixel data. Each shader unit is able to perform one 4 wide vector operation and 1 scalar operation per clock cycle. Current ATI hardware is able to perform two 3 wide vector and two scalar operations per cycle in the pixel pipe alone. The vertex pipeline of R420 is 6 wide and can do one vector 4 and one scalar op per cycle. If we look at straight up processing power, this gives R420 the ability to crunch 158 components (30 of which are 32bit and 128 are limited to 24bit precision). The Xbox GPU is able to crunch 240 32bit components in its shader units per clock cycle. Where this is a 51% increase in the number of ops that can be done per cycle (as well as a general increase in precision), we can't expect these 48 piplines to act like 3 sets of R420 pipelines. All things being equal, this increase (when only looking at ops/cycle) would be only as powerful as a 24 piped R420.

    What will make or break the difference between something like a 24 piped R420 and the unified shaders of the Xbox GPU is ho

Arithmetic is being able to count up to twenty without taking off your shoes. -- Mickey Mouse

Working...