Some speculation on Next gen consoles :) Very Verbose!!!

scificube

Regular
I posted this theory on the GCNGB over at IGN back on 2/11/2005 and admittedly it had a little more spin on it there but I just wanted to see why the Beyond3D crowd thinks of it :D

NOTE: I do reference or look at things on the macro scale throughout the formulation of this theory. I do this admittedly out of self preservation at times but also to try to keep it simple as best I can. I know...I'm not very good at it, but at least I'm trying right?

Anyway...

Most of what I say next is a theory based upon rumors floating here and there. I cannot back up everything I say with a direct link to where I got it from because some of it is my own conjecture and some of it is stuff that I took notice of months ago but did not make an effort to keep track of. I will say this. Most anything I say can be dug up over at Rage3D, Beyond3D, Anandtech, Tom's Hardware, Hard Ocp, and a myriad of other technical sites that I frequent. If you don't take my word for it you can dig it up for yourself. I'll provide what I can if asked, but I'm not going to spend the next two weeks digging for stuff so if I can't find it fast...well that's just how the cookie crumbles.

pieces or rather rumors:

-Xbox2 CPU to be dual or triple cored that is compliant with the PowerPC ISA (instruction set architecture)
-IBM is also making Nintendo's CPU
-cores will be similar to the PPE ('newly' designed from the ground up PowerPC core that has full compatibility with the PowerPC ISA...this thing is not as capable as the beefier Power5 core or derived from it as once thought)
-cores should then be at least dual issue (like the Cell's PPE) or (perhaps 4-issue SMT pure spec on my part) (simultaneous multi threaded---means the core can handle more than one thread at a time)

Cell facts:

-Cell's PPE core is dual issue SMT at this moment
-Cell SPE's (synergistic processing engines) are not nearly as capable of handling branching statements as the PPE core. This is bad for allot of common software and things such as AI and physics on the large scale (you can handle smaller chunks of such tasks if you're crafty). However each SPE is like unto a mini computer unto itself within a network of other SPE's and a PPE where each SPE has it's own personal set of memory etc.
-there is one PPE and 8 SPE's in the prototype Cell and although Cell is customizable and these numbers can be played with by design it's most likely this is what will end up in the PS3 so I'll use this setup. (The scalability of the Cell architecture is the largest single caveat to my whole theory just so you know and to be fair)

Here's where the rubber meets the road. The Cell chip at this point is capable of handling 10 threads simultaneous with 2 of them being on the PPE and 8 others on the SPE's. The thread on the PPE most often will be the one that's telling the SPE's what to do or the one that's handling branching and other things the SPE's aren't good at. Make note of this and I'll explain why this is important later. The SPE's threads will mostly be things that are burdened with intense computation and things that have predicable code. (as a branch mis predication is quite costly for an SPE and SPE's are not good predictors from what I've gathered). The threads or rather 'APULETS' will also need to be things that can be run independently of each other. That is to say that one process is not dependent upon the results of another process or a single task that can be split up into chunks. Stuff with allot of branches or immediate inter-dependcy is going to knock the SPE's for a loop due it's lack of intelligent branch prediction and limited ability to unroll loops. I need to state that inter-dependency problems can cripple ANY architecture be it single core or highly parallelized. I am simply asserting that SPE's due to various reasons will have a more adversely affected if the simply sit idle while dependencies are dealt with. With a single core even though the problem is still there the processor is not sitting idle. Coding in the first place will be harder for multi-core as you have even more reason to stave off inter-dependencies in the and you must find ways to leverage all the cores in when they cannot be avoided. I am in line with most common thinking that it won't be as simple a task and will require a change in thinking with respect to coding.

Things like AI may be hard to implement on a SPE due to this and thus this where the PPE will probably do most of the heavy lifting even though you can get crafty and still get some of the AI task done on the SPE's I think. This is a conjecture at this point but this is a safe assertion given what we know at the point I think. (this belief is primarily driven by how costly branch mis predictions should be IIRC 18 cycles etc)

A task like AI in the macro-scale will be could be handled by the PPE in the Cell while in the micro-scale the PPE will farm out smaller parts of the overall task to the SPE's. Given how the SPE's seem to be number crunchers and AI is more of logic or rather task with allot of branches this although this seems plausible I cannot say to what end. The line between the macro and micro scale is something I am not apt enough to define.

