ComputerForum.com ComputerForum.com  
Go Back   Computer Forum > Computer Gaming > Computer Games and Consoles

View Poll Results: Which system will you buy?
PS3 38 31.67%
Xbox 360 47 39.17%
Neither, my computer kicks their ass. 35 29.17%
Voters: 120. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
Old 09-05-2005, 06:44 PM   #61 (permalink)
Silver Member
 
Join Date: Aug 2005
Age: 32
Posts: 129
Default

conitnued:

since most collision detection branches are basically random and can't be predicted even with the best
branch predictor. So not having a branch predictor doesn't hurt, what does hurt however is the very small
amount of local memory available to each SPE. In order to access main memory, the SPE places a DMA
request on the bus (or the PPE can initiate the DMA request) and waits for it to be fulfilled. From those
that have had experience with the PS3 development kits, this access takes far too long to be used in many
real world scenarios. It is the small amount of local memory that each SPE has access to that limits the
SPEs from being able to work on more than a handful of tasks. While physics acceleration is an important

one, there are many more tasks that can't be accelerated by the SPEs because of the memory limitation.

The other point that has been made is that even if you can offload some of the physics calculations to the
SPE array, the Cell's PPE ends up being a pretty big bottleneck thanks to its overall lackluster
performance. It's akin to having an extremely fast GPU but without a fast CPU to pair it up with.

What About Multithreading? We of course asked the obvious question: would game developers rather have 3
slow general purpose cores, or one of those cores paired with an array of specialized SPEs? The response
was unanimous, everyone we have spoken to would rather take the general purpose core approach.

Citing everything from ease of programming to the limitations of the SPEs we mentioned previously, the
Xbox 360 appears to be the more developer-friendly of the two platforms according to the cross-platform
developers we've spoken to. Despite being more developer-friendly, the Xenon CPU is still not what
developers wanted.

The most ironic bit of it all is that according to developers, if either manufacturer had decided to use
an Athlon 64 or a Pentium D in their next-gen console, they would be significantly ahead of the
competition in terms of CPU performance.

While the developers we've spoken to agree that heavily multithreaded game engines are the future, that
future won't really take form for another 3 - 5 years. Even Microsoft admitted to us that all developers
are focusing on having, at most, one or two threads of execution for the game engine itself - not the four
or six threads that the Xbox 360 was designed for.

Even when games become more aggressive with their multithreading, targeting 2 - 4 threads, most of the
work will still be done in a single thread. It won't be until the next step in multithreaded
architectures where that single thread gets broken down even further, and by that time we'll be talking
about Xbox 720 and PlayStation 4. In the end, the more multithreaded nature of these new console CPUs
doesn't help paint much of a brighter performance picture - multithreaded or not, game developers are not
pleased with the performance of these CPUs.

What about all those Flops? The one statement that we heard over and over again was that Microsoft was
sold on the peak theoretical performance of the Xenon CPU. Ever since the announcement of the Xbox 360
and PS3 hardware, people have been set on comparing Microsoft's figure of 1 trillion floating point
operations per second to Sony's figure of 2 trillion floating point operations per second (TFLOPs). Any
AnandTech reader should know for a fact that these numbers are meaningless, but just in case you need some
reasoning for why, let's look at the facts.

First and foremost, a floating point operation can be anything; it can be adding two floating point
numbers together, or it can be performing a dot product on two floating point numbers, it can even be just
calculating the complement of a fp number. Anything that is executed on a FPU is fair game to be called a
floating point operation.

Secondly, both floating point power numbers refer to the whole system, CPU and GPU. Obviously a GPU's
floating point processing power doesn't mean anything if you're trying to run general purpose code on it
and vice versa. As we've seen from the graphics market, characterizing GPU performance in terms of generic
floating point operations per second is far from the full performance story.

Third, when a manufacturer is talking about peak floating point performance there are a few things that
they aren't taking into account. Being able to process billions of operations per second depends on
actually being able to have that many floating point operations to work on. That means that you have to
have enough bandwidth to keep the FPUs fed, no mispredicted branches, no cache misses and the right
structure of code to make sure that all of the FPUs can be fed at all times so they can execute at their
peak rates. We already know that's not the case as game developers have already told us that the Xenon
CPU isn't even in the same realm of performance as the Pentium 4 or Athlon 64. Not to mention that the
requirements for hitting peak theoretical performance are always ridiculous; caches are only so big and
thus there will come a time where a request to main memory is needed, and you can expect that request to
be fulfilled in a few hundred clock cycles, where no floating point operations will be happening at all.

