vk_denoise icon indicating copy to clipboard operation
vk_denoise copied to clipboard

Superfluous dependency on CUDA runtime API

Open tomilov opened this issue 5 years ago • 0 comments

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.

tomilov avatar Feb 03 '20 07:02 tomilov