A task like rendering is can be highly parallelized and is computationally intensive. That is to say rendering is a task that can be split up into stages where each SPE's can take some stage and pass it's result to another SPE working another another stage of the task and you can setup a pipeline or 'stream'...sort of like a factory's assembly line. This leads me to believe Cell will have a hand in rendering as it's just begging to get used to that end. In fact, I have reason to believe the Nvidia GPU is there to ease the devs learning curve with the Cell and to perform pixel processing alone as Cell are not especially appear equipped to that end in being general purpose processors and not simply GPUs.

If nothing else think like this. The PPE can handle larger more complex tasks but isn't the number crunching monster an SPE is. The SPE's are what give the Cell it's wicked raw power but...that power may be hard to get to in some instances as I think I've made clear by now.

The Xbox2 CPU will not have SPE's and this could be it's greatest weakness...or strength given the task.

The Xbox2's CPU is supposed to have 3 PowerPC cores and I suspect it is true that these cores are brand new too like the Cell's PPE is. That is to say they will support the PowerPC ISA but they have been built from the ground up and are not based on an existing core architecture explicitly but rather use what works but tries allot of new things.

What is important here are two things. These cores will be more capable than SPE's in that they will have intelligent branch predication (good for AI etc and general tasks allot of common PC software performs) among other things. The other thing is that these cores will at least be dual issue SMT and perhaps even 4 issue (again the 4 issue is pure spec on my part). So if the Xbox2's CPU has 3 cores it will definitely be able to handle 6 threads simultaneously and could handle up to 12 if each core is a 4 issue SMT capable.

Unlike on the Cell these cores can handle AI more independently on a per thread basis because there should be no need to farm out portions of the task. This is something to note.

Now given each core has been redesigned they most likely have the potential to clock to very high speeds like the Cell's PPE does (it has been confirmed that all cores clock at the same frequency PPE's and SPE's in the Cell...I...think). The Cell's PPE right now is in the 4GHz range and a schmoo chart supplied at the ISSC by the STI (Sony, Toshiba, IBM) consortium shows that it can be pushed fairly well into the 5GHz range though it gets really power hungry and hot when this is done so they'll need to find ways to curb this in the future no doubt. (going to a smaller fabrication process and whatnot)(I think it's been found that the schmoo had some errors but I've not yet heard that 5GHz was out of the question)

But the rumor has been that the Xbox2's CPU's are clocked at 3.5GHz and now 3.0GHz? (who's to say just yet?)

This makes sense if a core in the Xbox2's CPU are more complex and thus more capable than the Cell's PPE. It's not impossible for the Xbox2's CPU cores to have stronger VMX/Altivec (something Apple is all over) etc as the slower clocked Power5 shows is quite possible. If this is not the case and then the Xbox2's CPU should be able to operate at the same clock rate as the Cell can but I think it's fair to say MS wanted the cores to be a bit beefier in order to offset the Cell somewhat as best it could.

With this thinking I propose that the Xbox2's CPU is composed of newly designed cores similar to but beefier than the Cell's PPE, and that it's deeper capabilities are what bring it's clock rate back down into the 3GHz+ range. (more transistors = more heat and leakage issues = reduction in overall clock rate) This is not necessarily a disadvantage in all cases.

Heres's what the score board could look like:

-The Cell can handle 10 threads in the 4GHz range of operation range but 8 of those threads will be on SPE's that won't take kindly to things that aren't computationally intensive and require allot of branching operations
-The Xbox2's CPU can handle 6-12 threads in the 3GHz+ range of operation where all 8 of those threads can be general tasks that require allot of branching such as AI and to a lesser extent physics and allot of common software
-The Cell should still have an advantage in cases where raw computational power are needed and given how in the overall an Xbox2 core will not be the killer number cruncher an SPE in the Cell is...perhaps significantly...perhaps not so significantly but I predict it will be a fairly noticeable margin in any case.

Here's the big question...which one is more powerful?

If we're talking raw GFLOPS then I expect the Cell will still have the advantage as it is meant to be a computational beast and it still would retain a clock rate advantage too at that.

but when thinking about the usage of raw power...

Well this will depend entirely upon the situation. Even for gaming. With common computer software the Xbox2's CPU would seem to have the advantage to me because it's capabilities are more in tune with the tasks such software call for to be performed regularly. Most of us use software on our computers that wants something to be done when we specify or x happens. Most of us are not scientists that want our computers performing intense computations for the vast majority of time. Another aspect of the situation to look at is inter-dependency. If something can't be done until x happens or is computed then nothing else can happen until that condition is satisfied. The task at hand is dependent upon some other tasks execution here. Often inter-dependency situations are handled by branch and looping statements in code ignoring those which are totally reflective of temporal (time---it's not a simple decision based upon some regularly readily available data...it something that is more bound by how long it takes to produce the data in the first place) limitations. If the Xbox2's CPU is like I describe then it will be much better suited to handle inter-dependency on a per thread basis than the Cell's SPE are. Again a crude and simplistic analogy where the SPE's in the Cell are at a disadvantage the the Cell's PPE and maybe even more so to the PPE like cores in the Xbox2's CPU.(that's 2 threads on something that handles branches well vs. 6-12 threads on something that handles branches well)