So while there may be some extreme cases where the Xenon CPU can hit its peak performance, it sure isn't
happening in any real world code.

The Cell processor is no different; given that its PPE is identical to one of the PowerPC cores in Xenon,
it must derive its floating point performance superiority from its array of SPEs. So what's the issue
with 218 GFLOPs number (2 TFLOPs for the whole system)? Well, from what we've heard, game developers are
finding that they can't use the SPEs for a lot of tasks. So in the end, it doesn't matter what peak
theoretical performance of Cell's SPE array is, if those SPEs aren't being used all the time.

Another way to look at this comparison of flops is to look at integer add latencies on the Pentium 4 vs.
the Athlon 64. The Pentium 4 has two double pumped ALUs, each capable of performing two add operations
per clock, that's a total of 4 add operations per clock; so we could say that a 3.8GHz Pentium 4 can
perform 15.2 billion operations per second. The Athlon 64 has three ALUs each capable of executing an add
every clock; so a 2.8GHz Athlon 64 can perform 8.4 billion operations per second. By this silly console
marketing logic, the Pentium 4 would be almost twice as fast as the Athlon 64, and a multi-core Pentium 4
would be faster than a multi-core Athlon 64. Any AnandTech reader should know that's hardly the case. No
code is composed entirely of add instructions, and even if it were, eventually the Pentium 4 and Athlon 64
will have to go out to main memory for data, and when they do, the Athlon 64 has a much lower latency
access to memory than the P4. In the end, despite what these horribly concocted numbers may lead you to
believe, they say absolutely nothing about performance. The exact same situation exists with the CPUs of
the next-generation consoles; don't fall for it.

Why did Sony/MS do it? For Sony, it doesn't take much to see that the Cell processor is eerily similar to
the Emotion Engine in the PlayStation 2, at least conceptually. Sony clearly has an idea of what direction
they would like to go in, and it doesn't happen to be one that's aligned with much of the rest of the
industry.
Doom_Machine is offline   Reply With Quote


Old 09-05-2005, 06:45 PM   #62 (permalink)
Silver Member
 
Join Date: Aug 2005
Age: 32
Posts: 129
Default

continued:

Sony's past successes have really come, not because of the hardware, but because of the
developers and their PSX/PS2 exclusive titles. A single hot title can ship hundreds of millions of
consoles, and by our count, Sony has had many more of those than Microsoft had with the first Xbox.

Sony shipped around 4 times as many PlayStation 2 consoles as Microsoft did Xboxes, regardless of the
hardware platform, a game developer won't turn down working with the PS2 - the install base is just that
attractive. So for Sony, the Cell processor may be strange and even undesirable for game developers, but
the developers will come regardless.

The real surprise was Microsoft; with the first Xbox, Microsoft listened very closely to the wants and
desires of game developers. This time around, despite what has been said publicly, the Xbox 360's CPU
architecture wasn't what game developers had asked for.

They wanted a multi-core CPU, but not such a significant step back in single threaded performance. When
AMD and Intel moved to multi-core designs, they did so at the expense of a few hundred MHz in clock speed,
not by taking a step back in architecture.

We suspect that a big part of Microsoft's decision to go with the Xenon core was because of its extremely
small size. A smaller die means lower system costs, and if Microsoft indeed launches the Xbox 360 at $299
the Xenon CPU will be a big reason why that was made possible.

Another contributing factor may be the fact that Microsoft wanted to own the IP of the silicon that went
into the Xbox 360. We seriously doubt that either AMD or Intel would be willing to grant them the right
to make Pentium 4 or Athlon 64 CPUs, so it may have been that IBM was the only partner willing to work
with Microsoft's terms and only with this one specific core.

Regardless of the reasoning, not a single developer we've spoken to thinks that it was the right decision.

The Saving Grace: The GPUs Although both manufacturers royally screwed up their CPUs, all developers have
agreed that they are quite pleased with the GPU power of the next-generation consoles.

