How to enable DLSS? #603
Replies: 6 comments 5 replies
-
I'm also confused about this. Is DLSS disabled by default? |
Beta Was this translation helpful? Give feedback.
-
Yes, it is disabled by default. If you have Vulkan installed (and it is correctly detected by CMake), instant-ngp is built with DLSS support. If you then start the GUI, it'll attempt to initialize Vulkan and NGX -- only if this step succeeds (check the console log) will there be a "DLSS" checkbox in the GUI that you can enable. Cheers! |
Beta Was this translation helpful? Give feedback.
-
I installed Vulkan SDK and then I tried again the first cmake command. No mention about Vulkan in the list and it reports also that DLSS can't be enabled as it requires CUDA 11.x and ind i have 11.6 -- Building for: Visual Studio 17 2022 -- Looking for pthread.h -- Performing Test HAS_MSVC_GL_LTCG |
Beta Was this translation helpful? Give feedback.
-
I tried to write the exact version in the CMakeLists.txt and still it thinks it's not the correct CUDA version |
Beta Was this translation helpful? Give feedback.
-
it fails compiling :( E:\instant-ngp\instant-ngp\src\dlss.cu(36): fatal error C1083: Non Þ possibile aprire il file inclusione: 'nvsdk_ngx_vk.h': N |
Beta Was this translation helpful? Give feedback.
-
Is there any way to enable DLSS on the new version?
Beta Was this translation helpful? Give feedback.
All reactions