To give an example that relates a little better to gaming the Xbox2's CPU should be able to handle AI and to a lesser extent Physics A GREAT deal better than the Cell can if I'm on track here. If AI takes up oh 20% and physics takes up another 20% percent of all the tasks an engine performs...this can be a significant advantage indeed over the Cell chip for the Xbox2 that could go a long way to evening up the score board. (just grabbed those numbers out of the air just so you know...it will be more dependent on the type of game it is)

Although the Xbox2 could have a part in rendering too I think the Cell chip is basically begging to be used towards that end. The Cell being the GFLOP monster that it is and highly parallel...when you think of GPUs it sure sounds like it borrowed allot of it's ideas from them (at least in concept). The Cell should be the better performer towards putting visuals on the screen. Geometry comes to mind among other things.

or will it?

...actually this will depend upon what Nvidia is doing for Sony with the PS3. If Nvidia delivers a GPU that is capable in the areas of both Vertex and Pixel processing with the Cell primarily adding to the vertex processing side of things the PS3 should have a CLEAR visuals advantage with respect to geometry on screen or thinks related the vertex operations. If the Nvidia GPU does only performs pixel processing alone and vertex shading etc is left to the Cell this creates the opportunity for a tie with the Xbox2 in the visuals department or possibly even a loss.

My reasoning for this is that the Xbox2 will be using the R500 GPU that will be a rendering beast unto itself and the fact the Xbox2 CPU can help in the visual department like the Cell can...just not to the same extent.

(when I say pixel processing...think lighting effects like HDR, water effects like per-pixel reflection, per pixel light interactions like normal mapping or virtual disp...think pixel shading which encompasses a wide range of effects and texturing)

I look at it sort of like this.

NOTE: I wish to make it clear that Cell can be used to whatever end a programmer can get it to including pixel processing like tasks which I have every faith will happen. I am speaking to Cell's easier and probably more utilized advantage.

Cell = extreme geometry engine = EGE
Xbox2 CPU = geometry engine = GE
Full Nvidida GPU = extreme geometry and pixel processing engine = EGEEPE
Specialized Nvidia GPU = extreme pixel processing engine or perhaps...times 2! EPE or EPEx2
R500 = extreme geometry and pixel processing engine = EGEEPE

case 1:

PS3 given full GPU by Nvidia: EGE + EGEEPE = EGEx2 + EPE

Xbox2: GE + EGEEPE = EGE * (1.1 to 1.5) + EPE

PS3 wins overall in the visuals department but primarily in the geometry department where a virtual tie in the pixel processing department is not out of the question.

case 2:

PS3's GPU is for pixel processing: EGE + EPE = EGEPE

Xbox2: GE + EGEEPE = EGE * (1.1 to 1.5) + EPE

Xbox2 wins overall in visuals but probably not to a great extent...including geometry. This is the least likely case I feel though.

case 3:

PS3 is given a pixel processing monster: EGE + EPEx2 = EGEEPEx(1.3 to 1.5)

Xbox2: GE + EGEEPE = EGEx(1.1 to 1.5) + EPE

In this case it could be a virtual tie with perhaps one or the other having a slight advantage in either vertex or pixel processing...but you'd be hard pressed to pick a winner or for that matter...to notice it...at...all.