First, let's talk about NVIDIA's RSX in the PlayStation 3. We discussed the possibility of RSX offloading
vertex processing onto the Cell processor, but more and more it seems that isn't the case. It looks like
the RSX will basically be a 90nm G70 with Turbo Cache running at 550MHz, and the performance will be quite
good.

One option we didn't discuss in the last article, was that the G70 GPU may feature a number of disabled
shader pipes already to improve yield. The move to 90nm may allow for those pipes to be enabled and thus
allowing for another scenario where the RSX offers higher performance at the same transistor count as the
present-day G70. Sony may be hesitant to reveal the actual number of pixel and vertex pipes in the RSX
because honestly they won't know until a few months before mass production what their final yields will
be.

Despite strong performance and support for 1080p, a large number of developers are targeting 720p for
their PS3 titles and won't support 1080p. Those that are simply porting current-generation games over will
have no problems running at 1080p, but anyone working on a truly next-generation title won't have the fill
rate necessary to render at 1080p.

Another interesting point is that despite its lack of "free 4X AA" like the Xbox 360, in some cases it
won't matter. Titles that use longer pixel shader programs end up being bound by pixel shader performance
rather than memory bandwidth, so the performance difference between no AA and 2X/4X AA may end up being
quite small. Not all titles will push the RSX to the limits however, and those titles will definitely see
a performance drop with AA enabled. In the end, whether the RSX's lack of embedded DRAM matters will be
entirely dependent on the game engine being developed for the platform. Games that make more extensive
use of long pixel shaders will see less of an impact with AA enabled than those that are more texture
bound. Game developers are all over the map on this one, so it wouldn't be fair to characterize all of the
games as falling into one category or another.

ATI's Xenos GPU is also looking pretty good and most are expecting performance to be very similar to the
RSX, but real world support for this won't be ready for another couple of months. Developers have just
recently received more final Xbox 360 hardware, and gauging performance of the actual Xenos GPU compared
to the R420 based solutions in the G5 development kits will take some time. Since the original dev kits
offered significantly lower performance, developers will need a bit of time to figure out what realistic
limits the Xenos GPU will have.

Final Words Just because these CPUs and GPUs are in a console doesn't mean that we should throw away years
of knowledge from the PC industry - performance doesn't come out of thin air, and peak performance is
almost never achieved. Clever marketing however, will always try to fool the consumer.

And that's what we have here today, with the Xbox 360 and PlayStation 3. Both consoles are marketed to be
much more powerful than they actually are, and from talking to numerous game developers it seems that the
real world performance of these platforms isn't anywhere near what it was supposed to be.

It looks like significant advancements in game physics won't happen on consoles for another 4 or 5 years,
although it may happen with PC games much before that.

It's not all bad news however; the good news is that both GPUs are quite possibly the most promising part
of the new consoles. With the performance that we have seen from NVIDIA's G70, we have very high
expectations for the 360 and PS3. The ability to finally run at HD resolutions in all games will bring a
much needed element to console gaming.

And let's not forget all of the other improvements to these next-generation game consoles. The CPUs,
despite being relatively lackluster, will still be faster than their predecessors and increased system
memory will give developers more breathing room. Then there are other improvements such as wireless
controllers, better online play and updated game engines that will contribute to an overall better gaming
experience.

In the end, performance could be better, the consoles aren't what they could have been had the powers at
be made some different decisions. While they will bring better quality games to market and will be better
than their predecessors, it doesn't look like they will be the end of PC gaming any more than the Xbox and
PS2 were when they were launched. The two markets will continue to coexist, with consoles being much
easier to deal with, and PCs offering some performance-derived advantages.

With much more powerful CPUs and, in the near future, more powerful GPUs, the PC paired with the right
developers should be able to bring about that revolution in game physics and graphics we've been hoping
for. Consoles will help accelerate the transition to multithreaded gaming, but it looks like it will take
PC developers to bring about real change in things like game physics, AI and other non-visual elements of
gaming. "
Doom_Machine is offline   Reply With Quote
Old 09-05-2005, 07:11 PM   #63 (permalink)
Diamond Member
 
skidude's Avatar
 
Join Date: Aug 2005
Location: Orono, Maine
Age: 19
Posts: 4,996
Default

