Why do some console ports run siginifacntly slower on equivalent PC hardware?

Discussion in 'Architecture and Products' started by DavidGraham, Dec 8, 2021.

  1. DegustatoR

    Veteran

    Joined:
    Mar 12, 2002
    Messages:
    3,240
    Likes Received:
    3,393
    DX11 and AMD aren't friends still.
     
  2. PSman1700

    Legend

    Joined:
    Mar 22, 2019
    Messages:
    7,118
    Likes Received:
    3,088
    As i mentioned before, the mentioned games are mostly ports from Playstation 4 games designed natively first and foremost for the PS and later on ported. I remember MGS2 it ran much and much worse on the OG Xbox, the game was designed for the PS2 in mind and later ported. I can think i can go on forever regarding ports.
    It seems though that Sony is (willing to) improve on that regard.
     
    pharma, DavidGraham and Rootax like this.
  3. DavidGraham

    Veteran

    Joined:
    Dec 22, 2009
    Messages:
    3,976
    Likes Received:
    5,210
    These apps are video apps, they are leveraging the expanded Media engines in the M1 Max, all 3D benchmarks I have seen place the M1 Max firmly behind the 3060 mobile.
     
    CarstenS and PSman1700 like this.
  4. Flappy Pannus

    Regular

    Joined:
    Jul 4, 2016
    Messages:
    329
    Likes Received:
    567
    In games, perhaps. Not all productivity apps. It's not just the media engines.
     
  5. Kaotik

    Kaotik Drunk Member
    Legend

    Joined:
    Apr 16, 2003
    Messages:
    10,244
    Likes Received:
    4,462
    Location:
    Finland
    Of course it's not just media engines, it should have crapload of raw computing power, the difference of Pro to Max is almost a full blown Navi21 in terms of transistors and it's mostly GPU. But it doesn't mean it's suited well for games.
     
  6. CarstenS

    Legend Subscriber

    Joined:
    May 31, 2002
    Messages:
    5,800
    Likes Received:
    3,920
    Location:
    Germany
    Jep, UMA can make a ton of a difference.
     
    Lightman and DavidGraham like this.
  7. Wesker

    Regular

    Joined:
    May 3, 2008
    Messages:
    299
    Likes Received:
    186
    Location:
    Oxford, UK
    By 3D benchmarks you mean things that are either one or more of the following: ported over hastily, run on a lousy OpenGL (not even Vulkan) -> Metal wrapper, and/or run in Rosetta. And there's good reason for this: Which developer in their right mind will take 3D rendering seriously on the macOS platform?

    There are some exceptions, obviously: In Aztec, which has good Metal implementation, the M1 Max is trading blows with the 3080 Mobile.
     
  8. PSman1700

    Legend

    Joined:
    Mar 22, 2019
    Messages:
    7,118
    Likes Received:
    3,088
    It better be trading blows with a 3080m seeing the price of a 32core mac max(or pro) device on a bleeding edge 5nm technology. Other then that, somethings that optimized for the 3080m will probably outperform the 32core m1 chip. Anyway, its a gaming-related thread, which ecompasses ports between console and PC. The M1 doesnt see any such games as discussed and probably never will, even if it were capable of running PS5/XSX/XSS/PC games which it isnt since ray tracing is totally not-there.
     
  9. OlegSH

    Regular

    Joined:
    Jan 10, 2010
    Messages:
    797
    Likes Received:
    1,622
    Probably that's because the Mobile 3080 was designed to run stuff like this, but not to be a kicker in a mobile phone benchmark that the Aztec is.
     
    Lightman and PSman1700 like this.
  10. DavidGraham

    Veteran

    Joined:
    Dec 22, 2009
    Messages:
    3,976
    Likes Received:
    5,210
    Sorry, but that one very old "mobile" benchmark is not enough to establish this grand sweeping ridiculous claim of 3080m equivalence. This benchmark specifically doesn't scale well with high end GPUs at all. Worse, the Aztec test is one of several tests in a suite called GFXBench, all of which have simple dirt graphics.

    Here is the desktop 3080Ti being barely faster than mobile 3080 in the Manhattan test, worse yet, the desktop 3080Ti is actually slower than 3080 mobile in the T-Rex test!
    https://gfxbench.com/compare.jsp?be...type2=dGPU&hwname2=NVIDIA+GeForce+RTX+3080+Ti

    For comparing GPUs, the whole suite is as useless as it gets!

    No, Geekbench (useless too, but consistent) and Shadow of Tomb Raider, which has a Metal API implementation.
     
    #30 DavidGraham, Dec 13, 2021
    Last edited: Dec 13, 2021
    PSman1700 likes this.
  11. PSman1700

    Legend

    Joined:
    Mar 22, 2019
    Messages:
    7,118
    Likes Received:
    3,088
    Linus Tech Tips has a video on 32 core m1 and the RTX3080m.

     
  12. OlegSH

    Regular

    Joined:
    Jan 10, 2010
    Messages:
    797
    Likes Received:
    1,622
    My opinion on this is that consoles simply enjoy longer and better support from devs. Bet many things in recent shader models and DX12 are suboptimal for the first gen GCN.
    In the case of past gen consoles, such things will be avoided/refactored, but no devs will care making another code path for the 10 years old hardware on PC.
    I remember many devs struggled with replacing structured buffers with constant buffers for 10+% gains on Pascals.
     
    PSman1700 likes this.
  13. pjbliverpool

    pjbliverpool B3D Scallywag
    Legend

    Joined:
    May 8, 2005
    Messages:
    9,235
    Likes Received:
    4,259
    Location:
    Guess...
    Yes precisely this. All these examples are new(ish) games running on very old hardware that developers are surely spending little to no time actually optimising for. GCN1.0 doesn't even factor into the minimum spec in most cases which presumably means the game hasn't even been formally tested on that architecture, let alone optimised for it.

    It's worth noting that if these kinds of performance deltas between equivalent specs were the norm between PC's and consoles then the PS5 and XSX would be performing around 6900XT/3090 levels in current games whereas all evidence points to them performing more in line with the 2080/s as per their specs.
     
    PSman1700 and OlegSH like this.
  14. Lurkmass

    Regular

    Joined:
    Mar 3, 2020
    Messages:
    565
    Likes Received:
    711
    On consoles, they expose many more shader intrinsics and developers can bypass the shader compiler as much as they want. PC APIs cannot ever hope to even come close to the possibilities of shader optimizations available on consoles. With PC, every developer is at the mercy of the driver shader compiler which is frequently a performance liability whereas they don't have to trust the codegen of shader compiler on consoles.

    There are games/content that can only feasibly run on consoles no matter how much more brute force hardware on PC you can throw at them ...
     
  15. PSman1700

    Legend

    Joined:
    Mar 22, 2019
    Messages:
    7,118
    Likes Received:
    3,088
    Also worth noting that the 7970 is 1.5 year older than the PS4 and One are. R9 290x was the successor to the 7970 that launched spring 2012. The 7970 (or 7870 etc) shouldnt even be used to do comparisons i think.
    Its between 2070/s and 2080/s for the PS5 and XSX in raw performance, or even better said, RX5700XT to 6700/XT somewhere.Since ray tracing is the norm now its better to leave out nvidia gpus in comparisons.

    Like what?
     
  16. pjbliverpool

    pjbliverpool B3D Scallywag
    Legend

    Joined:
    May 8, 2005
    Messages:
    9,235
    Likes Received:
    4,259
    Location:
    Guess...
    This is obviously a fair point but I don't thing these factors would account for the 2x (in some cases) delta were seeing between consoles and older GPUs of equivalent specs if a game had been properly optimised on PC for that specific architecture.

    What you highlight here though is how dependent game performance on PC is on driver level optimisation, of which of course these older GPUs get absolutely none.

    Games? Do you have some examples?
     
    PSman1700 likes this.
  17. Flappy Pannus

    Regular

    Joined:
    Jul 4, 2016
    Messages:
    329
    Likes Received:
    567
    The original post that quoted mentioned apps though, in fact it specifically address how it falls down on gaming performance which is due to a myriad of reasons atm. I am merely saying it's performance is not 'solely due to the media engines'. It does have considerable horsepower both in FP/INT as well as GPU, but obviously the attention paid to the Mac as a gaming platform will not exactly show that in the best light. No one is arguing the Mac is a viable high-end gaming platform now just because of the M1X.
     
    PSman1700 likes this.
  18. Flappy Pannus

    Regular

    Joined:
    Jul 4, 2016
    Messages:
    329
    Likes Received:
    567
    This was a narrative that was around when HZD was first launched that I saw in Reddit threads and something NXGamer re-iterated sometime later, but there wasn't much corroborating evidence for it and it seemingly had a relatively minor impact in the end - the performance drop from 16x to 8x was very similar to other games, a slight dip at low resolutions and nearly invisible at higher.

    If it was truly a PCI bandwidth issue then it stands to reason at some point we would see a levelling off of performance on high-end cards, but that doesn't seem to be the case - the more powerful the GPU, the better your performance. There was some periodic stuttering even on high-end rigs but with the latest patch that was discovered to be shader compilation (I noted at the time that even with letting the shader optimization stage fully complete there would still be CPU spikes traversing the world indicating that there are shaders that were still being compiled in real-time).

    I don't doubt that the UMA of the PS4's APU played a big part in how it was architected and it was no easy task (obviously) bringing that to the PC, but even with the problematic release there's little to indicate the inherent performance deficit relative to the hardware it was running on was due to the PCIE bus being strained.

    EDIT: I will say though that despite what HZD's VRAM budget indicator says, on 4/6GB cards the textures simply don't load in higher-res assets beyond 1080p resolution, you need an 8GB+ cards to have the texture display properly once you go beyond 1080p - this hasn't changed with the latest patch. So maybe there is some issue here with texture streaming/UMA as that's a ridiculous amount of memory needed to run it properly vs the PS4 Pro's total ~5GB accessible (the game can routinely take 8+ GB to run + 5GB textures). But then again, it also could be that this was a farmed out port to a studio that didn't necessarily have the skillset or access to the Guerilla devs initially that was always the core of the issue.

    [​IMG]

    [​IMG]
     
    #38 Flappy Pannus, Dec 13, 2021
    Last edited: Dec 13, 2021
  19. Remij

    Regular

    Joined:
    May 3, 2008
    Messages:
    677
    Likes Received:
    1,256
    Such as?
     
    PSman1700 likes this.
  20. Lurkmass

    Regular

    Joined:
    Mar 3, 2020
    Messages:
    565
    Likes Received:
    711
    It's not just the driver, virtually all of the GPU instruction set is exposed for developers. If performance parity meant not using console features like UMA then proper optimization on PC isn't possible regardless of how hard they try ...

    Dreams by Media Molecule in particular would be very hard to get running on PC. Their point cloud renderer relies on using global ordered append to get hilbert ordering, self-intersection-free dual contouring all for free on consoles and there's no good alternative to mimic these effects on PC without killing your framerate even on the highest end hardware available over there. Given the extremely high density of the point clouds, I would not be surprised to find out that they use ordered append to do culling as well too ...

    You can create entire rendering pipelines that's only possible for consoles. Truly obscure stuff ...
     
    #40 Lurkmass, Dec 14, 2021
    Last edited: Dec 14, 2021
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...