Hacker News new | ask | show | jobs
by refulgentis 974 days ago
It's satire, people are reaching way too far in this thread (ex. IGN's review is using 3080 / Ryzen 7 and they were happy with performance)

The site none of us can read probably has more info about this being a RTX 4090 quirk. And it's not exactly surprising the dev team wasn't optimizing for RTX 4090, and the quirky reaction here would be justified if they were.

1 comments

How would a 4090 perform worse than a 3090? It's not like Nvidia completely rebuilt the GPU between revisions
> It's not like Nvidia completely rebuilt the GPU between revisions

NVidia absolutely changes the assembly language rather dramatically between iterations. That's why the code is in NVidia PTX (or HLSL / Microsoft's DXIL, DirectX Intermediate Language), and then recompiled to actual GPU assembly each time you install a game or run the code on a different system.

I have not seen an instance where a GPU series that has been out for over 12 months has regressed in performance prior to an older one

Perhaps back in the very early accelerator days when everyone was making GPU-specific hacks of Quake 1 but even that was smoothed over by the transition to DirectX/OpenGL/GLiDE at the time