I feel case 3 or case 1 are most likely. It's not difficult to think that Nvidia would supply it's next gen GPU for the PS3 so case 1 makes sense enough as it is. Case 3 will require you to go to beyond3D and look at one of their articles. There an Nvidia representative speaks about how it's approach to the unified shader model differs from ATI's. Long story short ATI is moving in the direction of having it's rendering pipelines being able to handle vertex or pixel processing on the fly i.e. this is a HW implementation. Nvidia is moving toward still retaining seperate pixel and vertex engines that are highly specialized to each task and using software to handle unified shader support. Nvidia claims it's still better to have two engines that are highly tuned rather than one that can do both but is less efficient on both fronts. The the jist I get from it anyway. What is important is that if Nvidia is approaching the future this way then it's not difficult to see that it could simply peel off it's "next gen" pixel processing engine/pipleline and supply it for the PS3 where ATI can't provide a specialized pixel processing part because R500 simply won't be designed that way. I'm not so sure Nvidia would take the stance it's taken thus far if PS3 support were not a factor in the first place. I have my suspicions they would be doing the same thing ATI is and furthermore that they will in the not too distant future...unless Cell's really start taking off in the PC market. Then it's a whole new ball game. It also stands to reason that if Nvidia is going to only supply something for pixel processing that it be twice as powerful as normal in using all pipelines to that end. I say that because Sony must realise that ATI is supplying Nintendo and MS with a full GPU that is FULLY optimized for rendering as that is it's purpose. To demand less than this from Nvidia leaves the door open to get out gunned or even flat out owned. Given how much money they've invested in the Cell and thus the PS3...it's hard for me to see them making such an obviously boneheaded mistake.

let forget specs for a moment and speak about ease of use:

It's no secret at this point that the Cell chip is going to be hard to work with as will any highly parallel architecture will be next round.

It is my thinking though that getting the potential out of the Cell is going to be a more difficult task than gettign the potential out of a CPU like unto the one I describe could be the Xbox2's. The Cell will require programmers to do allot of tasks in software that are done by the hardware on the Xbox2 CPU. One such thing is direct memory management of the SPE's memory. Another such thing is branch prediction in software if you really don't want your SPE's sitting idle all the time. Another larger problem for programmers may be trying to take advantage of the Cell for graphic rendering vs. rendering on a GPU they know and understand. This isn't going to be like how software rendering was handled before because SPE's are not like CPU cores programmers have contended with before. It is not unfair to say that the Cell processor may be using a fair amount of it's horsepower running software to handle capabilities it SPE's do not have in hardware for coders. How significant this is is unknown at this point but I think it is fair to note that the difficulty in programming the Cell may further diminish the lead it may have in real world performance over the Xbox2's CPU as I describe it.

The Xbox2's CPU should be something programmers will not have near as much difficulty in coming to grips with and given that it's cores will utilize memory virtualization via caches etc it's hidden potential should be more attainable. Also unlike the Cell SPE's a core in the Xbox2 CPU should spend more time on average towards actually completing a task than running code to replace missing hardware capabilities.


Thank you if you've read everything up to this point.

Here's where the Revolution comes in....

IBM is also working on the Rev's CPU just like they are for the Xbox2 and the Cell.

ATI is also working on the Rev's GPU just like they are for the Xbox2.

It's a simple and believable assertion. I believe Nintendo will get similar parts from both partners. I expect there will be some superficial differences here and there...and I hope that any scaling back on the spec sheet if done at all is kept to a minimum.

I do not believe the Rev will use 2 or Dual G5 processors as they are to big, to hot, to power hungry have more capability than it needed.

That's it. Pure and simple. I mean do you think Nintendo is going to have the same people working on their parts and watch as they don't get equal or better treatment from them? I don't...or at least I haven't until recently. It's been said countless times that Nintendo doesn't make under-powered systems and I will hold onto the hope that when the goodies are virtually right in front of them...they will go for the nookie.

