Urgent.News

What's breaking now, across thousands of outlets.

Tech

I tested the leaked DLSS 5, and it's doing something to old games that Nvidia probably didn't intend

A refreshing twist or an uncanny valley nightmare? I'll let you be the judge.

I tested the leaked DLSS 5, and it's doing something to old games that Nvidia probably didn't intend

Nvidia's DLSS 5, a neural rendering feature that uses AI to improve graphical quality, has been tested in a leaked version. According to Tom's Hardware, a modder named MAAN got DLSS 5 working in a browser window with an interactive demo, which can be accessed on Cloudflare Workers. The demo, which includes adjustable settings and a comparison view, reportedly works on macOS as well.

The leaked DLSS 5 library file used in the demo was extracted by MAAN, who plans to publish the source code on GitHub. Tom's Hardware notes that Nvidia officially launched DLSS 5 earlier this month for NBA 2K27, but it is only officially supported on RTX 50-series hardware, aside from GeForce NOW. However, the DLSS 5 DLL file has also been pushed onto RTX 40- and RTX 30-series hardware, and even AMD hardware, with a mod available to unlock it for RTX 20-series hardware.

Some critics, as reported by XDA Developers, have expressed concerns that DLSS 5 deviates from artistic intent in video game design, effectively slapping a filter on everything that makes it look like an AI interpretation of what the game should be.

Brief written by urgent.news from XDA Developers, Tom's Hardware — 2 reports on this story. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at xda-developers.com →

More in Tech

Some Space Optimisations

Given an integer array nums and an integer k, return true if there are two distinct indices i and j in the array such that nums[i] == nums[j] and abs(i - j) <= k MY FIRST APPROACH: A very valid…

  • First approach uses dictionary to store indices of array values
  • Second approach optimizes space with set of size k
  • Both methods find indices i, j with nums[i] == nums[j] and |i - j| = k

1,558 Tests Green and No Auth: The Tests That Never Actually Ran

A test named test_all_adapters_importable asserted nothing. It would pass forever, even if every adapter was broken. 57 of 65 assertion files were in the wrong format, and the harness returned 0 / 0…

  • Three issues cause green test suites with no actual tests.
  • 57 assertion files in wrong format in planner-critic-engine module.
  • CauterRule v0.3.0 reports 1,558 green tests due to missing import.

More from Saturday 19 September →