nvpro-samples / vk_mini_samples

Collection of Vulkan samples
Apache License 2.0
222 stars 12 forks source link

Reimplement Optix Denoiser in Vulkan Compute #2

Closed ahcox closed 2 years ago

ahcox commented 2 years ago

Hi,

Great to have this repo out there.

Is there any plan or chance of making a plan to get the denoiser from Optix ported over to Vulkan? It'd be a lot cleaner and more widely useful that way than accessed through CUDA interrop.

Thanks!

mklefrancois commented 2 years ago

Thanks @ahcox for the comments. The OptiX denoiser is based on cuDNN and I don't see a plan in short term to make a port to compute or a VulkanML version. I understand that the interop isn't great in a pure Vulkan environment, but it works pretty nicely.