Also, this would make the most sense for IBM. They have already dumped a ton of money into the Cell. It only makes sense that they re-use what they can from all that R&D. To design three "completely" unique CPU's simultaneously seems allot less plausible to me than simply being selective with what you lend with respect to what you've already done. I know MS would have paid the money to get any revelations IBM came across in making the Cell's PPE applied to their own core and I at least have the hope that Nintendo would do the same. I would also think that the PPE or rather the core that is compliant with the PowerPC ISA is an intellectual property etc that IBM would retain while the SPE's which seem to be born of the PS2's Emotion Engine would belong more so to Sony. (Toshiba basically brings it's manufacturing expertise with DRAM chips to the table...someone has to make that Rambus XDR and the interface to it...that would have most likely been Toshiba's role) What I'm saying is that IBM should have enough freedom to given Nintendo and MS cores for their CPU's that can contend with or even out gun the PPE in the Cell chip. What IBM can't do on it's own is sell Cell's to Nintendo and Microsoft. This may not be necessary in that the Big N and MS can get what they need from the Cell tech without actually using them. Rambus can license it's Yellowstone and Redwood tech to MS and Nintendo in turn as well I think.

Remember! The guts of the machine will have no bearing upon how the interface to it is setup. If Nintendo wants gyroscopic controls...vr goggles...or a life size dancing Rob the robot to come with the Rev...this will not prevent them from doing this. Personally, I like controllers, I don't want to hit bongos or wear a full body rumble-suit-power gloved thinga-ma-jigger but if that's what floats your boat Nintendo can still deliver no probs. Of course I reserve the right to latch onto anything truly Revolutionary as being better than bottled sunshine and will reject having ever been in doubt of anything if that should become the reality.

I admit that at first the PS3 was looking like the elephant in the room and I was having a hard time seeing any way for the competition to compete with it. Thanks to a mere suggestion by an IBM fellow in a discussion about the Cell and the next gen I began to re-think things. I think what I've theorized is plausible. If it's the actual reality then all is not lost for MS and Nintendo in the next round. I do think the PS3 will probably have the most impressive specs in terms of big numbers it can push. I am very optimistic and hopeful now that when it comes to putting specs to good use that the Xbox2 and the Revolution could be on par with the PS3. Perhaps even outrunning it.

In any case I think next gen things should be quite interesting and for once in a long time I feel...there is chance that we all can be pleasantly surprised at how things turn out.

With that I close and give a link to an article that suggests I may be right in at least guessing what comprises the Xbox2's CPU.

http://arstechnica.com/news.ars/post/20050309-4686.html

I've seen some speculate that a Physics Processing Unit will be the third core on the Xeon CPU.

I have my doubts. A PPU crosses to far into specialization...but since it's a console that's not so solid an argument. I'll go to some other places then. To me it would make sense to use it but place it elsewhere in the system. Putting a PPU on the CPU would make IBM's task that much harder etc. It would also eliminate the advantage of having another core AND and PPU unit. It could provide some significant visual advantages though such as cloth interactions, water that acts like fluid, more particles on screen, better explosions etc. This would be a nice advantage if no one else used a PPU. It would also mean you could not let PPU accelerated physics seep into game play for multi-platform games in the console arena. Yet with XNA and the possibility of PPUs in the PC realm you could still port an Xbox exclusive to the PC market.

It is my hope the all next gen consoles use a PPU and that PPUs themselves find a place in the gaming world.

...ok NOW I'm shutting up :devilish:
 
I'm willing to bet the Cell will be a physics monster due to its architecture, but when a game doesn't require physics, it can be called to do other tasks. A dedicated PPU, at least the type recently announced, isn't a general purpose chip, so if a game doesn't require a lot of physics, it will go unused. So I doubt Xenon will use a dedicated PPU. Now we do know it is using the physics engine from the company making the PPU, and Xenon has been described as being able to accelerate such physics calculations, so I think the third core, if it exists on Xenon, will be a highly customized general purpose CPU that is geared towards physics, specifically that Novodex algorithm (did I get that right?), but that can be made to do other tasks when physics aren't needed.
 
Right now it appears the third core is almost a certainty.

It could be a tweaked core for sure but not the equivalent of a PPU just as any core being tweaked for rendering is not equivalent to a GPU in any respect.

I do think the Cell should be able to handle physics will from a computational standpoint. It is the logic portion of the task that is at all in question. It may not be as difficult as I presumed back then now that I've come across a few ideas here.

I would agree that a PPU would be a waste for games that don't use physics however those which are attached to aesthetics can be used in any virtually every game. As a comparison awesome graphics is not a signature of every game but is a staple to what most would try to achieve by a large margin. It is along this line that I was thinking.

As far as incorporation into the game play itself. One it's new territory and two it presents problems to porting if every other console does not have a PPU.

