Open tomilov opened 4 years ago
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.
denoiser.cpp
denoiser.{c,h}pp
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 adddenoiser.{c,h}pp
into their projects.