this post was submitted on 12 Jun 2023
6 points (100.0% liked)

No Stupid Questions

242 readers
1 users here now

No such thing. Ask away!

!nostupidquestions is a community space dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules

1-All posts must be legitimate questions. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.

2-Your question subject cannot be illegal and/or NSFW material. You will be warned first, banned second.

3-Do not seek mental, medical and professional help here. It’s not safe and there will be niche communities for that.

4-No self promotion or upvote-farming of any kind.

5-Questions we suspect of being leading questions or asked merely to promote an agenda or sealioning are not allowed.

Rule 6-Provided it is about Lemmy or the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.

7-If you harass, disturb or discriminate against any group our any of our members in any way, you will be banned on sight.

Partnered Communities:

Mental Health

You Should Know

Mildly Infuriating

Lemmy Review

Lemmy Be Wholesome

Ask Lemmy

Jokes

To partner with our community and be included here, you are free to message the moderators or comment on our pinned post.

Community Moderation

For inquiry on becoming a moderator of this community, you may comment on the pinned post of the time, or simply shoot a message to the current moderators.

founded 1 year ago
MODERATORS
 

Especially if they're made in an engine that has been previously optimised, for example.

Like, right now, my Nvidia Geforce Experience app is telling me to update to the "Game ready driver" for Diablo 4.

What is Diablo 4 doing so uniquely that it can't make full use of the general purpose firmware that is already there? Surely, it wouldn't have been designed in a way that would run poorly unless Nvidia made a new version that set straight their performance blunders, right? What are they doing here?

top 5 comments
sorted by: hot top controversial new old
[–] xchgeaxeax@sh.itjust.works 4 points 1 year ago

I've heard that for major AAA releases, the hardware vendors will sometimes include hand-optimized shaders in the driver. When the game goes to load its shaders, the driver will look to see if they match one of the ones in its database, and instead load the hand optimized shader in place of the one provided by the game.

They may also go in and tweak some low level settings to work around bottlenecks introduced by the game. For instance if the game is trying to synchronize its state with the GPU every frame, and the vendor can prove that doing so isn't necessary, they may have the driver ignore the synchronization when it is running that specific game.

Why can't the game developers do this? Well in some cases they can, but sometimes the performance issues are too difficult for someone not intimately familiar with the workings of a specific GPU to diagnose. The game studio could either try and find an Nvidia GPU expert, or they could let an Nvidia employee with access to low level simulations of the card and knowledge of the system do it for them.

[–] Izzy@lemmy.world 3 points 1 year ago (2 children)

I suspect it is more along the lines of a new game heavily using some feature that wasn't as commonly used and then Nvidia going back to optimize it.

[–] robotscostrent@sh.itjust.works 1 points 1 year ago (1 children)

That's my guess as well. I doubt Nvidia is adding special logic or optimizations for every new game. The whole "drivers made ready for Diablo 4" thing is likely more for marketing than anything.

[–] Izzy@lemmy.world 1 points 1 year ago

Only major gaming studios would have enough reputation to get Nvidia to do anything, but it is also in Nvidias best interest to focus on updates involving the biggest selling games. Both for advertisement purposes and to direct their work. They can put in the least effort for the maximum outcome.

[–] UsualMap@fedia.io 1 points 1 year ago

A lot of this. But also things like developers doing things in an inefficient way, which the driver can then optimise for.

It's not that game developers are intentionally not using GPUs properly, but the companies behind these GPUs are in a really good position to easily see if there's something that they can do on their end to improve performance with specific games.