It can go both ways depending on how PPUs would be put to task.
 
scificube said:
I do think the Cell should be able to handle physics will from a computational standpoint. It is the logic portion of the task that is at all in question. It may not be as difficult as I presumed back then now that I've come across a few ideas here.

Well considering how its designed and how powerful it is, and with Sony saying they want physics based graphics, I'm willing to bet it can handle physics with as much flair as that PPU, if not better. Just a hunch.
 
I'm sorry I thought you were referring to the Xeon's CPU.

Given the Cell's high level of parallelization and computational capabilities I would think it could hold it's own with respect to physics.

Implementation may be "relatively" harder.

Some other points to be considered is that the Cell is not specialized to physics algorithms and it also must handle tasks unrelated to physics simultaneously.

In being honest though it would seem the Xbox2 and Rev would need a PPU to catch up to or surpass the Cell and not the other way around. (with respect to handling physics)

Can you link me to that statement by Sony...I'm only curious if they said anything specific and when they said it as to whether it was a response to MS or not.

That's if you have the time. :)
 
scificube said:
I'm sorry I thought you were referring to the Xeon's CPU.

Given the Cell's high level of parallelization and computational capabilities I would think it could hold it own with respect to physics.

Implementation may be "relatively" harder.

Some other points to be considered is that the Cell is not specialized to physics algorithms and it also must handle tasks unrelated to physics simultaneously.

In being honest though it would seem the Xbox2 and Rev would need a PPU to catch up to the Cell and not the other way around.

Can you link me to that statement by Sony...I'm only curious if they said anything specific and when they said it as to whether it was a response to MS or not.

That's if you have the time. :)

I have the time, but I'm lazy LOL, its in one of those 8 million cell threads that cropped up here in the last year. Basically it was a Sony rep showing some slides and it shows their intention for physics based graphics or whatever that means. I assume what they want is for everything shown on screen, no matter how small, to react to physics. In that sense the graphics are seriously affected by physics...water moves differently than if there was limited physics, the way leaves are presented, the way clouds are presented, the way everything is presented is affected by physics and hence the graphic presentation will become more sophisticated.
 
I understand. I don't feel like digging through loads of threads either.

I would think that Sony was referring to graphics related to physics in the same manner I was referring to earlier. That is for aesthetic value and not to define the game play for the same reasons I already presented. (barring PPUs are present in the other consoles)

Please don't misunderstand me. The Cell is quite interesting and seemingly powerful to me given the right mix of tasks. I was only being even handed in speaking to what it doesn't do well because it's already an assumption most everywhere that it's a processing monster.
 
PS2 was also upposed to create a real boon for physics based gameplay, but that never happened. To this day I think Katamari Damacy makes the best use of physics on the system, and really it's elementary at best, especially with regard to graphics. I attribute this to a lack of middleware like Havok etc. for implementing really killer physics. Speaking of which, PCs so far have been where real advances have been made in physics based gameplay, and that's usually as a result of a licensed physics engine. So it seems the middleware has more to do with it than the hardware. Supposedly Meqon 2.0 is being developed for PS3, which is good news I think.
 
The Meqon bit sounds pretty cool.

You are correct that in the console arena no one has presented middleware geared towards physics to this point.

However, consoles up to this point would not have been able to do much in any case given their specs to date...including the EE in the PS2 IMO.

I would love for physics based game play to enter into console games as it has to a greater degree in PC games. I only saying that a baseline will be in affect for multi-platform games because if the other system can't run it ...you can't port it no matter how good it's coded.

If my PC crawls through Big Bang in the Novodex beta then it's clear to me any console to this point suffer to a greater extent.

Accelerated physics will stay out of game play in the vast majority of cases unless that game play can be ported. This is especially true next gen when costs are only going to go up.

The HW will make it possible. The API's etc will make it practical IMO.
 
I think that we could see very well a 3 chip (CPU) in XB2 ( most because of the patent) , but a maths chip for things like physics, MRM, processural work, geometry etc...
 
pc999 said:
I think that we could see very well a 3 chip (CPU) in XB2 ( most because of the patent) , but a maths chip for things like physics, MRM, processural work, geometry etc...

If you are referring to a PPU then it's more of hope than any kinds of assertion on any level.

To my knowledge this is all that constitutes all the rumors going around as well so I thought...I can dream to can't I...and added a little blurb about it.

