← Back to KHAO

Open Source · Nvidia ·

Open-source Vulkan driver NVK gains experimental DLSS support

2 min read

Compiled by KHAO Editorial — aggregated from 1 source + 7 references discovered via search. See llms.txt for citation guidance.

◌ Single Source

Image accompanies the article at Tom's Hardware. No description was extracted from the source.

NVK, the community-built open-source Vulkan driver for Nvidia GPUs in Mesa, has gained experimental DLSS support, with the code landing in Mesa 26.2-devel, as reported by Phoronix.

Key facts

Summary

DLSS runs on NVK through VK_NVX_binary_import, a Vulkan extension that lets an application load Nvidia CuBIN files, the pre-baked CUDA binaries Nvidia, and loads them on the GPU. The catch is the reliance on pre-compiled binaries; NVK can only run DLSS where compatible bytecode already exists for the GPU in use. Support for DLSS across the broader Linux graphics stack has been uneven, to say the least. NVK began in 2022 as a from-scratch Vulkan driver led by Collabora's Faith Ekstrand alongside Karol Herbst and Dave Airlie at Red Hat, and it supports Turing (RTX 20-series and GTX 16-series) and newer architectures.

Read full article at Tom's Hardware →

#Open Source #Nvidia