this post was submitted on 06 Nov 2023
72 points (97.4% liked)
Linux Gaming
15304 readers
7 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm wondering whether the open source nvk driver will work with exclusive nvidia features like DLSS.
CUDA probably won't work either, just like AMD's RADV doesn't do the common compute APIs. Maybe they'll support Vulkan compute, but that's not as useful.
RADV is just the Vulkan driver to be clear, so the other APIs are implemented separately. ROCm is supported by some cards, and Rusticl is the currently most advanced OpenCL implementation in Mesa (with Clover on the way out). Vulkan compute is implemented in RADV, although I found it to be slightly slower than the AMDVLK implementation (AMD's official Linux Vulkan driver, developed out of tree).
As for Nvidia, it's likely to be a worse situation since Nvidia don't have a bunch of open APIs, just closed ones. Vulkan compute I would expect at least, if not immediately.
As for CUDA, it might work if you're willing to have a hybrid open/closed system. On AMD this is possible, where you can generally install and enable/disable the AMDGPU-PRO compute and Vulkan drivers on demand.