-------------------------------

I'm curious to know if anyone thinks that I am on track with what I presented about the Rev.

It's purely my speculation but it seems to make more sense to me than two G5s or a Dual G5.
 
If you're still interested..

There is a cell presentation by Peter Hofstee (IBM) in which he talks about physics based graphics system and ray casting ability for cell.
 
Mythos said:
If you're still interested..

There is a cell presentation by Peter Hofstee (IBM) in which he talks about physics based graphics system and ray casting ability for cell.

Yes I am. Where can I look at it?
 
scificube said:
pc999 said:
I think that we could see very well a 3 chip (CPU) in XB2 ( most because of the patent) , but a maths chip for things like physics, MRM, processural work, geometry etc...

If you are referring to a PPU then it's more of hope than any kinds of assertion on any level.

To my knowledge this is all that constitutes all the rumors going around as well so I thought...I can dream to can't I...and added a little blurb about it.

I am not sure what you meant, but I am refering to the patent for XB2 with multiple CPUs, and what I try to say is that it should be a maths CPU for those purposes, which would handle physics too, instead of a limited (in purposes) PPU.
 
I'm sorry I did not understand you.

Well...a general purpose math processor would have to only be faster etc to math up with a specialized part.

There is nothing wrong with a specialized part unless there is something wrong with GPUs, sound dsps etc.

I've not read the patent with any level of diligence but unless it's really...really fast it's not going to compare with a PPU. If it takes it four "general" instructions to get to the same end as one specialized instruction then the level of processing power needed for equivalent performance is going to be quite high as this is most probable.

I suppose this is where the rumors that a PPU would be on the Xbox2 CPU came from. I am curious as to how this would be done when the whole of the CPU shares resources on chip. That would be a real trick. My guess however is still that this is not the case.

To be fair having equivalent performance to a PPU is not necessary if none of the other consoles can handle physics to that level though.

It's a waiting game at this point.
 
scificube said:
Mythos said:
If you're still interested..

There is a cell presentation by Peter Hofstee (IBM) in which he talks about physics based graphics system and ray casting ability for cell.

Yes I am. Where can I look at it?

The link for the presentation was on gamespot.com around Dec. 04 but now it is there no more. Maybe the info. can be googled for...
 
Mythos said:
scificube said:
Mythos said:
If you're still interested..

There is a cell presentation by Peter Hofstee (IBM) in which he talks about physics based graphics system and ray casting ability for cell.

Yes I am. Where can I look at it?

The link for the presentation was on gamespot.com around Dec. 04 but now it is there no more. Maybe the info. can be googled for...

Thank you anyway. :) It's probably not that hard to find ;) but thanks for the heads up.
 
pc999 said:
Yes but a PPU would not do the others features, and (e.g.) processural work was been in talks from Allard a long time ago.

See

http://www.beyond3d.com/forum/viewtopic.php?t=19447&highlight=patent


http://news.teamxbox.com/xbox/7421/Xbox-2-Patent

Thanks for the links I'll need a bit of time to read them.

Before I go off to this though if "processoral work" means being able to handle threads independently then that is true...yet no other parts in a PC or console can do this other than a CPU either so I don't see it as a particular detriment to a PPU given what it would provide would far outweigh this lack of capability as seen with other components.

If that's not it I'll have a better grip after I read what you've given me...and thankyou agian.

edit:

Well I was off with that but it primarily sounds like a way to off load work back to the CPU or give redundant capabilities that could done else where. For example the tree thing could be accomplished by using speedtree which is also a program or geometry instancing that GPUs already support.

Why they would do this...I don't know given an R500 will not likely be overwhelmed by such tasks. GI would make it easy to accomplish this.

I'm not sure I see the value in this just yet but I admit this is a quick assesment of things.

I take that back. I guess if you're going to be doing software rendering etc you might as well be able to do it easier and faster.

Nevertheless this capability is no where negating the need for a GPU. It appears it has made the sound DSP go the way of the dodo bird but this is genreally because sound has never really been too much for CPUs to handle in the first place. This is not true of physics. AI will remain on CPUs because they are the parts which are most suited to that task.

To be more clear "processoral synthesis" is a help meet not a replacement for a GPU and in turn would not be for a PPU if other consoles should have one.

I really am not looking for a PPU fight though.
 
Back
Top