Is there a ready-made wiener filter in CUDA used for removing Gaussian Blur

i get a image, but it was blured by Gaussian and noise, i want to remove the blur by wiener filter with CUDA but without opencv, and i can estimate the Gaussian convolution kernel and SNR, is there any function can help me? any suggestion is expected, please!

https://docs.nvidia.com/cuda/npp/group__image__filter__wiener__border.html

it is just noise removal but no deconvolution, i also want to Gaussian deconvolution