Why does Frostbite engine perform relatively better on PS4 than XB1? *spawn

Discussion in 'Console Technology' started by Recop, Nov 17, 2015.

  1. Recop

    Veteran

    Joined:
    Aug 28, 2015
    Messages:
    1,319
    Likes Received:
    649
    Anyone can explain why the gap is so large in some Frostbite game ? GPU/Bandwidth bound ? Async compute ?
     
  2. iroboto

    iroboto Daft Funk
    Legend Subscriber

    Joined:
    Mar 6, 2014
    Messages:
    14,838
    Likes Received:
    18,641
    Location:
    The North
    GPU and bandwidth?
    Lol

    I think we've debated a lot on how esram should work, and if the textures are being held in system RAM than at most the GPU is getting anywhere between 40-60GB/s of bandwidth to work with. The remaining 192GB/s is for other things, unless they figure out how to put gigs of textures into 32MB.

    I'm not sure how high these consoles can scale, it's interesting to see how high 360 is still going but it's not wasting all its juice pushing out more pixels like these ones are. It also says a lot a out what happens when you launch a console with the best technology at the time: it lasts.

    No different if you buy the latest PC setups either.
     
  3. Recop

    Veteran

    Joined:
    Aug 28, 2015
    Messages:
    1,319
    Likes Received:
    649
    192GB/s ? Where did you get that number ? I think the max for eSRAM is around 140-150GB/s and only in some situations.
     
  4. steveOrino

    Regular

    Joined:
    Feb 11, 2010
    Messages:
    549
    Likes Received:
    242
    The PS4 has a better GPU.
     
  5. Clukos

    Clukos Bloodborne 2 when?
    Veteran

    Joined:
    Jun 25, 2014
    Messages:
    4,688
    Likes Received:
    4,353
    From anandtech (only difference is that we now know X1 CPU is running at 1.75Ghz)
    [​IMG]

    It's also possible that Forstbite 3 complements the Ps4 architecture more. We've also seen games doing the opposite (Fallout 4, Mad Max), doesn't mean there isn't a difference between the two. It really depends on the engine and the game; for example, Just Cause 3 is using the same engine Mad Max and it runs 900p on X1 and 1080p on Ps4 whereas Mad Max runs 1080p on both consoles.
     
  6. Recop

    Veteran

    Joined:
    Aug 28, 2015
    Messages:
    1,319
    Likes Received:
    649
    I know that the PS4 has a better hardware, but usually the difference is smaller.

    Here, we have a 56% pixels difference and still better performances on PS4.
     
  7. Allandor

    Regular

    Joined:
    Oct 6, 2013
    Messages:
    844
    Likes Received:
    881
    This topic should be old enough, so most in this forum should know, that 192GB/s is the calculated peak of the esram. It can't be 204GB/s because not every cycle could be used in both directions (MS was honest enough to give these numbers). The 140-150GB/s were reached in some scenarios my game code (according ton an interview with someone from MS). Just like GDDR5 oder DDR3 memory, you only give the peak-bandwidth that is theoretically reachable, the theoretical limit of the esram is 192GB/s ... maybe some GB/s more, because I think this was the value before the small upclock to 853MHz.
     
  8. Metal_Spirit

    Regular

    Joined:
    Jan 3, 2007
    Messages:
    632
    Likes Received:
    397
    The above Chart is incorrect! Xbox One eSRAM maximum theoretical speed is 204 GB/s. But that number is irrelevant since real life numbers stated by Microsoft point to real life values of something between 140-150 GB/s. Not much different from PS4!
     
  9. Clukos

    Clukos Bloodborne 2 when?
    Veteran

    Joined:
    Jun 25, 2014
    Messages:
    4,688
    Likes Received:
    4,353
    Directly from the article you posted
    I think anandtech is using the second metric for ESRAM b/w.
     
  10. turkey

    Veteran

    Joined:
    Oct 21, 2014
    Messages:
    1,112
    Likes Received:
    883
    Location:
    London
    Even with the esram performance debate as the gpu is only pushing 50% of the pixels is that half the total bandwidth or are there big hogs whuch might pull usage closer.

    Could the async compute queues be causing the difference, we know the ps4 bf4 release was already using this, ps4 has more queue granularity as well as the volatile bit?
     
  11. 3dilettante

    Legend Alpha

    Joined:
    Sep 15, 2003
    Messages:
    8,579
    Likes Received:
    4,799
    Location:
    Well within 3d
    The Xbox One has a pretty decent number of compute queues. The PS4's count is one that Sony admits is overkill.
    The volatile bit has been described in the case of writing non-graphics compute data back to memory in order to sync with the CPU without wiping the whole L2 and disrupting the graphics context.
    The major use cases for compute so far are graphics-related and wouldn't need it. I am curious what examples there are of significant use of such compute. The use of compute for more graphics or different graphics has so far proven more than sufficient to soak up the PS4's capabilities.
     
    turkey likes this.
  12. Rockster

    Regular

    Joined:
    Nov 5, 2003
    Messages:
    973
    Likes Received:
    129
    Location:
    On my rock
    Performance is ROP bound and they can't go larger than 720p anyway due to their g-buffer format exceeding ESRAM size.
     
    Grall likes this.
  13. Metal_Spirit

    Regular

    Joined:
    Jan 3, 2007
    Messages:
    632
    Likes Received:
    397
    Yes. But why only speak in reads or writes when they both can be done at once? Unfortunatly not exactly at double speed since real life values on those cases, and in specific operarions, stay in the 140 to 150 GB/s range.
     
  14. iroboto

    iroboto Daft Funk
    Legend Subscriber

    Joined:
    Mar 6, 2014
    Messages:
    14,838
    Likes Received:
    18,641
    Location:
    The North
    this is correct, but it's worth noting that attempting to do read & write simultaneously for most memory is results in huge bandwidth loss. Where we don't see such an effect for esram. Why it matters could be as simple as writing x = f(x); Which is essentially reading and writing values back over the target. As I understand it with esram, there is a hard limit writing back to the same read/write memory location because it's using the same memory block, so I think that's why we're seeing 140/150 GB/s. IIRC there are 4x blocks of 8MB sram. If for some reason you were reading from 1 memory block and writing to another, that's when you'd be able to push to 192/204 GB/s.

    I'm not sure if that's exactly sure how often that would ever be a situation. I would love to know how things change over time when it comes to esram usage in xbox, since it's an interesting development story to read about how engineers develop with/around esram. Fingers crossed there is some breakthrough to read about in the future.
     
  15. iroboto

    iroboto Daft Funk
    Legend Subscriber

    Joined:
    Mar 6, 2014
    Messages:
    14,838
    Likes Received:
    18,641
    Location:
    The North
    pretty sure this is incorrect considering that Frostbite games have gone to 900p on XBO. I think NFS Rivals (the one released in 2013/2014) uses FB3 and thats running 1080p. Both consoles ran that game 1080p@ 30FPS. We could quip about how PS4 wasn't pushed thus parity etc, but that's not what I'm debating here.

    There are bottlenecks on xbox one, but not necessarily all of them point towards esram available space and or bandwidth.
     
    #15 iroboto, Nov 18, 2015
    Last edited: Nov 18, 2015
  16. Globalisateur

    Globalisateur Globby
    Veteran Subscriber

    Joined:
    Nov 6, 2013
    Messages:
    4,592
    Likes Received:
    3,412
    Location:
    France
    As far as we know the limit is ~145 GB/s only during alpha blend operations. Those being Microsoft numbers.

    If they had reached 200 GB/s in a real scenario they would have probably told us.
     
  17. OlegSH

    Regular

    Joined:
    Jan 10, 2010
    Messages:
    806
    Likes Received:
    1,640
    Wouldn't be so sure about the GBuffer layout, they have switched to PBR recently, so GBuffer layout possibly has changed too
     
  18. iroboto

    iroboto Daft Funk
    Legend Subscriber

    Joined:
    Mar 6, 2014
    Messages:
    14,838
    Likes Received:
    18,641
    Location:
    The North
    Isn't alpha blend reading and writing back to the same location ?
     
  19. iroboto

    iroboto Daft Funk
    Legend Subscriber

    Joined:
    Mar 6, 2014
    Messages:
    14,838
    Likes Received:
    18,641
    Location:
    The North
    Sorry I don't understand. Is there something about PBR that would change the Buffer size ?
     
  20. Shifty Geezer

    Shifty Geezer uber-Troll!
    Moderator Legend

    Joined:
    Dec 7, 2004
    Messages:
    44,107
    Likes Received:
    16,899
    Location:
    Under my bridge
    Depends. Could read one buffer and write to another.

    May have different channels and channel formats. Probably can't be assumed the GBuffer is the same format, though it might be.
     
    temesgen and iroboto like this.
Loading...

Share This Page

  • About Us

    Beyond3D has been around for over a decade and prides itself on being the best place on the web for in-depth, technically-driven discussion and analysis of 3D graphics hardware. If you love pixels and transistors, you've come to the right place!

    Beyond3D is proudly published by GPU Tools Ltd.
Loading...