Can you stop with the long posts, my brain hurts!!!
__________________
Desktop / Laptop

CPU- TBA / Intel Core 2 Quad Q9550 2.8 GHz
Video- TBA / 2x 8800M GTX SLI
Memory- TBA / 4GB DDR2800
Hard Drives- TBA / 2x 320GB 5400RPM (RAID 0)
Mobo- TBA / Sager NP9262


"In These Lowly Halls / No Moon Will Beam, No Sun Will Shine / In These Narrow Rooms / No Tears Are Seen, No Laughter Heard" --- Insomnium ---
skidude is offline   Reply With Quote
Old 09-06-2005, 01:54 AM   #64 (permalink)
Silver Member
 
Join Date: Aug 2005
Age: 32
Posts: 129
Default

yes i can, wouldve rather just shown a link but i think this summary is the most important part to consider before getting too excited about them...think i'll just stick with my pc gaming

"Both consoles are marketed to be
much more powerful than they actually are, and from talking to numerous game developers it seems that the
real world performance of these platforms isn't anywhere near what it was supposed to be"
Doom_Machine is offline   Reply With Quote
Old 09-07-2005, 10:43 PM   #65 (permalink)
New Member
 
Join Date: Jul 2005
Posts: 16
Default

eh? where is the revolution is this Poll, outrage!
__________________
HP vectra VL600
14inch monitor, 128 mb ram, 32mb graphics card, 20gb hd, windows XP, pentium III 733mhz cpu, SoundBlaster Live 1024 Soundcard, 802.11b 32-bit Wireless adapter

also have a 1.5 ghz pentium 4 256mb ram Tiny PC
Mr.Blonde is offline   Reply With Quote


Old 09-07-2005, 11:04 PM   #66 (permalink)
Silver Member
 
Join Date: Aug 2005
Age: 32
Posts: 129
Default

Quote:
Originally Posted by Mr.Blonde
eh? where is the revolution is this Poll, outrage!
i dont think nintendo is planning on competing for top hardware, they dont have to cuz they have mario, although i think they should target more adult audience since kids dont even want to play kiddie games and stay away from propriatary media
Doom_Machine is offline   Reply With Quote
Old 09-07-2005, 11:08 PM   #67 (permalink)
VIP Member
 
Join Date: Feb 2005
Location: UK
Age: 22
Posts: 6,033
Default

doom machine, couldnt you of just given a link ot the article?
__________________
C2D E6300 @ 2.6Ghz
Gigabyte GA-965P-DS3
2GB DDR2 667
1TB (1x500GB 2x250GB HDD)
BFG 8800GTS 320MB


PFC Til I Die
elmarcorulz is offline   Reply With Quote
Old 09-08-2005, 05:37 AM   #68 (permalink)
Gold Member
 
Join Date: Jun 2005
Posts: 252
Default

nice read, ty for that.
GhostEye is offline   Reply With Quote
Old 09-08-2005, 02:26 PM   #69 (permalink)
VIP Member
 
4W4K3's Avatar
 
Join Date: Jul 2004
Location: Lewisville, TX
Age: 20
Posts: 6,892
Default



for everyone mad Nintendo wasn't in the poll...

http://cube.ign.com/articles/522/522559p1.html
__________________
My Computer
I choose to believe what I was programmed to believe.
Can I eat your brain?
FOLDING FOR THE GOOD OF MANKIND :F@H Team 44358
4W4K3 is offline   Reply With Quote
Old 09-08-2005, 04:00 PM   #70 (permalink)
Moderator
 
Archangel's Avatar
 
Join Date: Jan 2005
Location: Netherlands
Age: 21
Posts: 8,280
Default

now THAT's some slick designing
__________________
Newton is dead, Einstein is dead, I don't feel very well either

Xfire - Mirrari
Intel Q6600 ( @3.6GHz)
Asus Triton 79 Amazing 549/3200
4x 1Gb Corsair XMS2 DDR800
Asus Maximus Formula
Asus & Sapphire HD3870 512Mb ( 850/1180 )
Corsair HX620W PSU
Archangel is online now   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

All times are GMT +1. The time now is 08:00 PM.


Powered by: vBulletin Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Copyright © 2002-2008 Computer Forum and Web Design Forum