vk_denoise
vk_denoise copied to clipboard
Superfluous dependency on CUDA runtime API
denoiser.cpp
can be rewritten to not use CUDA runtime API. There is no point in adding this superfluous dependency. Currently this dependency make it more complicated for users to add denoiser.{c,h}pp
into their projects.