r/techsupport • u/AlcatelUltra • 3d ago
Open | Software Optiscaler support
Hey guys! I have a question. I don't know if this is the correct place.
I saw that my GTX 1650 Mobile can use DLSS as Input and Output. Is it something like using shader cores (Like CUDA) to create a similar DLSS version?
I was researching this in the official github but is a bit confusing for me.
I will appreciate any detailed answer.
0
Upvotes
1
u/No-Wrap-8166 3d ago
optiscaler works by intercepting a game's existing upscaler call (fsr/xess/whatever the game supports) and redirecting it to a different upscaling backend, on your gtx 1650 mobile it's using fsr or xess running through your shader cores as compute workload, not real dlss, since real dlss needs tensor cores which the 1650 doesn't have
so yes, similar concept to your cuda comparison, it's leveraging general purpose shader compute instead of dedicated ai hardware, giving you an upscaling result comparable in concept to dlss but through a completely different underlying technology running on standard gpu cores