|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Bannato
Iscritto dal: Jun 2006
Città: (o(ori(o rulezzzzzzzzzz....
Messaggi: 3549
|
X360 è più potente di PS3 secondo questo articolo!!!!
Now the 360’s GPU is one impressive piece of work and I’ll say from the get go it’s much more advanced than the PS3’s GPU so I’m not sure where to begin, but I’ll start with what Microsoft said about it. Microsoft said Xenos was clocked at 500MHZ and that it had 48-way parallel floating-point dynamically-scheduled shader pipelines (48 unified shader units or pipelines) along with a polygon performance of 500 Million triangles a second.
Before going any further I’ll clarify this 500 Million Triangles a second claim. Can the 360’s GPU actually achieve this? Yes it can, BUT there would be no pixels or color at all. It’s the triangle setup rate for the GPU and it isn’t surprising it has such a higher triangle setup rate due to it having 48 shaders units capable of performing vertex operations whereas all other released GPUs can only dedicate 8 shader units to vertex operations. The PS3 GPU’s triangle setup rate at 550MHZ is 275 million a second and if its 500MHZ will have 250 million a second. This is just the setup rate do NOT expect to see games with such an excessive number of polygons because it wont happen. Microsoft also says it can also achieve a pixel-fillrate of 16Gigasamples per second. This GPU here inside the Xbox 360 is literally an early ATI R600, which when released by ATI for the pc will be a Directx 10 GPU. Xenos in a lot of areas manages to meet many of the requirements that would qualify it as a Directx 10 GPU, but falls short of the requirements in others. What I found interesting was Microsoft said the 360’s GPU could perform 48 billion shader operations per second back in 2005. However Bob Feldstein, VP of engineering for ATI, made it very clear that the 360’s GPU can perform 2 of those shaders per cycle so the 360’s GPU is actually capable of 96 billion shader operations per second. To quote ATI on the 360’s GPU they say. "On chip, the shaders are organized in three SIMD engines with 16 processors per unit, for a total of 48 shaders. Each of these shaders is comprised of four ALUs that can execute a single operation per cycle, so that each shader unit can execute four floating-point ops per cycle." 48 shader units * 4 ops per cycle = 192 shader ops per clock Xenos is clocked at 500MHZ *192 shader ops per clock = 96 billion shader ops per second. (Did anyone notice that each shader unit on the 360’s GPU doesn’t perform as many ops per pipe as the rsx? The 360 GPU makes up for it by having superior architecture, having many more pipes which operate more efficiently and along with more bandwidth.) Did Microsoft just make a mistake or did they purposely misrepresent their GPU to lead Sony on? The 360’s GPU is revolutionary in the sense that it’s the first GPU to use a Unified Shader architecture. According to developers this is as big a change as when the vertex shader was first introduced and even then the inclusion of the vertex shader was merely an add-on not a major change like this. The 360’s GPU also has a daughter die right there on the chip containing 10MB of EDRAM. This EDRAM has a framebuffer bandwidth of 256GB/s which is more than 5 times what the RSX or any GPU for the pc has for its framebuffer (even higher than G80’s framebuffer). Thanks to the efficiency of the 360 GPU’s unified shader architecture and this 10MB of EDRAM the GPU is able to achieve 4XFSAA at no performance cost. ATI and Microsoft’s goal was to eliminate memory bandwidth as a bottleneck and they seem to have succeeded. If there are any pc gamers out there they notice that when they turn on things such as AA or HDR the performance goes down that’s because those features eat bandwidth hence the efficiency of the GPU’s operation decreases as they are turned on. With the 360 HDR+4XAA simultaneously are like nothing to the GPU with proper use of the EDRAM. The EDRAM contains a 3D logic unit which has 192 Floating Point Unit processors inside. The logic unit will be able to exchange data with the 10MB of RAM at 2 Terabits a second. Things such as antialiasing, computing z depths or occlusion culling can happen on the EDRAM without impacting the GPU’s workload. Xenos writes to this EDRAM for its framebuffer and it’s connected to it via a 32GB/sec connection (this number is extremely close to the theoretical because the EDRAM is right there on the 360 GPU’s daughter die.) Don’t forget the EDRAM has a bandwidth of 256GB/s and its only by dividing this 256GB/s by the initial 32GB/s that we get from the connection of Xenos to the EDRAM we find out that Xenos is capable of multiplying its effective bandwidth to the frame buffer by a factor of 8 when processing pixels that make use of the EDRAM, which includes HDR or AA and other things. This leads to a maximum of 32*8=256GB/s which, to say the least, is a very effective way of dealing with bandwidth intensive tasks. In order for this to be possible developers would need to setup their rendering engine to take advantage of both the EDRAM and the available onboard 3D logic. If anyone is confused why the 32GB/s is being multiplied by 8 its because once data travels over the 32GB/s bus it is able to be processed 8 times by the EDRAM logic to the EDRAM memory at a rate of 256GB/s so for every 32GB/s you send over 256GB/s gets processed. This results in RSX being at a bandwidth disadvantage in comparison to Xenos. Needless to say the 360 not only has an overabundance of video memory bandwidth, but it also has amazing memory saving features. For example to get 720P with 4XFSAA on traditional architecture would require 28MB worth of memory. On the 360 only 16MB is required. There are also features in the 360's Direct3D API where developers are able to fit 2 128x128 textures into the same space required for one, for example. So even with all the memory and all the memory bandwidth, they are still very mindful of how it’s used. I wasn’t too clear earlier on the difference between the RSX’s dedicated pixel and vertex shader pipelines compared to the 360s unified shader architecture. The 360 GPU has 48 unified pipelines capable of accepting either pixel or vertex shader operations whereas with the older dedicated pixel and vertex pipeline architecture that RSX uses when you are in a vertex heavy situation most of the 24 pixel pipes go idle instead of helping out with vertex work. Or on the flip side in a pixel heavy situation those 8 vertex shader pipelines are just idle and don’t help out the pixel pipes (because they aren’t able to), but with the 360’s unified architecture in a vertex heavy situation for example none of the pipes go idle. All 48 unified pipelines are capable of helping with either pixel or vertex shader operations when needed so as a result efficiency is greatly improved and so is overall performance. When pipelines are forced to go idle because they lack the capability to help another set of pipelines accomplish their task it’s detrimental to performance. This inefficient manner is how all current GPUs operate including the PS3's RSX. The pipelines go idle because the pixel pipes aren't able to help the vertex pipes accomplish a task or vice versa. Whats even more impressive about this GPU is it by itself determines the balance of how many pipelines to dedicate to vertex or pixel shader operations at any given time a programmer is NOT needed to handle any of this the GPU takes care of all this itself in the quickest most efficient way possible. 1080p is not a smart resolution to target in any form this generation, but if 360 developers wanted to get serious about 1080p, thanks to Xenos, could actually outperform the ps3 in 1080p. (The less efficient GPU always shows its weaknesses against the competition in higher resolutions so the best way for the rsx to be competitive is to stick to 720P) In vertex shader limited situations the 360’s gpu will literally be 6 times faster than RSX. With a unified shader architecture things are much more efficient than previous architectures allowed (which is extremely important). The 360’s GPU for example is 95-99% efficient with 4XAA enabled. With traditional architecture there are design related roadblocks that prevent such efficiency. To avoid such roadblocks, which held back previous hardware, the 360 GPU design team created a complex system of hardware threading inside the chip itself. In this case, each thread is a program associated with the shader arrays. The Xbox 360 GPU can manage and maintain state information on 64 separate threads in hardware. There's a thread buffer inside the chip, and the GPU can switch between threads instantaneously in order to keep the shader arrays busy at all times. Want to know why Xenos doesn’t need as much raw horsepower to outperform say something like the x1900xtx or the 7900GTX? It makes up for not having as much raw horsepower by actually being efficient enough to fully achieve its advertised performance numbers which is an impressive feat. The x1900xtx has a peak pixel fillrate of 10.4Gigasamples a second while the 7900GTX has a peak pixel fillrate of 15.6Gigasamples a second. Neither of them is actually able to achieve and sustain those peak fillrate performance numbers though due to not being efficient enough, but they get away with it in this case since they can also bank on all the raw power. The performance winner between the 7900GTX and the X1900XTX is actually the X1900XTX despite a lower pixel fillrate (especially in higher resolutions) because it has twice as many pixel pipes and is the more efficient of the 2. It’s just a testament as to how important efficiency is. Well how exactly can the mere 360 GPU stand up to both of those with only a 128 bit memory interface and 500MHZ? Well the 360 GPU with 4XFSAA enabled achieves AND sustains its peak fillrate of 16Gigasamples per second which is achieved by the combination of the unified shader architecture and the excessive amount of bandwidth which gives it the type of efficiency that allows it to outperform GPUs with far more raw horsepower. I guess it also helps that it’s the single most advanced GPU currently available anyway for purchase. Things get even better when you factor in the Xenos’ MEMEXPORT ability which allows it to enable “streamout” which opens the door for Xenos to achieve DX10 class functionality. A shame Microsoft chose to disable Xenos’ other 16 pipelines to improve yields and keep costs down. Not many are even aware that the 360’s GPU has the exact same number of pipelines as ATI’s unreleased R600, but to keep costs down and to make the GPU easier to manufacture, Microsoft chose to disable one of the shader arrays containing 16 pipelines. What MEMEXPORT does is it expands the graphics pipeline in more general purpose and programmable manner. I’ll borrow a quote from Dave Baumann since he explains it rather well. “With the capability to fetch from anywhere in memory, perform arbitrary ALU operations and write the results back to memory, in conjunction with the raw floating point performance of the large shader ALU array, the MEMEXPORT facility does have the capability to achieve a wide range of fairly complex and general purpose operations; basically any operation that can be mapped to a wide SIMD array can be fairly efficiently achieved and in comparison to previous graphics pipelines it is achieved in fewer cycles and with lower latencies. For instance, this is probably the first time that general purpose physics calculation would be achievable, with a reasonable degree of success, on a graphics processor and is a big step towards the graphics processor becoming much more like a vector co-processor to the CPU.” Even with all of this information there is still a lot more about this GPU that ATI just simply isn't revealing and considering they'll be borrowing technology used to design this GPU in their future pc products can you really blame them? http://dpad.gotfrag.com/portal/story/35372/?spage=9 LINK 1 pagina:http://dpad.gotfrag.com/portal/story/35372/?spage=1 Sulla scheda video RSX è talmente lento da essere ben 1 generazione indietro!!! Traduzione: Praticamente dice la GPU X360 è + efficente di quella della PS3, per il fatto che ha una architettura unificata. R500 oltre le 48 pipeline avrebbe dovuto avere anche 16 in +, ma la MS le ha blocccate per il costo che comportava, quindi è come un R600 castrato però sempre R600 parlando di rumor(R600). Poi c'è la funzionalità Memexport che dovrebbe realizzare, aprire le funzionalità come in DX10. Dice anche che nelle oparazioni vertex R500 è 6 volte + veloce di RSx. Secondo l'articolo R500 ha moltissime aree manageriali in cui è DX10 completamente, mentre in altre no. Grazie all'Edram e all'architettura unificata R500 può fare 4X FSAA senza alcun costo in termini di prestazioni. Praticamente, esempio, se facciamo il 720p + 4x FSAA, in un'architettura normale occuperebbe 28 MB di memoria, invece con X360 solo 16mb, oltre che il bus dell' EDRAM è di 256GB/s, è + alto anche di quello di G80. La gpu X360 è dal 95-99% di efficenza con 4x FSAA. Praticamente RSX sarebbe competitivo solo per il 720p ma non per il 1080p, i sviluppatori stanno ricercando questa risoluzione in X360 perchè Xenos ha l'architettura unificata e un'efficenza altissima alle alte risoluzioni cosa che non ha la PS3. Ultima modifica di Window Vista : 14-11-2006 alle 16:54. |
![]() |
![]() |
![]() |
#2 |
Senior Member
Iscritto dal: Jul 2002
Città: Milano
Messaggi: 3095
|
Che culo
__________________
gamertag: Jean Axenlas now live on Forza4 |
![]() |
![]() |
![]() |
#3 |
Senior Member
Iscritto dal: Jun 2004
Città: BOLZANO/BOZEN
Messaggi: 14863
|
´scolta cambia la vita sapere quale e´la piu´performante? O forse e´meglio fregarsene di quei 20 poligoni in piu´e pagare meno per divertirsi?
Ma io non so, a volte mi cascano i maroni.. un po´come nelle prove tra auto con quei distacchi di decimi di secondo che fanno gridare allo scandalo.. |
![]() |
![]() |
![]() |
#4 | |
Bannato
Iscritto dal: Jun 2006
Città: (o(ori(o rulezzzzzzzzzz....
Messaggi: 3549
|
Quote:
Vedi Valentino Rossi che per quei 5 millesi è diventao secondo a Estoril, è ha perso quei famosi 5 punti che gli permettavo di vincere la Motogp. Proprio la pen'ultima gara del motomondiale Ultima modifica di Window Vista : 14-11-2006 alle 15:46. |
|
![]() |
![]() |
![]() |
#5 |
Senior Member
Iscritto dal: Jun 2004
Città: BOLZANO/BOZEN
Messaggi: 14863
|
Parlavo di prove di vetture, non di gare...ma qui non vince chi mette piu´poligoni a schermo, altrimenti 3dMark sarebbe il gioco piu´venduto per PC
![]() |
![]() |
![]() |
![]() |
#6 | |
Senior Member
Iscritto dal: Nov 2003
Città: Utopia Planitia
Messaggi: 3872
|
Quote:
![]()
__________________
![]() |
|
![]() |
![]() |
![]() |
#7 | |
Senior Member
Iscritto dal: Oct 2006
Città: Cento(FE)
Messaggi: 1257
|
Quote:
![]() ![]() ![]() ![]()
__________________
Xbox Live: Lodi87 Codice amico SSBB: 0001 4765 3958 Codice amico Wii: 5103 9278 8948 9892 || Codice amico PES 2008 Wii: 2234 7104 3132 |
|
![]() |
![]() |
![]() |
#8 | |
Senior Member
Iscritto dal: Aug 2006
Messaggi: 5643
|
Quote:
![]() ![]() EDIT: Xile: non volevo quotarti, volevo quotare l'articolo, mi sono sbagliato. |
|
![]() |
![]() |
![]() |
#9 |
Senior Member
Iscritto dal: Oct 2002
Città: Sperduto nella provincia padovana
Messaggi: 1680
|
Lol, Sasha non capisci, qua 20 poligoni in più fanno la differenza, Xbox360 e PS3 sono in lotta per la console migliore, anche quei pochi poligoni fanno la differenza.
![]() ![]() E se per caso una delle due rompe proprio alla fine? lascia la strada spianata all'altra. ![]()
__________________
Spazius..........vita a 9000 giri --- Atto 2° --- per un lungo rapporto, meglio una terza abbondante |
![]() |
![]() |
![]() |
#10 | |
Senior Member
Iscritto dal: May 2003
Messaggi: 3310
|
Quote:
beh, se l'articolo fosse veritiero, visto che la campagna pre-uscita di xbox360 e ps3 si è basata quasi esclusivamente su CHI CE L'HA PIU' LUNGO e anche gli acquirenti delle 2 console vogliono solo vedere CHI CE L'HA PIU' LUNGO (e questo è certo perchè se xbox360 e ps3 hanno venduto qualcosa non è certo grazie ai gioconi visto che non ci sono) allora per ps3 sarebbe una grossa sconfitta visto che xbox360 è un progetto uscito nel 2005... |
|
![]() |
![]() |
![]() |
#12 |
Bannato
Iscritto dal: Jun 2006
Città: (o(ori(o rulezzzzzzzzzz....
Messaggi: 3549
|
Batsa darmi contro, prendetevelà con chi ha fatto l'articolo!!!
|
![]() |
![]() |
![]() |
#13 |
Senior Member
Iscritto dal: Jun 2004
Città: BOLZANO/BOZEN
Messaggi: 14863
|
se vabbe´lui l´avra´scritto ma sei te che sembri sconvolto da chissa´quali rivelazioni ...
![]() |
![]() |
![]() |
![]() |
#14 | |
Bannato
Iscritto dal: Jun 2006
Città: (o(ori(o rulezzzzzzzzzz....
Messaggi: 3549
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#15 |
Senior Member
Iscritto dal: Nov 2004
Città: Padova
Messaggi: 13299
|
Ragazzi, questo è un forum anche di tecnica e si discute anche di tecnica: non vedo il problema nel postare articoli come questo.
Mò me lo leggo tutto... ![]()
__________________
Samsung HT-Q100 <--- PS4 ---> Samsung UE40F5300AY <--- PS3 60gb ---> PS Vita PSN: NewMurakami |
![]() |
![]() |
![]() |
#16 | ||
Senior Member
Iscritto dal: Jun 2002
Messaggi: 15163
|
Vabbhe, intanto un pò di cazzate le ha scritte:
Quote:
Quote:
Mi sono fermato qui...perchè è lunga tradurre tutto quanto e le mie conoscenze non sono così approfondite...ma se questo è l'inizio. Quell'articolo sta dando praticamente dei deficenti a quelli della Sony...
__________________
Christopher Hinz - Ciclo Paratwa - ![]() |
||
![]() |
![]() |
![]() |
#17 | |
Senior Member
Iscritto dal: Jul 2002
Città: Milano
Messaggi: 3095
|
Quote:
__________________
gamertag: Jean Axenlas now live on Forza4 Ultima modifica di Crashman : 14-11-2006 alle 16:26. |
|
![]() |
![]() |
![]() |
#18 |
Senior Member
Iscritto dal: Nov 2004
Città: Padova
Messaggi: 13299
|
Ho letto: va beh, è un articolo che potevo scrivere anche io raccattando e mettendo assieme le solite informazioni che si trovano da mesi in giro per la Rete.
__________________
Samsung HT-Q100 <--- PS4 ---> Samsung UE40F5300AY <--- PS3 60gb ---> PS Vita PSN: NewMurakami |
![]() |
![]() |
![]() |
#19 | |
Senior Member
Iscritto dal: Jun 2002
Messaggi: 15163
|
Quote:
http://www.blachford.info/computer/Cell/Cell1_v2.html Perchè non dovrebbe avere l'unità Vmx?
__________________
Christopher Hinz - Ciclo Paratwa - ![]() |
|
![]() |
![]() |
![]() |
#20 | |
Senior Member
Iscritto dal: Jun 2002
Messaggi: 15163
|
Quote:
![]()
__________________
Christopher Hinz - Ciclo Paratwa - ![]() |
|
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 22:19.